From 77901c2eff5940901816cb9448e9d60b44fb5c2d Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 25 Jun 2014 23:45:57 +0300 Subject: [PATCH] Accessibility improvements --- DNSChanger/DNSChangerForm.resx | 4 +- HelpersLib/Colors/DialogColor.Designer.cs | 80 +-- HelpersLib/Colors/DialogColor.resx | 4 +- .../Forms/ClipboardContentViewer.Designer.cs | 4 +- HelpersLib/Forms/ClipboardContentViewer.resx | 4 +- HelpersLib/Forms/DebugForm.Designer.cs | 6 +- HelpersLib/Forms/DebugForm.resx | 4 +- HelpersLib/Forms/HashCheckForm.resx | 4 +- HelpersLib/Forms/InputBox.cs | 19 +- HelpersLib/Forms/MonitorTestForm.Designer.cs | 92 +-- HelpersLib/Forms/MonitorTestForm.resx | 4 +- HelpersLib/Forms/QRCodeForm.Designer.cs | 52 +- HistoryLib/HistoryForm.Designer.cs | 8 +- HistoryLib/HistoryItemInfoForm.Designer.cs | 9 +- HistoryLib/HistoryItemInfoForm.resx | 120 ++++ HistoryLib/HistoryLib.csproj | 6 + HistoryLib/ImageHistoryForm.Designer.cs | 26 +- HistoryLib/ImageHistoryForm.resx | 123 ++++ ImageEffectsLib/ImageEffectsForm.Designer.cs | 10 +- ImageEffectsLib/WatermarkForm.Designer.cs | 12 +- ImageEffectsLib/WatermarkForm.resx | 4 +- .../Forms/RegionCapturePreview.Designer.cs | 6 +- .../Forms/RegionCapturePreview.resx | 119 ++-- .../Controls/BeforeUploadControl.Designer.cs | 1 + ShareX/Controls/BeforeUploadControl.resx | 4 +- ShareX/Controls/HotkeyManagerControl.resx | 4 +- .../HotkeySelectionControl.Designer.cs | 3 +- ShareX/Controls/HotkeySelectionControl.resx | 4 +- ShareX/Forms/AboutForm.Designer.cs | 6 +- ShareX/Forms/AfterCaptureForm.resx | 4 +- ShareX/Forms/AfterUploadForm.resx | 6 +- .../Forms/ApplicationSettingsForm.Designer.cs | 30 +- ShareX/Forms/ApplicationSettingsForm.cs | 2 - ShareX/Forms/AutoCaptureForm.Designer.cs | 4 +- ShareX/Forms/AutoCaptureForm.resx | 8 +- ShareX/Forms/BeforeUploadForm.resx | 4 +- ShareX/Forms/ClipboardFormatForm.resx | 4 +- ShareX/Forms/ExternalProgramForm.resx | 4 +- ShareX/Forms/FileExistForm.resx | 4 +- ShareX/Forms/HotkeySettingsForm.resx | 4 +- ShareX/Forms/MainForm.Designer.cs | 17 +- ShareX/Forms/TaskSettingsForm.Designer.cs | 38 +- ShareX/Forms/UploadTestForm.resx | 8 +- ShareX/Forms/WatchFolderForm.resx | 4 +- .../Controls/AccountsControl.Designer.cs | 4 +- UploadersLib/Controls/AccountsControl.resx | 4 +- .../Controls/OAuthControl.Designer.cs | 28 +- UploadersLib/Forms/DropboxFilesForm.resx | 8 +- UploadersLib/Forms/EmailForm.resx | 4 +- .../Forms/GoogleTranslateGUI.Designer.cs | 8 +- UploadersLib/Forms/GoogleTranslateGUI.resx | 4 +- UploadersLib/Forms/JiraUpload.Designer.cs | 8 +- UploadersLib/Forms/JiraUpload.resx | 4 +- UploadersLib/Forms/OAuthWebForm.Designer.cs | 15 +- UploadersLib/Forms/OAuthWebForm.resx | 6 +- UploadersLib/Forms/ResponseForm.Designer.cs | 4 +- UploadersLib/Forms/ResponseForm.resx | 4 +- .../Forms/TwitterTweetForm.Designer.cs | 6 +- .../Forms/UploadersConfigForm.Designer.cs | 630 +++++++++--------- UploadersLib/Forms/UserPassBox.Designer.cs | 4 +- 60 files changed, 940 insertions(+), 684 deletions(-) create mode 100644 HistoryLib/HistoryItemInfoForm.resx create mode 100644 HistoryLib/ImageHistoryForm.resx diff --git a/DNSChanger/DNSChangerForm.resx b/DNSChanger/DNSChangerForm.resx index 7080a7d11..1af7de150 100644 --- a/DNSChanger/DNSChangerForm.resx +++ b/DNSChanger/DNSChangerForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Colors/DialogColor.Designer.cs b/HelpersLib/Colors/DialogColor.Designer.cs index d0384e046..c03b355d6 100644 --- a/HelpersLib/Colors/DialogColor.Designer.cs +++ b/HelpersLib/Colors/DialogColor.Designer.cs @@ -86,7 +86,7 @@ private void InitializeComponent() this.btnCancel.Location = new System.Drawing.Point(536, 240); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(64, 24); - this.btnCancel.TabIndex = 41; + this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); @@ -96,7 +96,7 @@ private void InitializeComponent() this.btnOK.Location = new System.Drawing.Point(464, 240); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(64, 24); - this.btnOK.TabIndex = 40; + this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); @@ -107,7 +107,7 @@ private void InitializeComponent() this.lblOld.Location = new System.Drawing.Point(312, 240); this.lblOld.Name = "lblOld"; this.lblOld.Size = new System.Drawing.Size(26, 13); - this.lblOld.TabIndex = 33; + this.lblOld.TabIndex = 37; this.lblOld.Text = "Old:"; // // lblNew @@ -116,7 +116,7 @@ private void InitializeComponent() this.lblNew.Location = new System.Drawing.Point(312, 216); this.lblNew.Name = "lblNew"; this.lblNew.Size = new System.Drawing.Size(32, 13); - this.lblNew.TabIndex = 32; + this.lblNew.TabIndex = 36; this.lblNew.Text = "New:"; // // txtHex @@ -125,7 +125,7 @@ private void InitializeComponent() this.txtHex.MaxLength = 9; this.txtHex.Name = "txtHex"; this.txtHex.Size = new System.Drawing.Size(72, 20); - this.txtHex.TabIndex = 27; + this.txtHex.TabIndex = 33; this.txtHex.Text = "FF00FF00"; this.txtHex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtHex.TextChanged += new System.EventHandler(this.txtHex_TextChanged); @@ -136,7 +136,7 @@ private void InitializeComponent() this.lblHex.Location = new System.Drawing.Point(472, 177); this.lblHex.Name = "lblHex"; this.lblHex.Size = new System.Drawing.Size(54, 13); - this.lblHex.TabIndex = 26; + this.lblHex.TabIndex = 32; this.lblHex.Text = "Hex: #"; // // nudKey @@ -145,7 +145,7 @@ private void InitializeComponent() this.nudKey.Location = new System.Drawing.Point(528, 141); this.nudKey.Name = "nudKey"; this.nudKey.Size = new System.Drawing.Size(56, 20); - this.nudKey.TabIndex = 23; + this.nudKey.TabIndex = 30; this.nudKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudKey.Value = new decimal(new int[] { 100, @@ -160,7 +160,7 @@ private void InitializeComponent() this.nudYellow.Location = new System.Drawing.Point(528, 109); this.nudYellow.Name = "nudYellow"; this.nudYellow.Size = new System.Drawing.Size(56, 20); - this.nudYellow.TabIndex = 18; + this.nudYellow.TabIndex = 27; this.nudYellow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudYellow.Value = new decimal(new int[] { 100, @@ -175,7 +175,7 @@ private void InitializeComponent() this.nudMagenta.Location = new System.Drawing.Point(528, 77); this.nudMagenta.Name = "nudMagenta"; this.nudMagenta.Size = new System.Drawing.Size(56, 20); - this.nudMagenta.TabIndex = 11; + this.nudMagenta.TabIndex = 24; this.nudMagenta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudMagenta.Value = new decimal(new int[] { 100, @@ -190,7 +190,7 @@ private void InitializeComponent() this.nudCyan.Location = new System.Drawing.Point(528, 45); this.nudCyan.Name = "nudCyan"; this.nudCyan.Size = new System.Drawing.Size(56, 20); - this.nudCyan.TabIndex = 6; + this.nudCyan.TabIndex = 21; this.nudCyan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudCyan.Value = new decimal(new int[] { 100, @@ -205,7 +205,7 @@ private void InitializeComponent() this.lblKey.Location = new System.Drawing.Point(472, 145); this.lblKey.Name = "lblKey"; this.lblKey.Size = new System.Drawing.Size(28, 13); - this.lblKey.TabIndex = 22; + this.lblKey.TabIndex = 29; this.lblKey.Text = "Key:"; // // lblYellow @@ -214,7 +214,7 @@ private void InitializeComponent() this.lblYellow.Location = new System.Drawing.Point(472, 113); this.lblYellow.Name = "lblYellow"; this.lblYellow.Size = new System.Drawing.Size(41, 13); - this.lblYellow.TabIndex = 17; + this.lblYellow.TabIndex = 26; this.lblYellow.Text = "Yellow:"; // // lblMagenta @@ -223,7 +223,7 @@ private void InitializeComponent() this.lblMagenta.Location = new System.Drawing.Point(472, 81); this.lblMagenta.Name = "lblMagenta"; this.lblMagenta.Size = new System.Drawing.Size(52, 13); - this.lblMagenta.TabIndex = 10; + this.lblMagenta.TabIndex = 23; this.lblMagenta.Text = "Magenta:"; // // lblCyan @@ -232,7 +232,7 @@ private void InitializeComponent() this.lblCyan.Location = new System.Drawing.Point(472, 49); this.lblCyan.Name = "lblCyan"; this.lblCyan.Size = new System.Drawing.Size(34, 13); - this.lblCyan.TabIndex = 5; + this.lblCyan.TabIndex = 20; this.lblCyan.Text = "Cyan:"; // // lblHue @@ -242,7 +242,7 @@ private void InitializeComponent() this.lblHue.Location = new System.Drawing.Point(444, 17); this.lblHue.Name = "lblHue"; this.lblHue.Size = new System.Drawing.Size(13, 13); - this.lblHue.TabIndex = 3; + this.lblHue.TabIndex = 5; this.lblHue.Text = "°"; // // lblBrightnessPerc @@ -252,7 +252,7 @@ private void InitializeComponent() this.lblBrightnessPerc.Location = new System.Drawing.Point(444, 81); this.lblBrightnessPerc.Name = "lblBrightnessPerc"; this.lblBrightnessPerc.Size = new System.Drawing.Size(19, 13); - this.lblBrightnessPerc.TabIndex = 15; + this.lblBrightnessPerc.TabIndex = 11; this.lblBrightnessPerc.Text = "%"; // // lblSaturationPerc @@ -262,7 +262,7 @@ private void InitializeComponent() this.lblSaturationPerc.Location = new System.Drawing.Point(444, 49); this.lblSaturationPerc.Name = "lblSaturationPerc"; this.lblSaturationPerc.Size = new System.Drawing.Size(19, 13); - this.lblSaturationPerc.TabIndex = 9; + this.lblSaturationPerc.TabIndex = 8; this.lblSaturationPerc.Text = "%"; // // nudBlue @@ -275,7 +275,7 @@ private void InitializeComponent() 0}); this.nudBlue.Name = "nudBlue"; this.nudBlue.Size = new System.Drawing.Size(48, 20); - this.nudBlue.TabIndex = 29; + this.nudBlue.TabIndex = 17; this.nudBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudBlue.Value = new decimal(new int[] { 255, @@ -294,7 +294,7 @@ private void InitializeComponent() 0}); this.nudGreen.Name = "nudGreen"; this.nudGreen.Size = new System.Drawing.Size(48, 20); - this.nudGreen.TabIndex = 25; + this.nudGreen.TabIndex = 15; this.nudGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudGreen.Value = new decimal(new int[] { 255, @@ -313,7 +313,7 @@ private void InitializeComponent() 0}); this.nudRed.Name = "nudRed"; this.nudRed.Size = new System.Drawing.Size(48, 20); - this.nudRed.TabIndex = 20; + this.nudRed.TabIndex = 13; this.nudRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudRed.Value = new decimal(new int[] { 255, @@ -327,7 +327,7 @@ private void InitializeComponent() this.nudBrightness.Location = new System.Drawing.Point(392, 77); this.nudBrightness.Name = "nudBrightness"; this.nudBrightness.Size = new System.Drawing.Size(48, 20); - this.nudBrightness.TabIndex = 14; + this.nudBrightness.TabIndex = 10; this.nudBrightness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudBrightness.Value = new decimal(new int[] { 100, @@ -341,7 +341,7 @@ private void InitializeComponent() this.nudSaturation.Location = new System.Drawing.Point(392, 45); this.nudSaturation.Name = "nudSaturation"; this.nudSaturation.Size = new System.Drawing.Size(48, 20); - this.nudSaturation.TabIndex = 8; + this.nudSaturation.TabIndex = 7; this.nudSaturation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudSaturation.Value = new decimal(new int[] { 100, @@ -360,7 +360,7 @@ private void InitializeComponent() 0}); this.nudHue.Name = "nudHue"; this.nudHue.Size = new System.Drawing.Size(48, 20); - this.nudHue.TabIndex = 2; + this.nudHue.TabIndex = 4; this.nudHue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudHue.Value = new decimal(new int[] { 360, @@ -374,7 +374,7 @@ private void InitializeComponent() this.rbBlue.Location = new System.Drawing.Point(312, 173); this.rbBlue.Name = "rbBlue"; this.rbBlue.Size = new System.Drawing.Size(77, 20); - this.rbBlue.TabIndex = 28; + this.rbBlue.TabIndex = 16; this.rbBlue.Text = "Blue:"; this.rbBlue.UseVisualStyleBackColor = true; this.rbBlue.CheckedChanged += new System.EventHandler(this.rbBlue_CheckedChanged); @@ -384,7 +384,7 @@ private void InitializeComponent() this.rbGreen.Location = new System.Drawing.Point(312, 141); this.rbGreen.Name = "rbGreen"; this.rbGreen.Size = new System.Drawing.Size(77, 20); - this.rbGreen.TabIndex = 24; + this.rbGreen.TabIndex = 14; this.rbGreen.Text = "Green:"; this.rbGreen.UseVisualStyleBackColor = true; this.rbGreen.CheckedChanged += new System.EventHandler(this.rbGreen_CheckedChanged); @@ -394,7 +394,7 @@ private void InitializeComponent() this.rbRed.Location = new System.Drawing.Point(312, 109); this.rbRed.Name = "rbRed"; this.rbRed.Size = new System.Drawing.Size(77, 20); - this.rbRed.TabIndex = 19; + this.rbRed.TabIndex = 12; this.rbRed.Text = "Red:"; this.rbRed.UseVisualStyleBackColor = true; this.rbRed.CheckedChanged += new System.EventHandler(this.rbRed_CheckedChanged); @@ -404,7 +404,7 @@ private void InitializeComponent() this.rbBrightness.Location = new System.Drawing.Point(312, 77); this.rbBrightness.Name = "rbBrightness"; this.rbBrightness.Size = new System.Drawing.Size(77, 20); - this.rbBrightness.TabIndex = 13; + this.rbBrightness.TabIndex = 9; this.rbBrightness.Text = "Brightness:"; this.rbBrightness.UseVisualStyleBackColor = true; this.rbBrightness.CheckedChanged += new System.EventHandler(this.rbBrightness_CheckedChanged); @@ -414,7 +414,7 @@ private void InitializeComponent() this.rbSaturation.Location = new System.Drawing.Point(312, 45); this.rbSaturation.Name = "rbSaturation"; this.rbSaturation.Size = new System.Drawing.Size(77, 20); - this.rbSaturation.TabIndex = 7; + this.rbSaturation.TabIndex = 6; this.rbSaturation.Text = "Saturation:"; this.rbSaturation.UseVisualStyleBackColor = true; this.rbSaturation.CheckedChanged += new System.EventHandler(this.rbSaturation_CheckedChanged); @@ -425,7 +425,7 @@ private void InitializeComponent() this.rbHue.Location = new System.Drawing.Point(312, 13); this.rbHue.Name = "rbHue"; this.rbHue.Size = new System.Drawing.Size(77, 20); - this.rbHue.TabIndex = 1; + this.rbHue.TabIndex = 3; this.rbHue.TabStop = true; this.rbHue.Text = "Hue:"; this.rbHue.UseVisualStyleBackColor = true; @@ -437,7 +437,7 @@ private void InitializeComponent() this.lblDecimal.Location = new System.Drawing.Point(472, 208); this.lblDecimal.Name = "lblDecimal"; this.lblDecimal.Size = new System.Drawing.Size(48, 13); - this.lblDecimal.TabIndex = 30; + this.lblDecimal.TabIndex = 34; this.lblDecimal.Text = "Decimal:"; // // txtDecimal @@ -445,7 +445,7 @@ private void InitializeComponent() this.txtDecimal.Location = new System.Drawing.Point(528, 204); this.txtDecimal.Name = "txtDecimal"; this.txtDecimal.Size = new System.Drawing.Size(72, 20); - this.txtDecimal.TabIndex = 31; + this.txtDecimal.TabIndex = 35; this.txtDecimal.Text = "12345678"; this.txtDecimal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtDecimal.TextChanged += new System.EventHandler(this.txtDecimal_TextChanged); @@ -457,7 +457,7 @@ private void InitializeComponent() this.lblCyanPerc.Location = new System.Drawing.Point(586, 49); this.lblCyanPerc.Name = "lblCyanPerc"; this.lblCyanPerc.Size = new System.Drawing.Size(19, 13); - this.lblCyanPerc.TabIndex = 4; + this.lblCyanPerc.TabIndex = 22; this.lblCyanPerc.Text = "%"; // // lblMagentaPerc @@ -467,7 +467,7 @@ private void InitializeComponent() this.lblMagentaPerc.Location = new System.Drawing.Point(586, 81); this.lblMagentaPerc.Name = "lblMagentaPerc"; this.lblMagentaPerc.Size = new System.Drawing.Size(19, 13); - this.lblMagentaPerc.TabIndex = 12; + this.lblMagentaPerc.TabIndex = 25; this.lblMagentaPerc.Text = "%"; // // lblYellowPerc @@ -477,7 +477,7 @@ private void InitializeComponent() this.lblYellowPerc.Location = new System.Drawing.Point(586, 113); this.lblYellowPerc.Name = "lblYellowPerc"; this.lblYellowPerc.Size = new System.Drawing.Size(19, 13); - this.lblYellowPerc.TabIndex = 16; + this.lblYellowPerc.TabIndex = 28; this.lblYellowPerc.Text = "%"; // // lblKeyPerc @@ -487,7 +487,7 @@ private void InitializeComponent() this.lblKeyPerc.Location = new System.Drawing.Point(586, 145); this.lblKeyPerc.Name = "lblKeyPerc"; this.lblKeyPerc.Size = new System.Drawing.Size(19, 13); - this.lblKeyPerc.TabIndex = 21; + this.lblKeyPerc.TabIndex = 31; this.lblKeyPerc.Text = "%"; // // nudAlpha @@ -500,7 +500,7 @@ private void InitializeComponent() 0}); this.nudAlpha.Name = "nudAlpha"; this.nudAlpha.Size = new System.Drawing.Size(48, 20); - this.nudAlpha.TabIndex = 43; + this.nudAlpha.TabIndex = 19; this.nudAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudAlpha.Value = new decimal(new int[] { 255, @@ -515,7 +515,7 @@ private void InitializeComponent() this.lblAlpha.Location = new System.Drawing.Point(472, 17); this.lblAlpha.Name = "lblAlpha"; this.lblAlpha.Size = new System.Drawing.Size(37, 13); - this.lblAlpha.TabIndex = 44; + this.lblAlpha.TabIndex = 18; this.lblAlpha.Text = "Alpha:"; // // pbColorPreview @@ -526,7 +526,7 @@ private void InitializeComponent() this.pbColorPreview.Location = new System.Drawing.Point(360, 208); this.pbColorPreview.Name = "pbColorPreview"; this.pbColorPreview.Size = new System.Drawing.Size(80, 56); - this.pbColorPreview.TabIndex = 49; + this.pbColorPreview.TabIndex = 38; this.pbColorPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbColorPreview_MouseClick); // // colorPicker @@ -535,8 +535,8 @@ private void InitializeComponent() this.colorPicker.DrawStyle = HelpersLib.DrawStyle.Hue; this.colorPicker.Location = new System.Drawing.Point(8, 8); this.colorPicker.Name = "colorPicker"; - this.colorPicker.Size = new System.Drawing.Size(290, 261); - this.colorPicker.TabIndex = 0; + this.colorPicker.Size = new System.Drawing.Size(292, 261); + this.colorPicker.TabIndex = 2; this.colorPicker.ColorChanged += new HelpersLib.ColorEventHandler(this.colorPicker_ColorChanged); // // DialogColor diff --git a/HelpersLib/Colors/DialogColor.resx b/HelpersLib/Colors/DialogColor.resx index 7080a7d11..1af7de150 100644 --- a/HelpersLib/Colors/DialogColor.resx +++ b/HelpersLib/Colors/DialogColor.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Forms/ClipboardContentViewer.Designer.cs b/HelpersLib/Forms/ClipboardContentViewer.Designer.cs index 76f4b101d..a86eab747 100644 --- a/HelpersLib/Forms/ClipboardContentViewer.Designer.cs +++ b/HelpersLib/Forms/ClipboardContentViewer.Designer.cs @@ -45,7 +45,7 @@ private void InitializeComponent() this.lblQuestion.Location = new System.Drawing.Point(0, 0); this.lblQuestion.Name = "lblQuestion"; this.lblQuestion.Size = new System.Drawing.Size(420, 25); - this.lblQuestion.TabIndex = 0; + this.lblQuestion.TabIndex = 2; this.lblQuestion.Text = "Your clipboard contains the following:"; this.lblQuestion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // @@ -105,7 +105,7 @@ private void InitializeComponent() this.cbDontShowThisWindow.Location = new System.Drawing.Point(9, 332); this.cbDontShowThisWindow.Name = "cbDontShowThisWindow"; this.cbDontShowThisWindow.Size = new System.Drawing.Size(137, 17); - this.cbDontShowThisWindow.TabIndex = 2; + this.cbDontShowThisWindow.TabIndex = 4; this.cbDontShowThisWindow.Text = "Don\'t show this window"; this.cbDontShowThisWindow.UseVisualStyleBackColor = true; this.cbDontShowThisWindow.CheckedChanged += new System.EventHandler(this.cbDontShowThisWindow_CheckedChanged); diff --git a/HelpersLib/Forms/ClipboardContentViewer.resx b/HelpersLib/Forms/ClipboardContentViewer.resx index 7080a7d11..1af7de150 100644 --- a/HelpersLib/Forms/ClipboardContentViewer.resx +++ b/HelpersLib/Forms/ClipboardContentViewer.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Forms/DebugForm.Designer.cs b/HelpersLib/Forms/DebugForm.Designer.cs index fa2cf6dca..f3bfbda71 100644 --- a/HelpersLib/Forms/DebugForm.Designer.cs +++ b/HelpersLib/Forms/DebugForm.Designer.cs @@ -39,7 +39,7 @@ private void InitializeComponent() this.btnLoadedAssemblies.Location = new System.Drawing.Point(96, 511); this.btnLoadedAssemblies.Name = "btnLoadedAssemblies"; this.btnLoadedAssemblies.Size = new System.Drawing.Size(120, 23); - this.btnLoadedAssemblies.TabIndex = 1; + this.btnLoadedAssemblies.TabIndex = 2; this.btnLoadedAssemblies.Text = "Loaded assemblies"; this.btnLoadedAssemblies.UseVisualStyleBackColor = true; this.btnLoadedAssemblies.Click += new System.EventHandler(this.btnLoadedAssemblies_Click); @@ -50,7 +50,7 @@ private void InitializeComponent() this.btnCopyAll.Location = new System.Drawing.Point(8, 511); this.btnCopyAll.Name = "btnCopyAll"; this.btnCopyAll.Size = new System.Drawing.Size(80, 23); - this.btnCopyAll.TabIndex = 0; + this.btnCopyAll.TabIndex = 1; this.btnCopyAll.Text = "Copy all"; this.btnCopyAll.UseVisualStyleBackColor = true; this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click); @@ -65,7 +65,7 @@ private void InitializeComponent() this.rtbDebug.Name = "rtbDebug"; this.rtbDebug.ReadOnly = true; this.rtbDebug.Size = new System.Drawing.Size(744, 496); - this.rtbDebug.TabIndex = 3; + this.rtbDebug.TabIndex = 0; this.rtbDebug.Text = ""; this.rtbDebug.WordWrap = false; this.rtbDebug.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbDebug_LinkClicked); diff --git a/HelpersLib/Forms/DebugForm.resx b/HelpersLib/Forms/DebugForm.resx index 7080a7d11..1af7de150 100644 --- a/HelpersLib/Forms/DebugForm.resx +++ b/HelpersLib/Forms/DebugForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Forms/HashCheckForm.resx b/HelpersLib/Forms/HashCheckForm.resx index 7080a7d11..1af7de150 100644 --- a/HelpersLib/Forms/HashCheckForm.resx +++ b/HelpersLib/Forms/HashCheckForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Forms/InputBox.cs b/HelpersLib/Forms/InputBox.cs index ad865284e..7e0d3dfe5 100644 --- a/HelpersLib/Forms/InputBox.cs +++ b/HelpersLib/Forms/InputBox.cs @@ -95,9 +95,9 @@ private void InitializeComponent() this.btnCancel = new System.Windows.Forms.Button(); this.txtInputText = new System.Windows.Forms.TextBox(); this.SuspendLayout(); - // + // // btnOK - // + // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(208, 32); this.btnOK.Name = "btnOK"; @@ -106,9 +106,9 @@ private void InitializeComponent() this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); - // + // // btnCancel - // + // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(288, 32); this.btnCancel.Name = "btnCancel"; @@ -117,18 +117,18 @@ private void InitializeComponent() this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); - // + // // txtInputText - // - this.txtInputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + // + this.txtInputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtInputText.Location = new System.Drawing.Point(8, 8); this.txtInputText.Name = "txtInputText"; this.txtInputText.Size = new System.Drawing.Size(352, 20); this.txtInputText.TabIndex = 0; - // + // // InputBox - // + // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -146,6 +146,7 @@ private void InitializeComponent() this.Shown += new System.EventHandler(this.InputBox_Shown); this.ResumeLayout(false); this.PerformLayout(); + } private System.Windows.Forms.Button btnOK; diff --git a/HelpersLib/Forms/MonitorTestForm.Designer.cs b/HelpersLib/Forms/MonitorTestForm.Designer.cs index 0afdf9b2f..28a3ea3cf 100644 --- a/HelpersLib/Forms/MonitorTestForm.Designer.cs +++ b/HelpersLib/Forms/MonitorTestForm.Designer.cs @@ -29,6 +29,8 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.pSettings = new System.Windows.Forms.Panel(); + this.btnGradientColor2 = new HelpersLib.ColorButton(); + this.btnGradientColor1 = new HelpersLib.ColorButton(); this.lblTip = new System.Windows.Forms.Label(); this.cbGradient = new System.Windows.Forms.ComboBox(); this.rbGradient = new System.Windows.Forms.RadioButton(); @@ -52,8 +54,6 @@ private void InitializeComponent() this.lblBlackWhiteValue = new System.Windows.Forms.Label(); this.tbBlackWhite = new System.Windows.Forms.TrackBar(); this.rbBlackWhite = new System.Windows.Forms.RadioButton(); - this.btnGradientColor2 = new HelpersLib.ColorButton(); - this.btnGradientColor1 = new HelpersLib.ColorButton(); this.pSettings.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbShapeSize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbBlue)).BeginInit(); @@ -96,6 +96,30 @@ private void InitializeComponent() this.pSettings.Size = new System.Drawing.Size(320, 396); this.pSettings.TabIndex = 0; // + // btnGradientColor2 + // + this.btnGradientColor2.Color = System.Drawing.Color.Empty; + this.btnGradientColor2.Location = new System.Drawing.Point(120, 256); + this.btnGradientColor2.Name = "btnGradientColor2"; + this.btnGradientColor2.Size = new System.Drawing.Size(96, 24); + this.btnGradientColor2.TabIndex = 18; + this.btnGradientColor2.Text = "Color 2"; + this.btnGradientColor2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnGradientColor2.UseVisualStyleBackColor = true; + this.btnGradientColor2.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor2_ColorChanged); + // + // btnGradientColor1 + // + this.btnGradientColor1.Color = System.Drawing.Color.Empty; + this.btnGradientColor1.Location = new System.Drawing.Point(16, 256); + this.btnGradientColor1.Name = "btnGradientColor1"; + this.btnGradientColor1.Size = new System.Drawing.Size(96, 24); + this.btnGradientColor1.TabIndex = 17; + this.btnGradientColor1.Text = "Color 1"; + this.btnGradientColor1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnGradientColor1.UseVisualStyleBackColor = true; + this.btnGradientColor1.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor1_ColorChanged); + // // lblTip // this.lblTip.AutoSize = true; @@ -103,7 +127,7 @@ private void InitializeComponent() this.lblTip.Location = new System.Drawing.Point(16, 368); this.lblTip.Name = "lblTip"; this.lblTip.Size = new System.Drawing.Size(279, 16); - this.lblTip.TabIndex = 23; + this.lblTip.TabIndex = 24; this.lblTip.Text = "You can click outside for hide/show this panel."; // // cbGradient @@ -113,7 +137,7 @@ private void InitializeComponent() this.cbGradient.Location = new System.Drawing.Point(88, 222); this.cbGradient.Name = "cbGradient"; this.cbGradient.Size = new System.Drawing.Size(216, 21); - this.cbGradient.TabIndex = 22; + this.cbGradient.TabIndex = 16; this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged); // // rbGradient @@ -122,7 +146,7 @@ private void InitializeComponent() this.rbGradient.Location = new System.Drawing.Point(16, 224); this.rbGradient.Name = "rbGradient"; this.rbGradient.Size = new System.Drawing.Size(68, 17); - this.rbGradient.TabIndex = 21; + this.rbGradient.TabIndex = 15; this.rbGradient.Text = "Gradient:"; this.rbGradient.UseVisualStyleBackColor = true; this.rbGradient.CheckedChanged += new System.EventHandler(this.rbGradient_CheckedChanged); @@ -132,7 +156,7 @@ private void InitializeComponent() this.btnClose.Location = new System.Drawing.Point(208, 8); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(96, 23); - this.btnClose.TabIndex = 20; + this.btnClose.TabIndex = 1; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); @@ -143,7 +167,7 @@ private void InitializeComponent() this.lblShapeSize.Location = new System.Drawing.Point(16, 334); this.lblShapeSize.Name = "lblShapeSize"; this.lblShapeSize.Size = new System.Drawing.Size(30, 13); - this.lblShapeSize.TabIndex = 19; + this.lblShapeSize.TabIndex = 21; this.lblShapeSize.Text = "Size:"; // // lblShapeSizeValue @@ -153,7 +177,7 @@ private void InitializeComponent() this.lblShapeSizeValue.Location = new System.Drawing.Point(280, 332); this.lblShapeSizeValue.Name = "lblShapeSizeValue"; this.lblShapeSizeValue.Size = new System.Drawing.Size(15, 16); - this.lblShapeSizeValue.TabIndex = 18; + this.lblShapeSizeValue.TabIndex = 23; this.lblShapeSizeValue.Text = "1"; // // tbShapeSize @@ -164,7 +188,7 @@ private void InitializeComponent() this.tbShapeSize.Minimum = 1; this.tbShapeSize.Name = "tbShapeSize"; this.tbShapeSize.Size = new System.Drawing.Size(232, 24); - this.tbShapeSize.TabIndex = 17; + this.tbShapeSize.TabIndex = 22; this.tbShapeSize.TickStyle = System.Windows.Forms.TickStyle.None; this.tbShapeSize.Value = 1; this.tbShapeSize.ValueChanged += new System.EventHandler(this.tbShapeSize_ValueChanged); @@ -174,7 +198,7 @@ private void InitializeComponent() this.btnColorDialog.Location = new System.Drawing.Point(208, 88); this.btnColorDialog.Name = "btnColorDialog"; this.btnColorDialog.Size = new System.Drawing.Size(96, 23); - this.btnColorDialog.TabIndex = 16; + this.btnColorDialog.TabIndex = 5; this.btnColorDialog.Text = "Color dialog..."; this.btnColorDialog.UseVisualStyleBackColor = true; this.btnColorDialog.Click += new System.EventHandler(this.btnColorDialog_Click); @@ -190,7 +214,7 @@ private void InitializeComponent() this.cbShapes.Location = new System.Drawing.Point(88, 294); this.cbShapes.Name = "cbShapes"; this.cbShapes.Size = new System.Drawing.Size(216, 21); - this.cbShapes.TabIndex = 15; + this.cbShapes.TabIndex = 20; this.cbShapes.SelectedIndexChanged += new System.EventHandler(this.cbShapes_SelectedIndexChanged); // // rbShapes @@ -199,7 +223,7 @@ private void InitializeComponent() this.rbShapes.Location = new System.Drawing.Point(16, 296); this.rbShapes.Name = "rbShapes"; this.rbShapes.Size = new System.Drawing.Size(59, 17); - this.rbShapes.TabIndex = 14; + this.rbShapes.TabIndex = 19; this.rbShapes.Text = "Shape:"; this.rbShapes.UseVisualStyleBackColor = true; this.rbShapes.CheckedChanged += new System.EventHandler(this.rbShapes_CheckedChanged); @@ -210,7 +234,7 @@ private void InitializeComponent() this.lblBlue.Location = new System.Drawing.Point(16, 190); this.lblBlue.Name = "lblBlue"; this.lblBlue.Size = new System.Drawing.Size(17, 13); - this.lblBlue.TabIndex = 13; + this.lblBlue.TabIndex = 12; this.lblBlue.Text = "B:"; // // lblBlueValue @@ -220,7 +244,7 @@ private void InitializeComponent() this.lblBlueValue.Location = new System.Drawing.Point(280, 188); this.lblBlueValue.Name = "lblBlueValue"; this.lblBlueValue.Size = new System.Drawing.Size(15, 16); - this.lblBlueValue.TabIndex = 12; + this.lblBlueValue.TabIndex = 14; this.lblBlueValue.Text = "0"; // // tbBlue @@ -230,7 +254,7 @@ private void InitializeComponent() this.tbBlue.Maximum = 255; this.tbBlue.Name = "tbBlue"; this.tbBlue.Size = new System.Drawing.Size(240, 24); - this.tbBlue.TabIndex = 11; + this.tbBlue.TabIndex = 13; this.tbBlue.TickStyle = System.Windows.Forms.TickStyle.None; this.tbBlue.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged); // @@ -240,7 +264,7 @@ private void InitializeComponent() this.lblGreen.Location = new System.Drawing.Point(16, 158); this.lblGreen.Name = "lblGreen"; this.lblGreen.Size = new System.Drawing.Size(18, 13); - this.lblGreen.TabIndex = 10; + this.lblGreen.TabIndex = 9; this.lblGreen.Text = "G:"; // // lblGreenValue @@ -250,7 +274,7 @@ private void InitializeComponent() this.lblGreenValue.Location = new System.Drawing.Point(280, 156); this.lblGreenValue.Name = "lblGreenValue"; this.lblGreenValue.Size = new System.Drawing.Size(15, 16); - this.lblGreenValue.TabIndex = 9; + this.lblGreenValue.TabIndex = 11; this.lblGreenValue.Text = "0"; // // tbGreen @@ -260,7 +284,7 @@ private void InitializeComponent() this.tbGreen.Maximum = 255; this.tbGreen.Name = "tbGreen"; this.tbGreen.Size = new System.Drawing.Size(240, 24); - this.tbGreen.TabIndex = 8; + this.tbGreen.TabIndex = 10; this.tbGreen.TickStyle = System.Windows.Forms.TickStyle.None; this.tbGreen.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged); // @@ -270,7 +294,7 @@ private void InitializeComponent() this.lblRed.Location = new System.Drawing.Point(16, 126); this.lblRed.Name = "lblRed"; this.lblRed.Size = new System.Drawing.Size(18, 13); - this.lblRed.TabIndex = 7; + this.lblRed.TabIndex = 6; this.lblRed.Text = "R:"; // // lblRedValue @@ -280,7 +304,7 @@ private void InitializeComponent() this.lblRedValue.Location = new System.Drawing.Point(280, 124); this.lblRedValue.Name = "lblRedValue"; this.lblRedValue.Size = new System.Drawing.Size(15, 16); - this.lblRedValue.TabIndex = 6; + this.lblRedValue.TabIndex = 8; this.lblRedValue.Text = "0"; // // tbRed @@ -290,7 +314,7 @@ private void InitializeComponent() this.tbRed.Maximum = 255; this.tbRed.Name = "tbRed"; this.tbRed.Size = new System.Drawing.Size(240, 24); - this.tbRed.TabIndex = 5; + this.tbRed.TabIndex = 7; this.tbRed.TickStyle = System.Windows.Forms.TickStyle.None; this.tbRed.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged); // @@ -332,35 +356,11 @@ private void InitializeComponent() this.rbBlackWhite.Location = new System.Drawing.Point(16, 16); this.rbBlackWhite.Name = "rbBlackWhite"; this.rbBlackWhite.Size = new System.Drawing.Size(89, 17); - this.rbBlackWhite.TabIndex = 1; + this.rbBlackWhite.TabIndex = 0; this.rbBlackWhite.Text = "Black, White:"; this.rbBlackWhite.UseVisualStyleBackColor = true; this.rbBlackWhite.CheckedChanged += new System.EventHandler(this.rbBlackWhite_CheckedChanged); // - // btnGradientColor2 - // - this.btnGradientColor2.Color = System.Drawing.Color.Empty; - this.btnGradientColor2.Location = new System.Drawing.Point(120, 256); - this.btnGradientColor2.Name = "btnGradientColor2"; - this.btnGradientColor2.Size = new System.Drawing.Size(96, 24); - this.btnGradientColor2.TabIndex = 25; - this.btnGradientColor2.Text = "Color 2"; - this.btnGradientColor2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnGradientColor2.UseVisualStyleBackColor = true; - this.btnGradientColor2.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor2_ColorChanged); - // - // btnGradientColor1 - // - this.btnGradientColor1.Color = System.Drawing.Color.Empty; - this.btnGradientColor1.Location = new System.Drawing.Point(16, 256); - this.btnGradientColor1.Name = "btnGradientColor1"; - this.btnGradientColor1.Size = new System.Drawing.Size(96, 24); - this.btnGradientColor1.TabIndex = 24; - this.btnGradientColor1.Text = "Color 1"; - this.btnGradientColor1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnGradientColor1.UseVisualStyleBackColor = true; - this.btnGradientColor1.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor1_ColorChanged); - // // MonitorTestForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/HelpersLib/Forms/MonitorTestForm.resx b/HelpersLib/Forms/MonitorTestForm.resx index 7080a7d11..1af7de150 100644 --- a/HelpersLib/Forms/MonitorTestForm.resx +++ b/HelpersLib/Forms/MonitorTestForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/HelpersLib/Forms/QRCodeForm.Designer.cs b/HelpersLib/Forms/QRCodeForm.Designer.cs index 9ded2523c..6e3f9326d 100644 --- a/HelpersLib/Forms/QRCodeForm.Designer.cs +++ b/HelpersLib/Forms/QRCodeForm.Designer.cs @@ -30,10 +30,10 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.qrMain = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeGraphicControl(); - this.txtQRCode = new System.Windows.Forms.TextBox(); this.cmsQR = new System.Windows.Forms.ContextMenuStrip(this.components); - this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem(); + this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem(); + this.txtQRCode = new System.Windows.Forms.TextBox(); this.cmsQR.SuspendLayout(); this.SuspendLayout(); // @@ -51,6 +51,30 @@ private void InitializeComponent() this.qrMain.TabIndex = 1; this.qrMain.Click += new System.EventHandler(this.qrMain_Click); // + // cmsQR + // + this.cmsQR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.tsmiCopy, + this.tsmiSaveAs}); + this.cmsQR.Name = "cmsQR"; + this.cmsQR.Size = new System.Drawing.Size(212, 48); + this.cmsQR.Text = "QR"; + // + // tsmiCopy + // + this.tsmiCopy.Name = "tsmiCopy"; + this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); + this.tsmiCopy.Size = new System.Drawing.Size(211, 22); + this.tsmiCopy.Text = "Copy to clipboard"; + this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click); + // + // tsmiSaveAs + // + this.tsmiSaveAs.Name = "tsmiSaveAs"; + this.tsmiSaveAs.Size = new System.Drawing.Size(211, 22); + this.tsmiSaveAs.Text = "Save image as PNG..."; + this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click); + // // txtQRCode // this.txtQRCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -62,30 +86,6 @@ private void InitializeComponent() this.txtQRCode.Visible = false; this.txtQRCode.TextChanged += new System.EventHandler(this.txtQRCode_TextChanged); // - // cmsQR - // - this.cmsQR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.tsmiCopy, - this.tsmiSaveAs}); - this.cmsQR.Name = "cmsQR"; - this.cmsQR.Size = new System.Drawing.Size(212, 48); - this.cmsQR.Text = "QR"; - // - // tsmiSaveAs - // - this.tsmiSaveAs.Name = "tsmiSaveAs"; - this.tsmiSaveAs.Size = new System.Drawing.Size(211, 22); - this.tsmiSaveAs.Text = "Save image as PNG..."; - this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click); - // - // tsmiCopy - // - this.tsmiCopy.Name = "tsmiCopy"; - this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); - this.tsmiCopy.Size = new System.Drawing.Size(211, 22); - this.tsmiCopy.Text = "Copy to clipboard"; - this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click); - // // QRCodeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/HistoryLib/HistoryForm.Designer.cs b/HistoryLib/HistoryForm.Designer.cs index 0887b6f0d..215ebcad3 100644 --- a/HistoryLib/HistoryForm.Designer.cs +++ b/HistoryLib/HistoryForm.Designer.cs @@ -106,7 +106,7 @@ private void InitializeComponent() this.btnApplyFilters.Location = new System.Drawing.Point(16, 232); this.btnApplyFilters.Name = "btnApplyFilters"; this.btnApplyFilters.Size = new System.Drawing.Size(136, 24); - this.btnApplyFilters.TabIndex = 1; + this.btnApplyFilters.TabIndex = 14; this.btnApplyFilters.Text = "Apply filters"; this.btnApplyFilters.UseVisualStyleBackColor = true; this.btnApplyFilters.Click += new System.EventHandler(this.btnApplyFilters_Click); @@ -171,7 +171,7 @@ private void InitializeComponent() this.ssMain.Location = new System.Drawing.Point(0, 665); this.ssMain.Name = "ssMain"; this.ssMain.Size = new System.Drawing.Size(920, 22); - this.ssMain.TabIndex = 1; + this.ssMain.TabIndex = 3; this.ssMain.Text = "statusStrip1"; // // tsslStatus @@ -210,7 +210,7 @@ private void InitializeComponent() this.btnRemoveFilters.Location = new System.Drawing.Point(160, 232); this.btnRemoveFilters.Name = "btnRemoveFilters"; this.btnRemoveFilters.Size = new System.Drawing.Size(136, 24); - this.btnRemoveFilters.TabIndex = 2; + this.btnRemoveFilters.TabIndex = 15; this.btnRemoveFilters.Text = "Remove filters"; this.btnRemoveFilters.UseVisualStyleBackColor = true; this.btnRemoveFilters.Click += new System.EventHandler(this.btnRemoveFilters_Click); @@ -272,7 +272,7 @@ private void InitializeComponent() this.lvHistory.Location = new System.Drawing.Point(8, 288); this.lvHistory.Name = "lvHistory"; this.lvHistory.Size = new System.Drawing.Size(904, 368); - this.lvHistory.TabIndex = 1; + this.lvHistory.TabIndex = 0; this.lvHistory.UseCompatibleStateImageBehavior = false; this.lvHistory.View = System.Windows.Forms.View.Details; this.lvHistory.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvHistory_ItemSelectionChanged); diff --git a/HistoryLib/HistoryItemInfoForm.Designer.cs b/HistoryLib/HistoryItemInfoForm.Designer.cs index d3e733298..81e4c2396 100644 --- a/HistoryLib/HistoryItemInfoForm.Designer.cs +++ b/HistoryLib/HistoryItemInfoForm.Designer.cs @@ -30,9 +30,9 @@ private void InitializeComponent() { this.olvMain = new HistoryLib.CustomControls.ObjectListView(); this.SuspendLayout(); - // + // // olvMain - // + // this.olvMain.Dock = System.Windows.Forms.DockStyle.Fill; this.olvMain.FullRowSelect = true; this.olvMain.GridLines = true; @@ -45,9 +45,9 @@ private void InitializeComponent() this.olvMain.TabIndex = 0; this.olvMain.UseCompatibleStateImageBehavior = false; this.olvMain.View = System.Windows.Forms.View.Details; - // + // // HistoryItemInfoForm - // + // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(454, 411); @@ -58,6 +58,7 @@ private void InitializeComponent() this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - History item info"; this.ResumeLayout(false); + } #endregion Windows Form Designer generated code diff --git a/HistoryLib/HistoryItemInfoForm.resx b/HistoryLib/HistoryItemInfoForm.resx new file mode 100644 index 000000000..1af7de150 --- /dev/null +++ b/HistoryLib/HistoryItemInfoForm.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/HistoryLib/HistoryLib.csproj b/HistoryLib/HistoryLib.csproj index af2c6477e..d96f48e14 100644 --- a/HistoryLib/HistoryLib.csproj +++ b/HistoryLib/HistoryLib.csproj @@ -100,6 +100,12 @@ HistoryForm.cs + + HistoryItemInfoForm.cs + + + ImageHistoryForm.cs + diff --git a/HistoryLib/ImageHistoryForm.Designer.cs b/HistoryLib/ImageHistoryForm.Designer.cs index 516be2e09..307a5c5dc 100644 --- a/HistoryLib/ImageHistoryForm.Designer.cs +++ b/HistoryLib/ImageHistoryForm.Designer.cs @@ -79,7 +79,7 @@ private void InitializeComponent() this.tscMain.Location = new System.Drawing.Point(0, 0); this.tscMain.Name = "tscMain"; this.tscMain.Size = new System.Drawing.Size(804, 612); - this.tscMain.TabIndex = 1; + this.tscMain.TabIndex = 0; this.tscMain.Text = "toolStripContainer1"; // // tscMain.TopToolStripPanel @@ -97,7 +97,7 @@ private void InitializeComponent() this.tsMain.Location = new System.Drawing.Point(3, 0); this.tsMain.Name = "tsMain"; this.tsMain.Padding = new System.Windows.Forms.Padding(3, 1, 3, 1); - this.tsMain.Size = new System.Drawing.Size(396, 25); + this.tsMain.Size = new System.Drawing.Size(361, 25); this.tsMain.TabIndex = 0; // // tsddbViewMode @@ -108,27 +108,27 @@ private void InitializeComponent() this.tsmiViewModeGallery, this.tsmiViewModePane}); this.tsddbViewMode.Name = "tsddbViewMode"; - this.tsddbViewMode.Size = new System.Drawing.Size(79, 19); + this.tsddbViewMode.Size = new System.Drawing.Size(79, 20); this.tsddbViewMode.Text = "View mode"; // // tsmiViewModeThumbnails // this.tsmiViewModeThumbnails.Name = "tsmiViewModeThumbnails"; - this.tsmiViewModeThumbnails.Size = new System.Drawing.Size(152, 22); + this.tsmiViewModeThumbnails.Size = new System.Drawing.Size(137, 22); this.tsmiViewModeThumbnails.Text = "Thumbnails"; this.tsmiViewModeThumbnails.Click += new System.EventHandler(this.tsmiViewModeThumbnails_Click); // // tsmiViewModeGallery // this.tsmiViewModeGallery.Name = "tsmiViewModeGallery"; - this.tsmiViewModeGallery.Size = new System.Drawing.Size(152, 22); + this.tsmiViewModeGallery.Size = new System.Drawing.Size(137, 22); this.tsmiViewModeGallery.Text = "Gallery"; this.tsmiViewModeGallery.Click += new System.EventHandler(this.tsmiViewModeGallery_Click); // // tsmiViewModePane // this.tsmiViewModePane.Name = "tsmiViewModePane"; - this.tsmiViewModePane.Size = new System.Drawing.Size(152, 22); + this.tsmiViewModePane.Size = new System.Drawing.Size(137, 22); this.tsmiViewModePane.Text = "Pane"; this.tsmiViewModePane.Click += new System.EventHandler(this.tsmiViewModePane_Click); // @@ -142,41 +142,41 @@ private void InitializeComponent() this.tsmiThumbnailSize200, this.tsmiThumbnailSize250}); this.tsddbThumbnailSize.Name = "tsddbThumbnailSize"; - this.tsddbThumbnailSize.Size = new System.Drawing.Size(100, 19); + this.tsddbThumbnailSize.Size = new System.Drawing.Size(100, 20); this.tsddbThumbnailSize.Text = "Thumbnail size"; // // tsmiThumbnailSize75 // this.tsmiThumbnailSize75.Name = "tsmiThumbnailSize75"; - this.tsmiThumbnailSize75.Size = new System.Drawing.Size(152, 22); + this.tsmiThumbnailSize75.Size = new System.Drawing.Size(121, 22); this.tsmiThumbnailSize75.Text = "75 x 75"; this.tsmiThumbnailSize75.Click += new System.EventHandler(this.tsmiThumbnailSize75_Click); // // tsmiThumbnailSize100 // this.tsmiThumbnailSize100.Name = "tsmiThumbnailSize100"; - this.tsmiThumbnailSize100.Size = new System.Drawing.Size(152, 22); + this.tsmiThumbnailSize100.Size = new System.Drawing.Size(121, 22); this.tsmiThumbnailSize100.Text = "100 x 100"; this.tsmiThumbnailSize100.Click += new System.EventHandler(this.tsmiThumbnailSize100_Click); // // tsmiThumbnailSize150 // this.tsmiThumbnailSize150.Name = "tsmiThumbnailSize150"; - this.tsmiThumbnailSize150.Size = new System.Drawing.Size(152, 22); + this.tsmiThumbnailSize150.Size = new System.Drawing.Size(121, 22); this.tsmiThumbnailSize150.Text = "150 x 150"; this.tsmiThumbnailSize150.Click += new System.EventHandler(this.tsmiThumbnailSize150_Click); // // tsmiThumbnailSize200 // this.tsmiThumbnailSize200.Name = "tsmiThumbnailSize200"; - this.tsmiThumbnailSize200.Size = new System.Drawing.Size(152, 22); + this.tsmiThumbnailSize200.Size = new System.Drawing.Size(121, 22); this.tsmiThumbnailSize200.Text = "200 x 200"; this.tsmiThumbnailSize200.Click += new System.EventHandler(this.tsmiThumbnailSize200_Click); // // tsmiThumbnailSize250 // this.tsmiThumbnailSize250.Name = "tsmiThumbnailSize250"; - this.tsmiThumbnailSize250.Size = new System.Drawing.Size(152, 22); + this.tsmiThumbnailSize250.Size = new System.Drawing.Size(121, 22); this.tsmiThumbnailSize250.Text = "250 x 250"; this.tsmiThumbnailSize250.Click += new System.EventHandler(this.tsmiThumbnailSize250_Click); // @@ -185,7 +185,7 @@ private void InitializeComponent() this.tsbQuickList.CheckOnClick = true; this.tsbQuickList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsbQuickList.Name = "tsbQuickList"; - this.tsbQuickList.Size = new System.Drawing.Size(174, 19); + this.tsbQuickList.Size = new System.Drawing.Size(174, 20); this.tsbQuickList.Text = "Only show last 100 screenshots"; this.tsbQuickList.Click += new System.EventHandler(this.tsbQuickList_Click); // diff --git a/HistoryLib/ImageHistoryForm.resx b/HistoryLib/ImageHistoryForm.resx new file mode 100644 index 000000000..214fc3572 --- /dev/null +++ b/HistoryLib/ImageHistoryForm.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/ImageEffectsLib/ImageEffectsForm.Designer.cs b/ImageEffectsLib/ImageEffectsForm.Designer.cs index b40d19993..b4c6468a5 100644 --- a/ImageEffectsLib/ImageEffectsForm.Designer.cs +++ b/ImageEffectsLib/ImageEffectsForm.Designer.cs @@ -120,7 +120,7 @@ private void InitializeComponent() this.btnOK.Location = new System.Drawing.Point(744, 734); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(72, 24); - this.btnOK.TabIndex = 15; + this.btnOK.TabIndex = 14; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); @@ -131,7 +131,7 @@ private void InitializeComponent() this.btnCancel.Location = new System.Drawing.Point(824, 734); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 24); - this.btnCancel.TabIndex = 16; + this.btnCancel.TabIndex = 15; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); @@ -195,7 +195,7 @@ private void InitializeComponent() this.btnLoadImage.Location = new System.Drawing.Point(152, 734); this.btnLoadImage.Name = "btnLoadImage"; this.btnLoadImage.Size = new System.Drawing.Size(81, 24); - this.btnLoadImage.TabIndex = 13; + this.btnLoadImage.TabIndex = 12; this.btnLoadImage.Text = "Load image..."; this.btnLoadImage.UseVisualStyleBackColor = true; this.btnLoadImage.Visible = false; @@ -208,7 +208,7 @@ private void InitializeComponent() this.btnSaveImage.Location = new System.Drawing.Point(240, 734); this.btnSaveImage.Name = "btnSaveImage"; this.btnSaveImage.Size = new System.Drawing.Size(82, 24); - this.btnSaveImage.TabIndex = 14; + this.btnSaveImage.TabIndex = 13; this.btnSaveImage.Text = "Save image..."; this.btnSaveImage.UseVisualStyleBackColor = true; this.btnSaveImage.Visible = false; @@ -220,7 +220,7 @@ private void InitializeComponent() this.eiImageEffects.Name = "eiImageEffects"; this.eiImageEffects.ObjectType = null; this.eiImageEffects.Size = new System.Drawing.Size(136, 24); - this.eiImageEffects.TabIndex = 17; + this.eiImageEffects.TabIndex = 11; this.eiImageEffects.ExportRequested += new HelpersLib.UserControls.ExportImportControl.ExportEventHandler(this.eiImageEffects_ExportRequested); this.eiImageEffects.ImportRequested += new HelpersLib.UserControls.ExportImportControl.ImportEventHandler(this.eiImageEffects_ImportRequested); // diff --git a/ImageEffectsLib/WatermarkForm.Designer.cs b/ImageEffectsLib/WatermarkForm.Designer.cs index 3b6c160d8..516b6cd3a 100644 --- a/ImageEffectsLib/WatermarkForm.Designer.cs +++ b/ImageEffectsLib/WatermarkForm.Designer.cs @@ -90,7 +90,7 @@ private void InitializeComponent() this.cbWatermarkAutoHide.Location = new System.Drawing.Point(17, 112); this.cbWatermarkAutoHide.Name = "cbWatermarkAutoHide"; this.cbWatermarkAutoHide.Size = new System.Drawing.Size(260, 17); - this.cbWatermarkAutoHide.TabIndex = 8; + this.cbWatermarkAutoHide.TabIndex = 7; this.cbWatermarkAutoHide.Text = "Hide watermark if image is smaller than watermark"; this.cbWatermarkAutoHide.UseVisualStyleBackColor = true; this.cbWatermarkAutoHide.CheckedChanged += new System.EventHandler(this.cbWatermarkAutoHide_CheckedChanged); @@ -160,7 +160,7 @@ private void InitializeComponent() this.gbWatermarkBackground.Location = new System.Drawing.Point(304, 126); this.gbWatermarkBackground.Name = "gbWatermarkBackground"; this.gbWatermarkBackground.Size = new System.Drawing.Size(448, 210); - this.gbWatermarkBackground.TabIndex = 10; + this.gbWatermarkBackground.TabIndex = 9; this.gbWatermarkBackground.TabStop = false; this.gbWatermarkBackground.Text = "Text background settings"; // @@ -276,7 +276,7 @@ private void InitializeComponent() this.gbWatermarkText.Location = new System.Drawing.Point(304, 8); this.gbWatermarkText.Name = "gbWatermarkText"; this.gbWatermarkText.Size = new System.Drawing.Size(448, 112); - this.gbWatermarkText.TabIndex = 7; + this.gbWatermarkText.TabIndex = 8; this.gbWatermarkText.TabStop = false; this.gbWatermarkText.Text = "Text settings"; // @@ -356,7 +356,7 @@ private void InitializeComponent() this.gbImageWatermark.Location = new System.Drawing.Point(304, 344); this.gbImageWatermark.Name = "gbImageWatermark"; this.gbImageWatermark.Size = new System.Drawing.Size(448, 56); - this.gbImageWatermark.TabIndex = 12; + this.gbImageWatermark.TabIndex = 10; this.gbImageWatermark.TabStop = false; this.gbImageWatermark.Text = "Image settings"; // @@ -377,7 +377,7 @@ private void InitializeComponent() this.pbPreview.Location = new System.Drawing.Point(8, 160); this.pbPreview.Name = "pbPreview"; this.pbPreview.Size = new System.Drawing.Size(288, 240); - this.pbPreview.TabIndex = 11; + this.pbPreview.TabIndex = 12; // // lblPreview // @@ -385,7 +385,7 @@ private void InitializeComponent() this.lblPreview.Location = new System.Drawing.Point(8, 144); this.lblPreview.Name = "lblPreview"; this.lblPreview.Size = new System.Drawing.Size(102, 13); - this.lblPreview.TabIndex = 9; + this.lblPreview.TabIndex = 11; this.lblPreview.Text = "Watermark preview:"; // // WatermarkForm diff --git a/ImageEffectsLib/WatermarkForm.resx b/ImageEffectsLib/WatermarkForm.resx index 7080a7d11..1af7de150 100644 --- a/ImageEffectsLib/WatermarkForm.resx +++ b/ImageEffectsLib/WatermarkForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ScreenCaptureLib/Forms/RegionCapturePreview.Designer.cs b/ScreenCaptureLib/Forms/RegionCapturePreview.Designer.cs index 30240640a..a42d35c23 100644 --- a/ScreenCaptureLib/Forms/RegionCapturePreview.Designer.cs +++ b/ScreenCaptureLib/Forms/RegionCapturePreview.Designer.cs @@ -87,7 +87,7 @@ private void InitializeComponent() this.tsbWindowRectangle.Image = ((System.Drawing.Image)(resources.GetObject("tsbWindowRectangle.Image"))); this.tsbWindowRectangle.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbWindowRectangle.Name = "tsbWindowRectangle"; - this.tsbWindowRectangle.Size = new System.Drawing.Size(139, 20); + this.tsbWindowRectangle.Size = new System.Drawing.Size(149, 20); this.tsbWindowRectangle.Text = "Window and Rectangle"; this.tsbWindowRectangle.Click += new System.EventHandler(this.tsbWindowRectangle_Click); // @@ -183,7 +183,7 @@ private void InitializeComponent() this.pImage.Location = new System.Drawing.Point(304, 8); this.pImage.Name = "pImage"; this.pImage.Size = new System.Drawing.Size(536, 632); - this.pImage.TabIndex = 4; + this.pImage.TabIndex = 3; // // pgSurfaceConfig // @@ -199,7 +199,7 @@ private void InitializeComponent() this.btnClipboardCopy.Location = new System.Drawing.Point(184, 8); this.btnClipboardCopy.Name = "btnClipboardCopy"; this.btnClipboardCopy.Size = new System.Drawing.Size(112, 40); - this.btnClipboardCopy.TabIndex = 2; + this.btnClipboardCopy.TabIndex = 1; this.btnClipboardCopy.Text = "Copy image to clipboard"; this.btnClipboardCopy.UseVisualStyleBackColor = true; this.btnClipboardCopy.Click += new System.EventHandler(this.btnClipboardCopy_Click); diff --git a/ScreenCaptureLib/Forms/RegionCapturePreview.resx b/ScreenCaptureLib/Forms/RegionCapturePreview.resx index e899e7a18..b2f0bc071 100644 --- a/ScreenCaptureLib/Forms/RegionCapturePreview.resx +++ b/ScreenCaptureLib/Forms/RegionCapturePreview.resx @@ -112,118 +112,119 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 - + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEgSURBVDhPpZPdjsFAGIZdrFtyL3viQCQSET8b1kZYGhGL - sNrqtDVT/Xg7+WpWpw6Q9Eif92+mlWrtQO88FcCv/sDmAmaKMkHzHanSLHlBoAy+pCmpREN4gigpCgC2 - VQIYy0v2nx9q8OCr/wKmsymCqCLW8DFQGbhzJW2OslyAxRj2RJKDv3+SVvszLXfn5wKPMBw1GNNiE9Ns - HZULoDNiszPDzlaDk1VE42VoF8DaGAxjoa8JT28wwJET0udc2AX4qDAYxkJsOGNEwENHUP9HUGcaFI8R - 7nxUcMdg6IzYHLk302Dr+2S/SOjuGu4YDJ0RG858kRpD3y7AlwTdcVTszp1ZoD7wihvweHtP5d3ZHdHb - kxM1v3wC/NF17wLvfM5X/bSEOltGUf4AAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEaSURBVDhPpZHdasJAEIV9WF/Jd+mNFyIIUlor/hTxp0Gk + WjGaxGwSd2NGzy6jG5N4YQeGgSTfmTkntXrDpf+0Fni1cgKs+EzQ/kaqTM+CQFWds4xUaiB0GKdFAXva + BTCRZ/0uiAzoBiovYJf9DKeKxMCHUGlw60naHGS1ABfDvkhv4HovabU70XJ7ei7wCGOjARP62SQ0+42r + BeC5DHb+DDhZxTReRuUCSBuBIaxHeHqFAQ6diPoLUS7AvwqBwTPDeAZ44AjqzQW9T8O8ACa2Y/J2BAbP + OJtP/pwZsPN9LAqg4d2ztiMweMbZ2MzftQZBuQCaveNX8Xb2zN388vXMZcDh7Xx1887bcXp3cqT2KNDw + 24d3F3i9XboA/bSEOiL2OBcAAAAASUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD0SURBVDhPzZN9C8FQGMV9WF/JdyF/KEkplLy0kLwvZLbZ - Zq+Ozr3dIbFCcet0a/U853fOtlzuL06+sMc7EvAczDpJckYUn4VJECbi9gJ5iwWf6CkBHely9GKYTgTD - jrA1Q6HNQSolYAQV5RbzFdl8698vUD0wo3OSrnTTjRDLXYDZxsdE9zFenzBcST0QqKI4nNVLb+reL2DT - zGy5sXBe76UrHbWFBw50Ji7aYwetkdQDAQvjQ2JnEdQH9nWBcle5mZl56UxXujW0I2p9G9WuhUpHKiVg - dhbHV6UbEp0lEZvIaphD5baJUstEsXn40of085/xArHce95KERj9AAAAAElFTkSuQmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD2SURBVDhPzVLZisJAEMzH7i/5Ly4+LIgsCCqIB7KKeAdd + EmNMYk5LqoeJBjGC+7A2FPVUR/eM8R7zUbHwCnLxs8myM5L0LKIozoSDSPHL6RoPGzCRKccgheMlsN0E + OycWbPcKBYNb1jXLsNiFwncNKPZOKpVpph1j9Rthvg0xNUNMNif8rBUKBmR9KIrJZejPfOHcgJfmzgc/ + leSNpVKZOFoGIuhOfXQmHtpjhYIBmQcjsza5DN9DV1gMdLremztzXyYzlWnN0RGNgYt674CvrkJuwN15 + OD6VaavqPBJrs7IWU1TrOPhsO6i29leDv0C+8z+OYVwAsdx73hsdYZoAAAAASUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPxZNdSwJBAEX3x/aX+i9FD4FEEKQgZUmJZGaL - mrpuu+vOfnjzzDCGVPbggwv3bc89d4bdIDj6c3I60yEJgP976nqtslrLFLVNZlxg9xYAeiBZVYqzSsu0 - UpSUNnsLMGIB4uVZXGoSFTbjhcufBVjT3Nk8GM6NRh9Gw6nR6yS3+bUAmLlYsYXzQm8baDDO1Q9z9d5X - ehq5/ChgNmYPY8QECNAdZuoMMt2/pDY7BVwYZ2Y2ZmCsGAEB2v1UrV6i5rPLTgHTuTDOzGzMwI8b2IM3 - 3U+R64fYZlvg7X46Z2Y2ZmBsgFedWI27pS7bLtsCzs7FObubzpmZzWQPA120Ip03I53dLr4LDvqUj/4z - fgGTTaydo+wOCwAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEQSURBVDhPxZNbSwJBAIX3x/aX+i9GD0FIEKQg5YUSycxE + y1y33XVnL578ZhpDuvjggwPnbb/znRnY4Pjn5HSuQ2IL9p2qWqso1zJ5ZZMal70FgB6IV6WitNQyKRXG + hc2/BRgBgfh4HhWahbnNdOHyZwHWJHM2D07ejcZvRqNXo6dZZvNrATBzsTow1/MGGk4zDSaZ+i8r3Y9d + fhQwG7OHMWICBOiNUrWHqe4eE5udAh6MOzPbw1gxAgK0Boma/ViNB5edAqbzYNyZ2ZiBuxvYg9e9D5ur + TmSzLfB2P507MxszMDbAejvS5e1SFy2XbQF35+Gc3U3nzsz2ZmCg82aos0ao2s3iu+CQfP0RRztB8AmT + TaydC0wRpgAAAABJRU5ErkJggg== iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE4SURBVDhPzZPbTsJQFET5V/0kjR/jg4lRozFiUFEUgiJC - w6W19/actox7TlNMU5rwyEn2W9fM7Es7nYN6x6c29qlG6KOT9RnBtlcUG2T5BkoXSKX4LZmtUBtMUGUF - YlUgTHL4cQ4vyuGGmRExAm0wHRMBA4EIOH6GlaexdDUWv2UZkV0CWlyjtHSzBSRkOQqztcJ0pfC9TE3t - FDCwxKUrHS1H40egySLF2EoxmicYzspqCDA2nSt4bpduBD8EGExj9CcxXr4iUzUBDow9MzadCdOVjgQJ - 9MYRHkchHoZl1QQ4bQ6MPTM2nQm/Cfz0GaEr4P17gNtBgJtX31RtE1wVo3Ng7Jmx6UyYbncCXvd9XD57 - uOh5/zBXWR0SV8VpMzp7Zmw6E74SmOB5120eUnVR+5zxNvbB/IR/hPNmC2er0icAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE7SURBVDhPzZJbS8NAEIXzX/UnKf4YHwRRUcRK1Wq1pVpr + G3pJzD3ZXHqcs0kIwRT62IHztPvNOTO7xmHV8amFfVRdb+roZHPGg11VFFtk+RYqLZCIeJdMhZfOXUVQ + ZQUiVSCIc3hRDjfM4QRZk2QXTMdYQF8gAraXYe2mWDkplr+ldJOuBqm4hknpZglIyLQV5huF2Vrhe5Vo + dTbQsMSlKx1NO8WPQNNlgomZYLyIMZqX+teAselcwwurdCP4IcBwFmEwjfDyFWq1GnBhnJmxa5iudCRI + oD8J8TgO8DAq1WrAbXNhnJmx6Uz4TeCnzxA9Ae/ffdwOfdy8elq6Qf0SfCpG58I4M2PTmTDd7gS8Hni4 + fHZx0XcbmFV/JD4Vt83onJmx6Uz4SmCC5z1Hw62PVBcP9lF1/SDKMP4AhPNmC1XxgMAAAAAASUVORK5C + YII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE3SURBVDhPtZPZSsNQFEX7sf6S3yGICD4ICkopLcWpatVK - 1WK1RGvmqcnWlXCVpCkVwUCekrXXPic3rdZ/XBubb2q617oMpIYry/Pv0MYg4EYwyxWnuYIokxtmsv1F - EVQJWQUb0AkWmrsLWXaq2Ueql3lSDakHUDdKSiMg0PQ90cRK9DCLNX6NfwJWwVgtB1tagECjaazhJCru - q6eoDKkHYDYwVowGHDyGOhuHOrkP1B8FywHMTG3MBr57Lm2AQN0bX52hr/a1Xw3IvrbNppmZ2piBsWLs - 3QYFdDTwdHjh6eDcre4BO9VZGDNTGzMw1uNLIE/7p672+s7yVzB2qrMwFkVtzCVcgrs9R9sdu/ks8J2N - nerMTG3MwDtdW1vtBticKnOUjZ3qzExtzOb5r/+J+g+1FvzLC5/h83YENgBKwgAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE2SURBVDhPtZFtS8JgFIb3Y/tL/Y4gIuhDUFCIKNKblZVh + JVli2TY39+J2y7XtQTddn+rA+eDOc933fY7Wv9TO7pe2dTGuL/NwWyVp+rtQLZikCuNUfpDInSeyvcWm + SB1sQMdfaOouNLFjjX9ifUyjskhVgLhBlDsCAo2+Iw0nkV7GoQaf4UqgDsZ14uAWZyBQfxSqNwyyvnsL + cpGqwDqMK44G7L7OdTWY6+LZV6fvbwqwM7HX4af33A0QqPXgqdnz1Lj3ygJcm4OxM7ENjCuO7Uc/g866 + M53ezHRy7ZbvgDvRORg7ExtnYFzPb4FmOr50ddRxVjDFD+NOdA7GzsTGOYdz8LDtaL9plwUoPvA/G3ei + szOxcQY+aNnaa2yBTTGgjTvR2ZnYOJt58by+zMNqF+O/LMtaAuHzdgQfy7+mAAAAAElFTkSuQmCC iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADRSURBVDhPtZPLCoJAGIV92F6pp2jVslUQQUHUIgShXAiS - YaGm5m28/HGMqcluNtLAMKvvO+cfZhTln6vXdwhbOqOTADBfUi06CURYqkVTkBdV+8tswikrKYwLcsO8 - nUQUJFlJflTQ4cRo52TfBSKMZMC2x8g8ZqRbKWlm8lnCBZgZtZEMeGslpBoxrfTovaBZHTOjNpI5PNNC - mqjBawkXFOU93bCvtZEMeLwOaLT0nwViOsureva9y27pi825TgY8nHs0mLqPEv7mfz2lP5kIXgCdhYcH - MoSb3wAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADPSURBVDhPtY/LCoJQFEX92H6pr2jUsFEQQUHUIAShHAiS + YaGm5uv62HHMWzd7qrThDM5grX2O9Nf0+hZoqrV5OgkI5Gkl6SQQYZ5GkrogzYrfBXU4Zjn8MIPtp79J + REGU5HCDDIcTw85KvgtEmJoJNh0G/ZhANWIoevRZwgX0M51NzQRvjQiyFmKlBu8FYjudTj/T2dTM4Zni + YyJ7ryVckOX3ds28ns3h8drDaOk+C8R2lhbl73ub3doXm3PZTPBw7mAwtR8ltLSZCu8SSboAnYWHB3Fj + 2MsAAAAASUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADmSURBVDhPtZN9C8FAHMf3Yr0l70b5h1IkTYSRh9DIotnD - bTv76jtdYbMHcnV/XZ/vw+/uNO2fq1a3wP2VB0G1Kos8w5VFsmCKyFtcXCcLjmQML7jB9iQujvwskgWL - 8AFadgTzHGJnhdiegrRIFkxXOh4uD2hpCsz3AtOtn+yXwb4L0JkwXdfHAMZOYLzxoS899BduslM3o0TY - mbHpTJhuw5WHnuGiM3HQHjv5c2B0dmZsOhPuzly0Rlc0dbvcTTA6OzM2nQk3BiVg9WRZhwNjZ8Yu5fz+ - 3inCYeV2LvokP32mInF1fgfyY5HSF89ijAAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADiSURBVDhPtZDrCoJAFIR92F6ptwn6UxAUEUVRWXQhwyJJ + zMt6yYnRFrqobUED58fCfjNzjvZX1eoWOPfndyIo9bXJIyylbFIEU8k1/WxSBMdJCj+8wvET2G5SblIE + iygHLSeGeY5gWBF2p/DdpAhmKhMPdg6tTIHFXmC2C7J5Mnk1YDJhpm6OIXRDYLINMFz56C+9bEpbcGfW + ZjJhpo3WPnq6h87URXviVt+B1bkzazOZcHfuoTW+oDl0ymEpfmB17szaTCbcGCjAUvzIg3Fn1lZKfhUB + Hqty508i+DOsJk27AfJjkdIO7Gs3AAAAAElFTkSuQmCC iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADQSURBVDhPtZNBDoIwEEXxrl7J27hwpRsTElmgIYpRiQaV - CAiFYvkyVhLSGFtMnA2bvjd/OtSy/l3D0RU/9yCYir69RS38MrzLWKTCoq7BqxoFF8gK8T2RChNIUJI/ - 9KN0YSFkRyOQblmFWSkQZ7JrUwPtJroC6kxweOPmgjYFzUyxz3GF4FJicyr0s3fjUZIorXCMOPwGXh0Y - Fn6OuXc3F5FkF5bwAgZnK+Gpm2LiJBjbsZmIJO6ewV5nmC0lbPwjtSMR0Cv6p1X1fgPafSsHnnBbRX14 - NfnWAAAAAElFTkSuQmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADGSURBVDhPtY/NCoJAFIXtXXul3qZFq9oEQi4spIxKCitJ + TUfHxpOXURDp5xr0bWYW5zv3XuPvDEdX1N/+kEzQ27uokduwi7qyKkvIokQmFZJMfS7qyiSSFKWP7xu0 + ZaX0RJZIdGWRK4SJlisGdew97QKaTLJ/k/wCgsJ0M619Dgt4lxybU8Y7oYGCQVzgGEi4lbw6CCzcFHPn + zi+i0M7P4XgC1lbLUzvGxIowNkNeEQXsvYC5TjBbapkltqFwr9Vf8bPIwzCecFtFfbG7ZeoAAAAASUVO + RK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVDhPrZLNCoJAFIV92F6pt2nTok0tKgpB+hORMElS - c/wbnRtHmUI0G6UBd55z7v3O1bR/vcnUoyFfIxdClVcKQbwQlHNRhb1NfhlIYZqXxNKSoqRoGsBJdXw/ - 4uSFvG2gyhJBziMfP4F9z8hys34GgIRdA1ZU4yKxFqZ0cVI6XpPvBqDcJTZvtdCwE9KtuNsAtFVhdt5B - o1tVqrJCpKPn0RPI3dGz69fQAAw7782Y1idGSyOihf6k+S5sMwB5XJikjqoADcC2Z0arw0c82wTj70Cu - OARR778v3bAu+J4jGq0AAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADnSURBVDhPrZLbCoJAEIZ92F6pt+mmi27qoqIQopOIhEmS + mof1OPG7u4S44Ur9MDC78s3s/KPxN02mPo0JgXHhQkd101BZNVSUTbfIUAEJsqKmhNUUZ5X6FToRxCX5 + UdnmAh0ngO6z6BeQHYbCeeRke3mbC7TvAUzCrGFStc9FRw4yurqMTrfsewGYpYKtOwcPTkamnaoLwG3k + OiFQLlxAvQ+6Aoju2LPsMBQC5cKFnB179gI+NwzDzHsrpfU5oeUhpoX5ovku6hbBAc7jD5PGYVUwDYZt + Lwmtjh94tgnVrxgTAvtVhvEG3bAu+JY1oRgAAAAASUVORK5CYII= iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPxZNdSwJBAEX3x/aX+i9FD4FEEKQgZUmJZGaL - mrpuu+vOfnjzzDCGVPbggwv3bc89d4bdIDj6c3I60yEJgP976nqtslrLFLVNZlxg9xYAeiBZVYqzSsu0 - UpSUNnsLMGIB4uVZXGoSFTbjhcufBVjT3Nk8GM6NRh9Gw6nR6yS3+bUAmLlYsYXzQm8baDDO1Q9z9d5X - ehq5/ChgNmYPY8QECNAdZuoMMt2/pDY7BVwYZ2Y2ZmCsGAEB2v1UrV6i5rPLTgHTuTDOzGzMwI8b2IM3 - 3U+R64fYZlvg7X46Z2Y2ZmBsgFedWI27pS7bLtsCzs7FObubzpmZzWQPA120Ip03I53dLr4LDvqUj/4z - fgGTTaydo+wOCwAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEQSURBVDhPxZNbSwJBAIX3x/aX+i9GD0FIEKQg5YUSycxE + y1y33XVnL578ZhpDuvjggwPnbb/znRnY4Pjn5HSuQ2IL9p2qWqso1zJ5ZZMal70FgB6IV6WitNQyKRXG + hc2/BRgBgfh4HhWahbnNdOHyZwHWJHM2D07ejcZvRqNXo6dZZvNrATBzsTow1/MGGk4zDSaZ+i8r3Y9d + fhQwG7OHMWICBOiNUrWHqe4eE5udAh6MOzPbw1gxAgK0Boma/ViNB5edAqbzYNyZ2ZiBuxvYg9e9D5ur + TmSzLfB2P507MxszMDbAejvS5e1SFy2XbQF35+Gc3U3nzsz2ZmCg82aos0ao2s3iu+CQfP0RRztB8AmT + TaydC0wRpgAAAABJRU5ErkJggg== \ No newline at end of file diff --git a/ShareX/Controls/BeforeUploadControl.Designer.cs b/ShareX/Controls/BeforeUploadControl.Designer.cs index 67768c741..e7d268353 100644 --- a/ShareX/Controls/BeforeUploadControl.Designer.cs +++ b/ShareX/Controls/BeforeUploadControl.Designer.cs @@ -33,6 +33,7 @@ private void InitializeComponent() // // flp // + this.flp.AutoScroll = true; this.flp.Dock = System.Windows.Forms.DockStyle.Fill; this.flp.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flp.Location = new System.Drawing.Point(0, 0); diff --git a/ShareX/Controls/BeforeUploadControl.resx b/ShareX/Controls/BeforeUploadControl.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Controls/BeforeUploadControl.resx +++ b/ShareX/Controls/BeforeUploadControl.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Controls/HotkeyManagerControl.resx b/ShareX/Controls/HotkeyManagerControl.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Controls/HotkeyManagerControl.resx +++ b/ShareX/Controls/HotkeyManagerControl.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Controls/HotkeySelectionControl.Designer.cs b/ShareX/Controls/HotkeySelectionControl.Designer.cs index 83eb22ce6..04cc0599b 100644 --- a/ShareX/Controls/HotkeySelectionControl.Designer.cs +++ b/ShareX/Controls/HotkeySelectionControl.Designer.cs @@ -64,11 +64,12 @@ private void InitializeComponent() // // btnHotkey // + this.btnHotkey.AccessibleName = ""; this.btnHotkey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnHotkey.Location = new System.Drawing.Point(259, 0); this.btnHotkey.Name = "btnHotkey"; this.btnHotkey.Size = new System.Drawing.Size(192, 23); - this.btnHotkey.TabIndex = 3; + this.btnHotkey.TabIndex = 1; this.btnHotkey.Text = "Hotkey"; this.btnHotkey.UseVisualStyleBackColor = true; this.btnHotkey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyDown); diff --git a/ShareX/Controls/HotkeySelectionControl.resx b/ShareX/Controls/HotkeySelectionControl.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Controls/HotkeySelectionControl.resx +++ b/ShareX/Controls/HotkeySelectionControl.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/AboutForm.Designer.cs b/ShareX/Forms/AboutForm.Designer.cs index 03df5b5b7..94dfc9796 100644 --- a/ShareX/Forms/AboutForm.Designer.cs +++ b/ShareX/Forms/AboutForm.Designer.cs @@ -85,7 +85,7 @@ private void InitializeComponent() this.lblMike.Location = new System.Drawing.Point(89, 168); this.lblMike.Name = "lblMike"; this.lblMike.Size = new System.Drawing.Size(131, 13); - this.lblMike.TabIndex = 6; + this.lblMike.TabIndex = 5; this.lblMike.Text = "mcored (Michael Delpach)"; // // rtbCredits @@ -99,7 +99,7 @@ private void InitializeComponent() this.rtbCredits.Name = "rtbCredits"; this.rtbCredits.ReadOnly = true; this.rtbCredits.Size = new System.Drawing.Size(411, 240); - this.rtbCredits.TabIndex = 11; + this.rtbCredits.TabIndex = 6; this.rtbCredits.Text = resources.GetString("rtbCredits.Text"); this.rtbCredits.WordWrap = false; this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); @@ -132,7 +132,7 @@ private void InitializeComponent() this.cLogo.Location = new System.Drawing.Point(224, -8); this.cLogo.Name = "cLogo"; this.cLogo.Size = new System.Drawing.Size(208, 200); - this.cLogo.TabIndex = 5; + this.cLogo.TabIndex = 7; this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw); this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown); // diff --git a/ShareX/Forms/AfterCaptureForm.resx b/ShareX/Forms/AfterCaptureForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/AfterCaptureForm.resx +++ b/ShareX/Forms/AfterCaptureForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/AfterUploadForm.resx b/ShareX/Forms/AfterUploadForm.resx index a101221da..10ab2e354 100644 --- a/ShareX/Forms/AfterUploadForm.resx +++ b/ShareX/Forms/AfterUploadForm.resx @@ -112,12 +112,12 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 \ No newline at end of file diff --git a/ShareX/Forms/ApplicationSettingsForm.Designer.cs b/ShareX/Forms/ApplicationSettingsForm.Designer.cs index fda70216b..d40308385 100644 --- a/ShareX/Forms/ApplicationSettingsForm.Designer.cs +++ b/ShareX/Forms/ApplicationSettingsForm.Designer.cs @@ -461,7 +461,7 @@ private void InitializeComponent() this.lblProxyHost.Location = new System.Drawing.Point(16, 48); this.lblProxyHost.Name = "lblProxyHost"; this.lblProxyHost.Size = new System.Drawing.Size(32, 13); - this.lblProxyHost.TabIndex = 5; + this.lblProxyHost.TabIndex = 2; this.lblProxyHost.Text = "Host:"; // // txtProxyHost @@ -469,7 +469,7 @@ private void InitializeComponent() this.txtProxyHost.Location = new System.Drawing.Point(128, 44); this.txtProxyHost.Name = "txtProxyHost"; this.txtProxyHost.Size = new System.Drawing.Size(232, 20); - this.txtProxyHost.TabIndex = 6; + this.txtProxyHost.TabIndex = 3; this.txtProxyHost.TextChanged += new System.EventHandler(this.txtProxyHost_TextChanged); // // nudProxyPort @@ -482,7 +482,7 @@ private void InitializeComponent() 0}); this.nudProxyPort.Name = "nudProxyPort"; this.nudProxyPort.Size = new System.Drawing.Size(64, 20); - this.nudProxyPort.TabIndex = 8; + this.nudProxyPort.TabIndex = 5; this.nudProxyPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudProxyPort.ValueChanged += new System.EventHandler(this.nudProxyPort_ValueChanged); // @@ -493,7 +493,7 @@ private void InitializeComponent() this.lblProxyPort.Name = "lblProxyPort"; this.lblProxyPort.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lblProxyPort.Size = new System.Drawing.Size(26, 13); - this.lblProxyPort.TabIndex = 7; + this.lblProxyPort.TabIndex = 4; this.lblProxyPort.Text = "Port"; // // lblProxyPassword @@ -502,7 +502,7 @@ private void InitializeComponent() this.lblProxyPassword.Location = new System.Drawing.Point(16, 112); this.lblProxyPassword.Name = "lblProxyPassword"; this.lblProxyPassword.Size = new System.Drawing.Size(56, 13); - this.lblProxyPassword.TabIndex = 11; + this.lblProxyPassword.TabIndex = 8; this.lblProxyPassword.Text = "Password:"; // // txtProxyPassword @@ -510,7 +510,7 @@ private void InitializeComponent() this.txtProxyPassword.Location = new System.Drawing.Point(128, 108); this.txtProxyPassword.Name = "txtProxyPassword"; this.txtProxyPassword.Size = new System.Drawing.Size(232, 20); - this.txtProxyPassword.TabIndex = 12; + this.txtProxyPassword.TabIndex = 9; this.txtProxyPassword.UseSystemPasswordChar = true; this.txtProxyPassword.TextChanged += new System.EventHandler(this.txtProxyPassword_TextChanged); // @@ -520,7 +520,7 @@ private void InitializeComponent() this.lblProxyUsername.Location = new System.Drawing.Point(16, 80); this.lblProxyUsername.Name = "lblProxyUsername"; this.lblProxyUsername.Size = new System.Drawing.Size(58, 13); - this.lblProxyUsername.TabIndex = 9; + this.lblProxyUsername.TabIndex = 6; this.lblProxyUsername.Text = "Username:"; // // txtProxyUsername @@ -528,7 +528,7 @@ private void InitializeComponent() this.txtProxyUsername.Location = new System.Drawing.Point(128, 76); this.txtProxyUsername.Name = "txtProxyUsername"; this.txtProxyUsername.Size = new System.Drawing.Size(232, 20); - this.txtProxyUsername.TabIndex = 10; + this.txtProxyUsername.TabIndex = 7; this.txtProxyUsername.TextChanged += new System.EventHandler(this.txtProxyUsername_TextChanged); // // tpUpload @@ -657,7 +657,7 @@ private void InitializeComponent() this.gbClipboardFormats.Size = new System.Drawing.Size(576, 320); this.gbClipboardFormats.TabIndex = 0; this.gbClipboardFormats.TabStop = false; - this.gbClipboardFormats.Text = "Clipboard Formats"; + this.gbClipboardFormats.Text = "Clipboard formats"; // // btnClipboardFormatEdit // @@ -901,20 +901,20 @@ private void InitializeComponent() // cbDontShowPrintSettingDialog // this.cbDontShowPrintSettingDialog.AutoSize = true; - this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 16); + this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 48); this.cbDontShowPrintSettingDialog.Name = "cbDontShowPrintSettingDialog"; this.cbDontShowPrintSettingDialog.Size = new System.Drawing.Size(203, 17); - this.cbDontShowPrintSettingDialog.TabIndex = 0; + this.cbDontShowPrintSettingDialog.TabIndex = 1; this.cbDontShowPrintSettingDialog.Text = "Don\'t show image print settings dialog"; this.cbDontShowPrintSettingDialog.UseVisualStyleBackColor = true; this.cbDontShowPrintSettingDialog.CheckedChanged += new System.EventHandler(this.cbDontShowPrintSettingDialog_CheckedChanged); // // btnShowImagePrintSettings // - this.btnShowImagePrintSettings.Location = new System.Drawing.Point(16, 40); + this.btnShowImagePrintSettings.Location = new System.Drawing.Point(16, 16); this.btnShowImagePrintSettings.Name = "btnShowImagePrintSettings"; this.btnShowImagePrintSettings.Size = new System.Drawing.Size(144, 23); - this.btnShowImagePrintSettings.TabIndex = 1; + this.btnShowImagePrintSettings.TabIndex = 0; this.btnShowImagePrintSettings.Text = "Image print settings..."; this.btnShowImagePrintSettings.UseVisualStyleBackColor = true; this.btnShowImagePrintSettings.Click += new System.EventHandler(this.btnShowImagePrintSettings_Click); @@ -952,7 +952,7 @@ private void InitializeComponent() this.tpEncodersCLI.Padding = new System.Windows.Forms.Padding(3); this.tpEncodersCLI.Size = new System.Drawing.Size(596, 338); this.tpEncodersCLI.TabIndex = 0; - this.tpEncodersCLI.Text = "CLI Encoders"; + this.tpEncodersCLI.Text = "CLI encoders"; this.tpEncodersCLI.UseVisualStyleBackColor = true; // // btnEncoderDuplicate @@ -1069,7 +1069,7 @@ private void InitializeComponent() this.Padding = new System.Windows.Forms.Padding(3); this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Settings"; + this.Text = "ShareX - Application settings"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed); this.Shown += new System.EventHandler(this.SettingsForm_Shown); this.Resize += new System.EventHandler(this.SettingsForm_Resize); diff --git a/ShareX/Forms/ApplicationSettingsForm.cs b/ShareX/Forms/ApplicationSettingsForm.cs index 9d65ef111..3a2cee11d 100644 --- a/ShareX/Forms/ApplicationSettingsForm.cs +++ b/ShareX/Forms/ApplicationSettingsForm.cs @@ -43,13 +43,11 @@ public ApplicationSettingsForm() { InitializeComponent(); LoadSettings(); - loaded = true; } private void LoadSettings() { - Text = Program.Title + " - Settings"; Icon = ShareXResources.Icon; // General diff --git a/ShareX/Forms/AutoCaptureForm.Designer.cs b/ShareX/Forms/AutoCaptureForm.Designer.cs index 0f34e022a..810cdd835 100644 --- a/ShareX/Forms/AutoCaptureForm.Designer.cs +++ b/ShareX/Forms/AutoCaptureForm.Designer.cs @@ -85,7 +85,7 @@ private void InitializeComponent() this.btnExecute.Location = new System.Drawing.Point(192, 104); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new System.Drawing.Size(112, 40); - this.btnExecute.TabIndex = 7; + this.btnExecute.TabIndex = 8; this.btnExecute.Text = "Start"; this.btnExecute.UseVisualStyleBackColor = true; this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click); @@ -96,7 +96,7 @@ private void InitializeComponent() this.cbWaitUploads.Location = new System.Drawing.Point(16, 128); this.cbWaitUploads.Name = "cbWaitUploads"; this.cbWaitUploads.Size = new System.Drawing.Size(144, 17); - this.cbWaitUploads.TabIndex = 8; + this.cbWaitUploads.TabIndex = 7; this.cbWaitUploads.Text = "Wait until tasks complete"; this.cbWaitUploads.UseVisualStyleBackColor = true; this.cbWaitUploads.CheckedChanged += new System.EventHandler(this.cbWaitUploads_CheckedChanged); diff --git a/ShareX/Forms/AutoCaptureForm.resx b/ShareX/Forms/AutoCaptureForm.resx index 2337559e9..3e497a348 100644 --- a/ShareX/Forms/AutoCaptureForm.resx +++ b/ShareX/Forms/AutoCaptureForm.resx @@ -112,15 +112,15 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 - + 97, 17 \ No newline at end of file diff --git a/ShareX/Forms/BeforeUploadForm.resx b/ShareX/Forms/BeforeUploadForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/BeforeUploadForm.resx +++ b/ShareX/Forms/BeforeUploadForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/ClipboardFormatForm.resx b/ShareX/Forms/ClipboardFormatForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/ClipboardFormatForm.resx +++ b/ShareX/Forms/ClipboardFormatForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/ExternalProgramForm.resx b/ShareX/Forms/ExternalProgramForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/ExternalProgramForm.resx +++ b/ShareX/Forms/ExternalProgramForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/FileExistForm.resx b/ShareX/Forms/FileExistForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/FileExistForm.resx +++ b/ShareX/Forms/FileExistForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/HotkeySettingsForm.resx b/ShareX/Forms/HotkeySettingsForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/HotkeySettingsForm.resx +++ b/ShareX/Forms/HotkeySettingsForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ShareX/Forms/MainForm.Designer.cs b/ShareX/Forms/MainForm.Designer.cs index b74179b9a..49c5d4884 100644 --- a/ShareX/Forms/MainForm.Designer.cs +++ b/ShareX/Forms/MainForm.Designer.cs @@ -254,7 +254,8 @@ private void InitializeComponent() this.tsMain.Padding = new System.Windows.Forms.Padding(6); this.tsMain.ShowItemToolTips = false; this.tsMain.Size = new System.Drawing.Size(170, 474); - this.tsMain.TabIndex = 0; + this.tsMain.TabIndex = 1; + this.tsMain.TabStop = true; // // tsbClipboardUpload // @@ -826,7 +827,7 @@ private void InitializeComponent() this.lblDragAndDropTip.Name = "lblDragAndDropTip"; this.lblDragAndDropTip.Padding = new System.Windows.Forms.Padding(30, 20, 30, 30); this.lblDragAndDropTip.Size = new System.Drawing.Size(384, 290); - this.lblDragAndDropTip.TabIndex = 2; + this.lblDragAndDropTip.TabIndex = 1; this.lblDragAndDropTip.Text = "You can drag and drop files to this window"; this.lblDragAndDropTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblDragAndDropTip.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp); @@ -863,7 +864,7 @@ private void InitializeComponent() this.lvUploads.Name = "lvUploads"; this.lvUploads.ShowItemToolTips = true; this.lvUploads.Size = new System.Drawing.Size(400, 474); - this.lvUploads.TabIndex = 1; + this.lvUploads.TabIndex = 2; this.lvUploads.UseCompatibleStateImageBehavior = false; this.lvUploads.View = System.Windows.Forms.View.Details; this.lvUploads.SelectedIndexChanged += new System.EventHandler(this.lvUploads_SelectedIndexChanged); @@ -917,6 +918,8 @@ private void InitializeComponent() // // pbPreview // + this.pbPreview.AccessibleDescription = ""; + this.pbPreview.AccessibleName = ""; this.pbPreview.BackColor = System.Drawing.Color.White; this.pbPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.pbPreview.DrawCheckeredBackground = true; @@ -946,7 +949,7 @@ private void InitializeComponent() this.tsmiImagePreview}); this.cmsUploadInfo.Name = "cmsHistory"; this.cmsUploadInfo.ShowImageMargin = false; - this.cmsUploadInfo.Size = new System.Drawing.Size(151, 302); + this.cmsUploadInfo.Size = new System.Drawing.Size(151, 280); // // tsmiShowErrors // @@ -1295,21 +1298,21 @@ private void InitializeComponent() this.tsmiImagePreviewShow.Checked = true; this.tsmiImagePreviewShow.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiImagePreviewShow.Name = "tsmiImagePreviewShow"; - this.tsmiImagePreviewShow.Size = new System.Drawing.Size(152, 22); + this.tsmiImagePreviewShow.Size = new System.Drawing.Size(130, 22); this.tsmiImagePreviewShow.Text = "Show"; this.tsmiImagePreviewShow.Click += new System.EventHandler(this.tsmiImagePreviewShow_Click); // // tsmiImagePreviewHide // this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; - this.tsmiImagePreviewHide.Size = new System.Drawing.Size(152, 22); + this.tsmiImagePreviewHide.Size = new System.Drawing.Size(130, 22); this.tsmiImagePreviewHide.Text = "Hide"; this.tsmiImagePreviewHide.Click += new System.EventHandler(this.tsmiImagePreviewHide_Click); // // tsmiImagePreviewAutomatic // this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; - this.tsmiImagePreviewAutomatic.Size = new System.Drawing.Size(152, 22); + this.tsmiImagePreviewAutomatic.Size = new System.Drawing.Size(130, 22); this.tsmiImagePreviewAutomatic.Text = "Automatic"; this.tsmiImagePreviewAutomatic.Click += new System.EventHandler(this.tsmiImagePreviewAutomatic_Click); // diff --git a/ShareX/Forms/TaskSettingsForm.Designer.cs b/ShareX/Forms/TaskSettingsForm.Designer.cs index 4bdcaeb72..dac30abe0 100644 --- a/ShareX/Forms/TaskSettingsForm.Designer.cs +++ b/ShareX/Forms/TaskSettingsForm.Designer.cs @@ -220,7 +220,7 @@ private void InitializeComponent() this.cbUseDefaultAfterCaptureSettings.Location = new System.Drawing.Point(8, 70); this.cbUseDefaultAfterCaptureSettings.Name = "cbUseDefaultAfterCaptureSettings"; this.cbUseDefaultAfterCaptureSettings.Size = new System.Drawing.Size(193, 17); - this.cbUseDefaultAfterCaptureSettings.TabIndex = 3; + this.cbUseDefaultAfterCaptureSettings.TabIndex = 4; this.cbUseDefaultAfterCaptureSettings.Text = "Use default \"After capture\" settings"; this.cbUseDefaultAfterCaptureSettings.UseVisualStyleBackColor = true; this.cbUseDefaultAfterCaptureSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultAfterCaptureSettings_CheckedChanged); @@ -231,7 +231,7 @@ private void InitializeComponent() this.cbUseDefaultAfterUploadSettings.Location = new System.Drawing.Point(8, 126); this.cbUseDefaultAfterUploadSettings.Name = "cbUseDefaultAfterUploadSettings"; this.cbUseDefaultAfterUploadSettings.Size = new System.Drawing.Size(189, 17); - this.cbUseDefaultAfterUploadSettings.TabIndex = 5; + this.cbUseDefaultAfterUploadSettings.TabIndex = 6; this.cbUseDefaultAfterUploadSettings.Text = "Use default \"After upload\" settings"; this.cbUseDefaultAfterUploadSettings.UseVisualStyleBackColor = true; this.cbUseDefaultAfterUploadSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultAfterUploadSettings_CheckedChanged); @@ -242,7 +242,7 @@ private void InitializeComponent() this.cbUseDefaultDestinationSettings.Location = new System.Drawing.Point(8, 182); this.cbUseDefaultDestinationSettings.Name = "cbUseDefaultDestinationSettings"; this.cbUseDefaultDestinationSettings.Size = new System.Drawing.Size(185, 17); - this.cbUseDefaultDestinationSettings.TabIndex = 7; + this.cbUseDefaultDestinationSettings.TabIndex = 8; this.cbUseDefaultDestinationSettings.Text = "Use default \"Destination\" settings"; this.cbUseDefaultDestinationSettings.UseVisualStyleBackColor = true; this.cbUseDefaultDestinationSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultDestinationSettings_CheckedChanged); @@ -314,7 +314,7 @@ private void InitializeComponent() this.btnDescriptionAutoFill.Location = new System.Drawing.Point(448, 7); this.btnDescriptionAutoFill.Name = "btnDescriptionAutoFill"; this.btnDescriptionAutoFill.Size = new System.Drawing.Size(64, 24); - this.btnDescriptionAutoFill.TabIndex = 11; + this.btnDescriptionAutoFill.TabIndex = 2; this.btnDescriptionAutoFill.Text = "Auto fill"; this.btnDescriptionAutoFill.UseVisualStyleBackColor = true; this.btnDescriptionAutoFill.Click += new System.EventHandler(this.btnDescriptionAutoFill_Click); @@ -325,7 +325,7 @@ private void InitializeComponent() this.chkOverrideFTP.Location = new System.Drawing.Point(8, 240); this.chkOverrideFTP.Name = "chkOverrideFTP"; this.chkOverrideFTP.Size = new System.Drawing.Size(169, 17); - this.chkOverrideFTP.TabIndex = 9; + this.chkOverrideFTP.TabIndex = 10; this.chkOverrideFTP.Text = "Override default FTP account:"; this.chkOverrideFTP.UseVisualStyleBackColor = true; this.chkOverrideFTP.CheckedChanged += new System.EventHandler(this.chkOverrideFTP_CheckedChanged); @@ -338,7 +338,7 @@ private void InitializeComponent() this.cboFTPaccounts.Location = new System.Drawing.Point(181, 238); this.cboFTPaccounts.Name = "cboFTPaccounts"; this.cboFTPaccounts.Size = new System.Drawing.Size(330, 21); - this.cboFTPaccounts.TabIndex = 10; + this.cboFTPaccounts.TabIndex = 11; this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged); // // btnAfterCapture @@ -347,7 +347,7 @@ private void InitializeComponent() this.btnAfterCapture.Menu = this.cmsAfterCapture; this.btnAfterCapture.Name = "btnAfterCapture"; this.btnAfterCapture.Size = new System.Drawing.Size(506, 23); - this.btnAfterCapture.TabIndex = 4; + this.btnAfterCapture.TabIndex = 5; this.btnAfterCapture.Text = "After capture..."; this.btnAfterCapture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAfterCapture.UseMnemonic = false; @@ -359,7 +359,7 @@ private void InitializeComponent() this.btnAfterUpload.Menu = this.cmsAfterUpload; this.btnAfterUpload.Name = "btnAfterUpload"; this.btnAfterUpload.Size = new System.Drawing.Size(506, 23); - this.btnAfterUpload.TabIndex = 6; + this.btnAfterUpload.TabIndex = 7; this.btnAfterUpload.Text = "After upload..."; this.btnAfterUpload.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAfterUpload.UseMnemonic = false; @@ -371,7 +371,7 @@ private void InitializeComponent() this.btnDestinations.Menu = this.cmsDestinations; this.btnDestinations.Name = "btnDestinations"; this.btnDestinations.Size = new System.Drawing.Size(506, 23); - this.btnDestinations.TabIndex = 8; + this.btnDestinations.TabIndex = 9; this.btnDestinations.Text = "Destinations..."; this.btnDestinations.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDestinations.UseMnemonic = false; @@ -429,7 +429,7 @@ private void InitializeComponent() this.btnTask.Menu = this.cmsTask; this.btnTask.Name = "btnTask"; this.btnTask.Size = new System.Drawing.Size(506, 23); - this.btnTask.TabIndex = 2; + this.btnTask.TabIndex = 3; this.btnTask.Text = "Task..."; this.btnTask.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTask.UseMnemonic = false; @@ -1165,7 +1165,7 @@ private void InitializeComponent() this.lblScreenRecorderFixedDuration.Location = new System.Drawing.Point(211, 115); this.lblScreenRecorderFixedDuration.Name = "lblScreenRecorderFixedDuration"; this.lblScreenRecorderFixedDuration.Size = new System.Drawing.Size(47, 13); - this.lblScreenRecorderFixedDuration.TabIndex = 15; + this.lblScreenRecorderFixedDuration.TabIndex = 12; this.lblScreenRecorderFixedDuration.Text = "seconds"; // // nudScreenRecordFPS @@ -1183,7 +1183,7 @@ private void InitializeComponent() 0}); this.nudScreenRecordFPS.Name = "nudScreenRecordFPS"; this.nudScreenRecordFPS.Size = new System.Drawing.Size(64, 20); - this.nudScreenRecordFPS.TabIndex = 8; + this.nudScreenRecordFPS.TabIndex = 7; this.nudScreenRecordFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecordFPS.Value = new decimal(new int[] { 20, @@ -1198,7 +1198,7 @@ private void InitializeComponent() this.lblScreenRecordFPS.Location = new System.Drawing.Point(16, 68); this.lblScreenRecordFPS.Name = "lblScreenRecordFPS"; this.lblScreenRecordFPS.Size = new System.Drawing.Size(100, 13); - this.lblScreenRecordFPS.TabIndex = 7; + this.lblScreenRecordFPS.TabIndex = 6; this.lblScreenRecordFPS.Text = "Screen record FPS:"; // // chkRunScreencastCLI @@ -1227,7 +1227,7 @@ private void InitializeComponent() this.btnEncoderConfig.Location = new System.Drawing.Point(402, 39); this.btnEncoderConfig.Name = "btnEncoderConfig"; this.btnEncoderConfig.Size = new System.Drawing.Size(70, 23); - this.btnEncoderConfig.TabIndex = 6; + this.btnEncoderConfig.TabIndex = 5; this.btnEncoderConfig.Text = "Profiles..."; this.btnEncoderConfig.UseVisualStyleBackColor = true; this.btnEncoderConfig.Click += new System.EventHandler(this.btnEncoderConfig_Click); @@ -1239,7 +1239,7 @@ private void InitializeComponent() this.cboEncoder.Location = new System.Drawing.Point(144, 40); this.cboEncoder.Name = "cboEncoder"; this.cboEncoder.Size = new System.Drawing.Size(256, 21); - this.cboEncoder.TabIndex = 5; + this.cboEncoder.TabIndex = 4; this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged); // // nudScreenRecorderDuration @@ -1263,7 +1263,7 @@ private void InitializeComponent() 0}); this.nudScreenRecorderDuration.Name = "nudScreenRecorderDuration"; this.nudScreenRecorderDuration.Size = new System.Drawing.Size(64, 20); - this.nudScreenRecorderDuration.TabIndex = 12; + this.nudScreenRecorderDuration.TabIndex = 11; this.nudScreenRecorderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecorderDuration.Value = new decimal(new int[] { 3, @@ -1331,7 +1331,7 @@ private void InitializeComponent() this.cbScreenRecorderFixedDuration.Location = new System.Drawing.Point(18, 114); this.cbScreenRecorderFixedDuration.Name = "cbScreenRecorderFixedDuration"; this.cbScreenRecorderFixedDuration.Size = new System.Drawing.Size(95, 17); - this.cbScreenRecorderFixedDuration.TabIndex = 11; + this.cbScreenRecorderFixedDuration.TabIndex = 10; this.cbScreenRecorderFixedDuration.Text = "Fixed duration:"; this.cbScreenRecorderFixedDuration.UseVisualStyleBackColor = true; this.cbScreenRecorderFixedDuration.CheckedChanged += new System.EventHandler(this.cbScreenRecorderFixedDuration_CheckedChanged); @@ -1351,7 +1351,7 @@ private void InitializeComponent() 0}); this.nudGIFFPS.Name = "nudGIFFPS"; this.nudGIFFPS.Size = new System.Drawing.Size(64, 20); - this.nudGIFFPS.TabIndex = 10; + this.nudGIFFPS.TabIndex = 9; this.nudGIFFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudGIFFPS.Value = new decimal(new int[] { 5, @@ -1366,7 +1366,7 @@ private void InitializeComponent() this.lblGIFPS.Location = new System.Drawing.Point(16, 92); this.lblGIFPS.Name = "lblGIFPS"; this.lblGIFPS.Size = new System.Drawing.Size(50, 13); - this.lblGIFPS.TabIndex = 9; + this.lblGIFPS.TabIndex = 8; this.lblGIFPS.Text = "GIF FPS:"; // // chkUseDefaultCaptureSettings diff --git a/ShareX/Forms/UploadTestForm.resx b/ShareX/Forms/UploadTestForm.resx index bd34f9634..4aee91d82 100644 --- a/ShareX/Forms/UploadTestForm.resx +++ b/ShareX/Forms/UploadTestForm.resx @@ -112,15 +112,15 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 122, 17 - + 17, 17 \ No newline at end of file diff --git a/ShareX/Forms/WatchFolderForm.resx b/ShareX/Forms/WatchFolderForm.resx index 7080a7d11..1af7de150 100644 --- a/ShareX/Forms/WatchFolderForm.resx +++ b/ShareX/Forms/WatchFolderForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Controls/AccountsControl.Designer.cs b/UploadersLib/Controls/AccountsControl.Designer.cs index 27cdc064f..a52350101 100644 --- a/UploadersLib/Controls/AccountsControl.Designer.cs +++ b/UploadersLib/Controls/AccountsControl.Designer.cs @@ -78,7 +78,7 @@ private void InitializeComponent() this.btnTest.Location = new System.Drawing.Point(224, 8); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(64, 24); - this.btnTest.TabIndex = 2; + this.btnTest.TabIndex = 3; this.btnTest.Text = "Test"; this.btnTest.UseVisualStyleBackColor = true; // @@ -114,7 +114,7 @@ private void InitializeComponent() this.btnDuplicate.Location = new System.Drawing.Point(152, 8); this.btnDuplicate.Name = "btnDuplicate"; this.btnDuplicate.Size = new System.Drawing.Size(64, 24); - this.btnDuplicate.TabIndex = 3; + this.btnDuplicate.TabIndex = 2; this.btnDuplicate.Text = "Duplicate"; this.btnDuplicate.UseVisualStyleBackColor = true; // diff --git a/UploadersLib/Controls/AccountsControl.resx b/UploadersLib/Controls/AccountsControl.resx index 19dc0dd8b..d58980a38 100644 --- a/UploadersLib/Controls/AccountsControl.resx +++ b/UploadersLib/Controls/AccountsControl.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Controls/OAuthControl.Designer.cs b/UploadersLib/Controls/OAuthControl.Designer.cs index bbde5c413..dab53811e 100644 --- a/UploadersLib/Controls/OAuthControl.Designer.cs +++ b/UploadersLib/Controls/OAuthControl.Designer.cs @@ -29,13 +29,13 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.gbUserAccount = new System.Windows.Forms.GroupBox(); + this.btnClearAuthorization = new System.Windows.Forms.Button(); this.btnRefreshAuthorization = new System.Windows.Forms.Button(); this.btnOpenAuthorizePage = new System.Windows.Forms.Button(); this.lblVerificationCode = new System.Windows.Forms.Label(); this.btnCompleteAuthorization = new System.Windows.Forms.Button(); this.txtVerificationCode = new System.Windows.Forms.TextBox(); this.lblLoginStatus = new System.Windows.Forms.Label(); - this.btnClearAuthorization = new System.Windows.Forms.Button(); this.gbUserAccount.SuspendLayout(); this.SuspendLayout(); // @@ -51,17 +51,28 @@ private void InitializeComponent() this.gbUserAccount.Location = new System.Drawing.Point(0, 0); this.gbUserAccount.Name = "gbUserAccount"; this.gbUserAccount.Size = new System.Drawing.Size(320, 230); - this.gbUserAccount.TabIndex = 5; + this.gbUserAccount.TabIndex = 0; this.gbUserAccount.TabStop = false; this.gbUserAccount.Text = "User account"; // + // btnClearAuthorization + // + this.btnClearAuthorization.Enabled = false; + this.btnClearAuthorization.Location = new System.Drawing.Point(16, 160); + this.btnClearAuthorization.Name = "btnClearAuthorization"; + this.btnClearAuthorization.Size = new System.Drawing.Size(288, 23); + this.btnClearAuthorization.TabIndex = 5; + this.btnClearAuthorization.Text = "Clear authorization"; + this.btnClearAuthorization.UseVisualStyleBackColor = true; + this.btnClearAuthorization.Click += new System.EventHandler(this.btnClearAuthorization_Click); + // // btnRefreshAuthorization // this.btnRefreshAuthorization.Enabled = false; this.btnRefreshAuthorization.Location = new System.Drawing.Point(16, 192); this.btnRefreshAuthorization.Name = "btnRefreshAuthorization"; this.btnRefreshAuthorization.Size = new System.Drawing.Size(288, 23); - this.btnRefreshAuthorization.TabIndex = 5; + this.btnRefreshAuthorization.TabIndex = 6; this.btnRefreshAuthorization.Text = "Refresh authorization"; this.btnRefreshAuthorization.UseVisualStyleBackColor = true; this.btnRefreshAuthorization.Click += new System.EventHandler(this.btnRefreshAuthorization_Click); @@ -113,17 +124,6 @@ private void InitializeComponent() this.lblLoginStatus.TabIndex = 4; this.lblLoginStatus.Text = "Status"; // - // btnClearAuthorization - // - this.btnClearAuthorization.Enabled = false; - this.btnClearAuthorization.Location = new System.Drawing.Point(16, 160); - this.btnClearAuthorization.Name = "btnClearAuthorization"; - this.btnClearAuthorization.Size = new System.Drawing.Size(288, 23); - this.btnClearAuthorization.TabIndex = 6; - this.btnClearAuthorization.Text = "Clear authorization"; - this.btnClearAuthorization.UseVisualStyleBackColor = true; - this.btnClearAuthorization.Click += new System.EventHandler(this.btnClearAuthorization_Click); - // // OAuthControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/UploadersLib/Forms/DropboxFilesForm.resx b/UploadersLib/Forms/DropboxFilesForm.resx index 5a92ceb4a..5f98ca653 100644 --- a/UploadersLib/Forms/DropboxFilesForm.resx +++ b/UploadersLib/Forms/DropboxFilesForm.resx @@ -112,15 +112,15 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 - + 109, 17 \ No newline at end of file diff --git a/UploadersLib/Forms/EmailForm.resx b/UploadersLib/Forms/EmailForm.resx index 7080a7d11..1af7de150 100644 --- a/UploadersLib/Forms/EmailForm.resx +++ b/UploadersLib/Forms/EmailForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Forms/GoogleTranslateGUI.Designer.cs b/UploadersLib/Forms/GoogleTranslateGUI.Designer.cs index 77f68efcf..cc140e48f 100644 --- a/UploadersLib/Forms/GoogleTranslateGUI.Designer.cs +++ b/UploadersLib/Forms/GoogleTranslateGUI.Designer.cs @@ -84,7 +84,7 @@ private void InitializeComponent() this.btnTranslateTo.Location = new System.Drawing.Point(216, 208); this.btnTranslateTo.Name = "btnTranslateTo"; this.btnTranslateTo.Size = new System.Drawing.Size(136, 24); - this.btnTranslateTo.TabIndex = 9; + this.btnTranslateTo.TabIndex = 7; this.btnTranslateTo.Text = "???"; this.btnTranslateTo.UseVisualStyleBackColor = true; this.btnTranslateTo.Click += new System.EventHandler(this.btnTranslateTo_Click); @@ -101,7 +101,7 @@ private void InitializeComponent() this.txtTranslateResult.ReadOnly = true; this.txtTranslateResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtTranslateResult.Size = new System.Drawing.Size(336, 114); - this.txtTranslateResult.TabIndex = 7; + this.txtTranslateResult.TabIndex = 9; // // txtLanguages // @@ -109,14 +109,14 @@ private void InitializeComponent() this.txtLanguages.Name = "txtLanguages"; this.txtLanguages.ReadOnly = true; this.txtLanguages.Size = new System.Drawing.Size(336, 20); - this.txtLanguages.TabIndex = 6; + this.txtLanguages.TabIndex = 8; // // btnTranslate // this.btnTranslate.Location = new System.Drawing.Point(16, 208); this.btnTranslate.Name = "btnTranslate"; this.btnTranslate.Size = new System.Drawing.Size(192, 24); - this.btnTranslate.TabIndex = 8; + this.btnTranslate.TabIndex = 6; this.btnTranslate.Text = "Translate ( Ctrl + Enter )"; this.btnTranslate.UseVisualStyleBackColor = true; this.btnTranslate.Click += new System.EventHandler(this.btnTranslate_Click); diff --git a/UploadersLib/Forms/GoogleTranslateGUI.resx b/UploadersLib/Forms/GoogleTranslateGUI.resx index 7080a7d11..1af7de150 100644 --- a/UploadersLib/Forms/GoogleTranslateGUI.resx +++ b/UploadersLib/Forms/GoogleTranslateGUI.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Forms/JiraUpload.Designer.cs b/UploadersLib/Forms/JiraUpload.Designer.cs index e1d884a02..714b4bcd9 100644 --- a/UploadersLib/Forms/JiraUpload.Designer.cs +++ b/UploadersLib/Forms/JiraUpload.Designer.cs @@ -64,7 +64,7 @@ private void InitializeComponent() this.lblSummary.Location = new System.Drawing.Point(3, 16); this.lblSummary.Name = "lblSummary"; this.lblSummary.Size = new System.Drawing.Size(207, 41); - this.lblSummary.TabIndex = 2; + this.lblSummary.TabIndex = 0; this.lblSummary.Text = "lblSummary"; // // btnUpload @@ -73,7 +73,7 @@ private void InitializeComponent() this.btnUpload.Location = new System.Drawing.Point(147, 98); this.btnUpload.Name = "btnUpload"; this.btnUpload.Size = new System.Drawing.Size(75, 23); - this.btnUpload.TabIndex = 3; + this.btnUpload.TabIndex = 4; this.btnUpload.Text = "Upload"; this.btnUpload.UseVisualStyleBackColor = true; this.btnUpload.Click += new System.EventHandler(this.btnSend_Click); @@ -85,7 +85,7 @@ private void InitializeComponent() this.btnCancel.Location = new System.Drawing.Point(18, 98); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 4; + this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); @@ -99,7 +99,7 @@ private void InitializeComponent() this.gpSummary.Location = new System.Drawing.Point(12, 32); this.gpSummary.Name = "gpSummary"; this.gpSummary.Size = new System.Drawing.Size(213, 60); - this.gpSummary.TabIndex = 5; + this.gpSummary.TabIndex = 2; this.gpSummary.TabStop = false; this.gpSummary.Text = "Summary"; // diff --git a/UploadersLib/Forms/JiraUpload.resx b/UploadersLib/Forms/JiraUpload.resx index 7080a7d11..1af7de150 100644 --- a/UploadersLib/Forms/JiraUpload.resx +++ b/UploadersLib/Forms/JiraUpload.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Forms/OAuthWebForm.Designer.cs b/UploadersLib/Forms/OAuthWebForm.Designer.cs index 343f8215a..2d03d30d8 100644 --- a/UploadersLib/Forms/OAuthWebForm.Designer.cs +++ b/UploadersLib/Forms/OAuthWebForm.Designer.cs @@ -31,8 +31,8 @@ private void InitializeComponent() this.wbMain = new System.Windows.Forms.WebBrowser(); this.tscMain = new System.Windows.Forms.ToolStripContainer(); this.tsMain = new System.Windows.Forms.ToolStrip(); - this.tstbURL = new System.Windows.Forms.ToolStripTextBox(); this.tslURL = new System.Windows.Forms.ToolStripLabel(); + this.tstbURL = new System.Windows.Forms.ToolStripTextBox(); this.tscMain.ContentPanel.SuspendLayout(); this.tscMain.TopToolStripPanel.SuspendLayout(); this.tscMain.SuspendLayout(); @@ -70,6 +70,7 @@ private void InitializeComponent() // // tsMain // + this.tsMain.Dock = System.Windows.Forms.DockStyle.None; this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslURL, @@ -82,18 +83,18 @@ private void InitializeComponent() this.tsMain.Stretch = true; this.tsMain.TabIndex = 0; // - // tstbURL - // - this.tstbURL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.tstbURL.Name = "tstbURL"; - this.tstbURL.Size = new System.Drawing.Size(800, 23); - // // tslURL // this.tslURL.Name = "tslURL"; this.tslURL.Size = new System.Drawing.Size(31, 20); this.tslURL.Text = "URL:"; // + // tstbURL + // + this.tstbURL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.tstbURL.Name = "tstbURL"; + this.tstbURL.Size = new System.Drawing.Size(800, 23); + // // OAuthWebForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/UploadersLib/Forms/OAuthWebForm.resx b/UploadersLib/Forms/OAuthWebForm.resx index ff9a412b3..214fc3572 100644 --- a/UploadersLib/Forms/OAuthWebForm.resx +++ b/UploadersLib/Forms/OAuthWebForm.resx @@ -112,12 +112,12 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 17, 17 \ No newline at end of file diff --git a/UploadersLib/Forms/ResponseForm.Designer.cs b/UploadersLib/Forms/ResponseForm.Designer.cs index 45440bc6b..ce29ff71a 100644 --- a/UploadersLib/Forms/ResponseForm.Designer.cs +++ b/UploadersLib/Forms/ResponseForm.Designer.cs @@ -77,7 +77,7 @@ private void InitializeComponent() this.tpWebBrowser.Location = new System.Drawing.Point(4, 22); this.tpWebBrowser.Name = "tpWebBrowser"; this.tpWebBrowser.Padding = new System.Windows.Forms.Padding(3); - this.tpWebBrowser.Size = new System.Drawing.Size(752, 443); + this.tpWebBrowser.Size = new System.Drawing.Size(752, 487); this.tpWebBrowser.TabIndex = 1; this.tpWebBrowser.Text = "Web browser"; this.tpWebBrowser.UseVisualStyleBackColor = true; @@ -89,7 +89,7 @@ private void InitializeComponent() this.wbResponse.MinimumSize = new System.Drawing.Size(20, 20); this.wbResponse.Name = "wbResponse"; this.wbResponse.ScriptErrorsSuppressed = true; - this.wbResponse.Size = new System.Drawing.Size(746, 437); + this.wbResponse.Size = new System.Drawing.Size(746, 481); this.wbResponse.TabIndex = 0; // // ResponseForm diff --git a/UploadersLib/Forms/ResponseForm.resx b/UploadersLib/Forms/ResponseForm.resx index 7080a7d11..1af7de150 100644 --- a/UploadersLib/Forms/ResponseForm.resx +++ b/UploadersLib/Forms/ResponseForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/UploadersLib/Forms/TwitterTweetForm.Designer.cs b/UploadersLib/Forms/TwitterTweetForm.Designer.cs index 30e05546f..1e425e1a3 100644 --- a/UploadersLib/Forms/TwitterTweetForm.Designer.cs +++ b/UploadersLib/Forms/TwitterTweetForm.Designer.cs @@ -39,7 +39,7 @@ private void InitializeComponent() this.btnOK.Location = new System.Drawing.Point(224, 208); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 24); - this.btnOK.TabIndex = 1; + this.btnOK.TabIndex = 2; this.btnOK.Text = "&Tweet"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); @@ -49,7 +49,7 @@ private void InitializeComponent() this.btnCancel.Location = new System.Drawing.Point(312, 208); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 24); - this.btnCancel.TabIndex = 2; + this.btnCancel.TabIndex = 3; this.btnCancel.Text = "&Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); @@ -73,7 +73,7 @@ private void InitializeComponent() this.lblTweetLength.Location = new System.Drawing.Point(8, 208); this.lblTweetLength.Name = "lblTweetLength"; this.lblTweetLength.Size = new System.Drawing.Size(36, 20); - this.lblTweetLength.TabIndex = 3; + this.lblTweetLength.TabIndex = 1; this.lblTweetLength.Text = "140"; // // TwitterTweetForm diff --git a/UploadersLib/Forms/UploadersConfigForm.Designer.cs b/UploadersLib/Forms/UploadersConfigForm.Designer.cs index 192a51974..f60e26c6b 100644 --- a/UploadersLib/Forms/UploadersConfigForm.Designer.cs +++ b/UploadersLib/Forms/UploadersConfigForm.Designer.cs @@ -93,14 +93,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.oauth2Bitly = new UploadersLib.OAuthControl(); + this.txtBitlyDomain = new System.Windows.Forms.TextBox(); + this.lblBitlyDomain = new System.Windows.Forms.Label(); 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(); @@ -114,7 +112,6 @@ private void InitializeComponent() 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(); this.cbDropboxURLType = new System.Windows.Forms.ComboBox(); this.cbDropboxAutoCreateShareableLink = new System.Windows.Forms.CheckBox(); this.btnDropboxShowFiles = new System.Windows.Forms.Button(); @@ -132,7 +129,6 @@ 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.tpFTP = new System.Windows.Forms.TabPage(); this.eiFTP = new HelpersLib.UserControls.ExportImportControl(); this.btnFtpClient = new System.Windows.Forms.Button(); @@ -142,7 +138,6 @@ 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.tpMega = new System.Windows.Forms.TabPage(); this.btnMegaRefreshFolders = new System.Windows.Forms.Button(); this.lblMegaStatus = new System.Windows.Forms.Label(); @@ -179,7 +174,6 @@ private void InitializeComponent() this.txtPushbulletUserKey = new System.Windows.Forms.TextBox(); this.tpGoogleDrive = new System.Windows.Forms.TabPage(); 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(); @@ -187,7 +181,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.tpRapidShare = new System.Windows.Forms.TabPage(); this.txtRapidShareFolderID = new System.Windows.Forms.TextBox(); this.lblRapidShareFolderID = new System.Windows.Forms.Label(); @@ -203,7 +196,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.tpGe_tt = new System.Windows.Forms.TabPage(); this.lblGe_ttStatus = new System.Windows.Forms.Label(); this.lblGe_ttPassword = new System.Windows.Forms.Label(); @@ -241,7 +233,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(); @@ -264,7 +255,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(); @@ -276,8 +266,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(); @@ -285,8 +273,6 @@ private void InitializeComponent() 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(); this.txtImgurAlbumID = new System.Windows.Forms.TextBox(); this.lblImgurAlbumID = new System.Windows.Forms.Label(); this.lvImgurAlbumList = new System.Windows.Forms.ListView(); @@ -306,7 +292,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(); @@ -347,12 +332,27 @@ private void InitializeComponent() this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.btnPicasaRefreshAlbumList = new System.Windows.Forms.Button(); - this.oauth2Picasa = new UploadersLib.OAuthControl(); this.tcUploaders = new System.Windows.Forms.TabControl(); 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.oauth2Dropbox = new UploadersLib.OAuthControl(); + this.oAuthCopy = new UploadersLib.OAuthControl(); + this.ucFTPAccounts = new UploadersLib.AccountsControl(); + this.oauth2GoogleDrive = new UploadersLib.OAuthControl(); + this.oauth2Box = new UploadersLib.OAuthControl(); + this.atcSendSpaceAccountType = new UploadersLib.AccountTypeControl(); + this.oAuthJira = new UploadersLib.OAuthControl(); + this.ucLocalhostAccounts = new UploadersLib.AccountsControl(); + this.oauth2Bitly = new UploadersLib.OAuthControl(); + this.oauth2GoogleURLShortener = new UploadersLib.OAuthControl(); + this.atcGoogleURLShortenerAccountType = new UploadersLib.AccountTypeControl(); + this.ucTwitterAccounts = new UploadersLib.AccountsControl(); this.actRapidShareAccountType = new UploadersLib.AccountTypeControl(); - this.lblBitlyDomain = new System.Windows.Forms.Label(); - this.txtBitlyDomain = new System.Windows.Forms.TextBox(); this.tpOtherUploaders.SuspendLayout(); this.tcOtherUploaders.SuspendLayout(); this.tpCustomUploaders.SuspendLayout(); @@ -445,7 +445,7 @@ private void InitializeComponent() this.cbAmazonS3CustomCNAME.Location = new System.Drawing.Point(27, 144); this.cbAmazonS3CustomCNAME.Name = "cbAmazonS3CustomCNAME"; this.cbAmazonS3CustomCNAME.Size = new System.Drawing.Size(122, 17); - this.cbAmazonS3CustomCNAME.TabIndex = 15; + this.cbAmazonS3CustomCNAME.TabIndex = 12; this.cbAmazonS3CustomCNAME.Text = "Use custom domain:"; this.ttHelpTip.SetToolTip(this.cbAmazonS3CustomCNAME, resources.GetString("cbAmazonS3CustomCNAME.ToolTip")); this.cbAmazonS3CustomCNAME.UseVisualStyleBackColor = true; @@ -521,7 +521,7 @@ private void InitializeComponent() this.btnCustomUploaderHelp.Location = new System.Drawing.Point(576, 376); this.btnCustomUploaderHelp.Name = "btnCustomUploaderHelp"; this.btnCustomUploaderHelp.Size = new System.Drawing.Size(64, 24); - this.btnCustomUploaderHelp.TabIndex = 18; + this.btnCustomUploaderHelp.TabIndex = 32; this.btnCustomUploaderHelp.Text = "Help..."; this.btnCustomUploaderHelp.UseVisualStyleBackColor = true; this.btnCustomUploaderHelp.Click += new System.EventHandler(this.btnCustomUploaderHelp_Click); @@ -532,7 +532,7 @@ private void InitializeComponent() 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 = 20; + this.lblCustomUploaderImageUploader.TabIndex = 18; this.lblCustomUploaderImageUploader.Text = "Image uploader:"; // // btnCustomUploaderFileUploaderTest @@ -540,7 +540,7 @@ private void InitializeComponent() 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 = 28; + this.btnCustomUploaderFileUploaderTest.TabIndex = 26; this.btnCustomUploaderFileUploaderTest.Text = "Test"; this.btnCustomUploaderFileUploaderTest.UseVisualStyleBackColor = true; this.btnCustomUploaderFileUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderFileUploaderTest_Click); @@ -551,7 +551,7 @@ private void InitializeComponent() 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 = 26; + this.lblCustomUploaderFileUploader.TabIndex = 24; this.lblCustomUploaderFileUploader.Text = "File uploader:"; // // btnCustomUploaderImageUploaderTest @@ -559,7 +559,7 @@ private void InitializeComponent() 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 = 22; + this.btnCustomUploaderImageUploaderTest.TabIndex = 20; this.btnCustomUploaderImageUploaderTest.Text = "Test"; this.btnCustomUploaderImageUploaderTest.UseVisualStyleBackColor = true; this.btnCustomUploaderImageUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderImageUploaderTest_Click); @@ -570,7 +570,7 @@ private void InitializeComponent() 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 = 17; + this.lblCustomUploaderTestResult.TabIndex = 30; this.lblCustomUploaderTestResult.Text = "Test result:"; // // txtCustomUploaderDeletionURL @@ -578,7 +578,7 @@ private void InitializeComponent() 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; + this.txtCustomUploaderDeletionURL.TabIndex = 17; // // cbCustomUploaderFileUploader // @@ -587,7 +587,7 @@ private void InitializeComponent() 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 = 27; + this.cbCustomUploaderFileUploader.TabIndex = 25; this.cbCustomUploaderFileUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderFileUploader_SelectedIndexChanged); // // lblCustomUploaderDeletionURL @@ -596,7 +596,7 @@ private void InitializeComponent() 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; + this.lblCustomUploaderDeletionURL.TabIndex = 16; this.lblCustomUploaderDeletionURL.Text = "Deletion URL:"; // // btnCustomUploaderShowLastResponse @@ -605,7 +605,7 @@ private void InitializeComponent() 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 = 19; + this.btnCustomUploaderShowLastResponse.TabIndex = 0; this.btnCustomUploaderShowLastResponse.Text = "Show last response"; this.btnCustomUploaderShowLastResponse.UseVisualStyleBackColor = true; this.btnCustomUploaderShowLastResponse.Click += new System.EventHandler(this.btnCustomUploaderShowLastResponse_Click); @@ -616,7 +616,7 @@ private void InitializeComponent() 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 = 2; + this.lblCustomUploaderResponseType.TabIndex = 9; this.lblCustomUploaderResponseType.Text = "Response type:"; // // cbCustomUploaderURLShortener @@ -626,7 +626,7 @@ private void InitializeComponent() 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 = 30; + this.cbCustomUploaderURLShortener.TabIndex = 28; this.cbCustomUploaderURLShortener.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderURLShortener_SelectedIndexChanged); // // gbCustomUploaders @@ -641,7 +641,7 @@ private void InitializeComponent() 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; + this.gbCustomUploaders.TabIndex = 1; this.gbCustomUploaders.TabStop = false; this.gbCustomUploaders.Text = "Uploaders"; // @@ -651,7 +651,7 @@ private void InitializeComponent() this.eiCustomUploaders.Name = "eiCustomUploaders"; this.eiCustomUploaders.ObjectType = null; this.eiCustomUploaders.Size = new System.Drawing.Size(140, 26); - this.eiCustomUploaders.TabIndex = 8; + this.eiCustomUploaders.TabIndex = 5; this.eiCustomUploaders.ExportRequested += new HelpersLib.UserControls.ExportImportControl.ExportEventHandler(this.eiCustomUploaders_ExportRequested); this.eiCustomUploaders.ImportRequested += new HelpersLib.UserControls.ExportImportControl.ImportEventHandler(this.eiCustomUploaders_ImportRequested); // @@ -680,7 +680,7 @@ private void InitializeComponent() this.btnCustomUploaderClear.Location = new System.Drawing.Point(152, 328); this.btnCustomUploaderClear.Name = "btnCustomUploaderClear"; this.btnCustomUploaderClear.Size = new System.Drawing.Size(88, 24); - this.btnCustomUploaderClear.TabIndex = 7; + this.btnCustomUploaderClear.TabIndex = 6; this.btnCustomUploaderClear.Text = "Clear fields -->"; this.btnCustomUploaderClear.UseVisualStyleBackColor = true; this.btnCustomUploaderClear.Click += new System.EventHandler(this.btnCustomUploaderClear_Click); @@ -718,7 +718,7 @@ private void InitializeComponent() 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 = 23; + this.lblCustomUploaderTextUploader.TabIndex = 21; this.lblCustomUploaderTextUploader.Text = "Text uploader:"; // // lblCustomUploaderRequestURL @@ -727,7 +727,7 @@ private void InitializeComponent() 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 = 5; + this.lblCustomUploaderRequestURL.TabIndex = 4; this.lblCustomUploaderRequestURL.Text = "Request URL:"; // // btnCustomUploaderURLShortenerTest @@ -735,7 +735,7 @@ private void InitializeComponent() 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 = 32; + this.btnCustomUploaderURLShortenerTest.TabIndex = 29; this.btnCustomUploaderURLShortenerTest.Text = "Test"; this.btnCustomUploaderURLShortenerTest.UseVisualStyleBackColor = true; this.btnCustomUploaderURLShortenerTest.Click += new System.EventHandler(this.btnCustomUploaderURLShortenerTest_Click); @@ -750,7 +750,7 @@ private void InitializeComponent() 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 = 9; + this.gbCustomUploaderRegexp.TabIndex = 11; this.gbCustomUploaderRegexp.TabStop = false; this.gbCustomUploaderRegexp.Text = "Regex from response"; // @@ -820,7 +820,7 @@ private void InitializeComponent() 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 = 24; + this.cbCustomUploaderTextUploader.TabIndex = 22; this.cbCustomUploaderTextUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderTextUploader_SelectedIndexChanged); // // txtCustomUploaderThumbnailURL @@ -828,7 +828,7 @@ private void InitializeComponent() 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; + this.txtCustomUploaderThumbnailURL.TabIndex = 15; // // lblCustomUploaderURLShortener // @@ -836,7 +836,7 @@ private void InitializeComponent() 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 = 29; + this.lblCustomUploaderURLShortener.TabIndex = 27; this.lblCustomUploaderURLShortener.Text = "URL shortener:"; // // cbCustomUploaderResponseType @@ -846,14 +846,14 @@ private void InitializeComponent() 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 = 4; + this.cbCustomUploaderResponseType.TabIndex = 10; // // btnCustomUploaderTextUploaderTest // 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 = 25; + this.btnCustomUploaderTextUploaderTest.TabIndex = 23; this.btnCustomUploaderTextUploaderTest.Text = "Test"; this.btnCustomUploaderTextUploaderTest.UseVisualStyleBackColor = true; this.btnCustomUploaderTextUploaderTest.Click += new System.EventHandler(this.btnCustomUploaderTextUploaderTest_Click); @@ -863,7 +863,7 @@ private void InitializeComponent() 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; + this.txtCustomUploaderURL.TabIndex = 13; // // cbCustomUploaderImageUploader // @@ -872,7 +872,7 @@ private void InitializeComponent() 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 = 21; + this.cbCustomUploaderImageUploader.TabIndex = 19; this.cbCustomUploaderImageUploader.SelectedIndexChanged += new System.EventHandler(this.cbCustomUploaderImageUploader_SelectedIndexChanged); // // txtCustomUploaderRequestURL @@ -880,7 +880,7 @@ private void InitializeComponent() 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 = 6; + this.txtCustomUploaderRequestURL.TabIndex = 5; // // txtCustomUploaderLog // @@ -897,7 +897,7 @@ private void InitializeComponent() 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; + this.lblCustomUploaderThumbnailURL.TabIndex = 14; this.lblCustomUploaderThumbnailURL.Text = "Thumbnail URL:"; // // lblCustomUploaderFileForm @@ -906,7 +906,7 @@ private void InitializeComponent() 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 = 7; + this.lblCustomUploaderFileForm.TabIndex = 6; this.lblCustomUploaderFileForm.Text = "File form name:"; // // lblCustomUploaderRequestType @@ -915,7 +915,7 @@ private void InitializeComponent() 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; + this.lblCustomUploaderRequestType.TabIndex = 2; this.lblCustomUploaderRequestType.Text = "Request type:"; // // cbCustomUploaderRequestType @@ -933,7 +933,7 @@ private void InitializeComponent() 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 = 8; + this.txtCustomUploaderFileForm.TabIndex = 7; // // lblCustomUploaderURL // @@ -941,7 +941,7 @@ private void InitializeComponent() 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; + this.lblCustomUploaderURL.TabIndex = 12; this.lblCustomUploaderURL.Text = "URL:"; // // gbCustomUploaderArguments @@ -955,7 +955,7 @@ private void InitializeComponent() 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 = 10; + this.gbCustomUploaderArguments.TabIndex = 8; this.gbCustomUploaderArguments.TabStop = false; this.gbCustomUploaderArguments.Text = "Arguments"; // @@ -1053,15 +1053,6 @@ private void InitializeComponent() 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; - // // tpURLShorteners // this.tpURLShorteners.Controls.Add(this.tcURLShorteners); @@ -1098,16 +1089,22 @@ private void InitializeComponent() this.tpBitly.Text = "bit.ly"; this.tpBitly.UseVisualStyleBackColor = true; // - // oauth2Bitly + // txtBitlyDomain // - 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); + 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:"; // // tpGoogleURLShortener // @@ -1121,26 +1118,6 @@ private void InitializeComponent() this.tpGoogleURLShortener.Text = "Google"; this.tpGoogleURLShortener.UseVisualStyleBackColor = true; // - // 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); - // // tpYourls // this.tpYourls.Controls.Add(this.txtYourlsPassword); @@ -1296,17 +1273,6 @@ private void InitializeComponent() 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 = 20; - 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; @@ -1314,7 +1280,7 @@ private void InitializeComponent() this.cbDropboxURLType.Location = new System.Drawing.Point(160, 352); this.cbDropboxURLType.Name = "cbDropboxURLType"; this.cbDropboxURLType.Size = new System.Drawing.Size(121, 21); - this.cbDropboxURLType.TabIndex = 8; + this.cbDropboxURLType.TabIndex = 7; this.cbDropboxURLType.SelectedIndexChanged += new System.EventHandler(this.cbDropboxURLType_SelectedIndexChanged); // // cbDropboxAutoCreateShareableLink @@ -1323,7 +1289,7 @@ private void InitializeComponent() this.cbDropboxAutoCreateShareableLink.Location = new System.Drawing.Point(19, 355); this.cbDropboxAutoCreateShareableLink.Name = "cbDropboxAutoCreateShareableLink"; this.cbDropboxAutoCreateShareableLink.Size = new System.Drawing.Size(134, 17); - this.cbDropboxAutoCreateShareableLink.TabIndex = 7; + this.cbDropboxAutoCreateShareableLink.TabIndex = 6; this.cbDropboxAutoCreateShareableLink.Text = "Create shareable URL:"; this.cbDropboxAutoCreateShareableLink.UseVisualStyleBackColor = true; this.cbDropboxAutoCreateShareableLink.CheckedChanged += new System.EventHandler(this.cbDropboxAutoCreateShareableLink_CheckedChanged); @@ -1334,7 +1300,7 @@ private void InitializeComponent() this.btnDropboxShowFiles.Location = new System.Drawing.Point(344, 298); this.btnDropboxShowFiles.Name = "btnDropboxShowFiles"; this.btnDropboxShowFiles.Size = new System.Drawing.Size(64, 24); - this.btnDropboxShowFiles.TabIndex = 5; + this.btnDropboxShowFiles.TabIndex = 4; this.btnDropboxShowFiles.Text = "Select..."; this.btnDropboxShowFiles.UseVisualStyleBackColor = true; this.btnDropboxShowFiles.Click += new System.EventHandler(this.btnDropboxShowFiles_Click); @@ -1367,7 +1333,7 @@ private void InitializeComponent() this.lblDropboxStatus.Location = new System.Drawing.Point(16, 384); this.lblDropboxStatus.Name = "lblDropboxStatus"; this.lblDropboxStatus.Size = new System.Drawing.Size(45, 16); - this.lblDropboxStatus.TabIndex = 9; + this.lblDropboxStatus.TabIndex = 8; this.lblDropboxStatus.Text = "Status"; // // lblDropboxPathTip @@ -1376,7 +1342,7 @@ private void InitializeComponent() this.lblDropboxPathTip.Location = new System.Drawing.Point(16, 330); this.lblDropboxPathTip.Name = "lblDropboxPathTip"; this.lblDropboxPathTip.Size = new System.Drawing.Size(585, 13); - this.lblDropboxPathTip.TabIndex = 6; + 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\"."; // @@ -1386,7 +1352,7 @@ private void InitializeComponent() this.lblDropboxPath.Location = new System.Drawing.Point(16, 304); this.lblDropboxPath.Name = "lblDropboxPath"; this.lblDropboxPath.Size = new System.Drawing.Size(68, 13); - this.lblDropboxPath.TabIndex = 3; + this.lblDropboxPath.TabIndex = 2; this.lblDropboxPath.Text = "Upload path:"; // // txtDropboxPath @@ -1394,7 +1360,7 @@ private void InitializeComponent() this.txtDropboxPath.Location = new System.Drawing.Point(88, 300); this.txtDropboxPath.Name = "txtDropboxPath"; this.txtDropboxPath.Size = new System.Drawing.Size(248, 20); - this.txtDropboxPath.TabIndex = 4; + this.txtDropboxPath.TabIndex = 3; this.txtDropboxPath.TextChanged += new System.EventHandler(this.txtDropboxPath_TextChanged); // // tpCopy @@ -1432,7 +1398,7 @@ private void InitializeComponent() this.lblCopyURLType.Location = new System.Drawing.Point(16, 331); this.lblCopyURLType.Name = "lblCopyURLType"; this.lblCopyURLType.Size = new System.Drawing.Size(55, 13); - this.lblCopyURLType.TabIndex = 3; + this.lblCopyURLType.TabIndex = 4; this.lblCopyURLType.Text = "URL type:"; // // cbCopyURLType @@ -1442,7 +1408,7 @@ private void InitializeComponent() this.cbCopyURLType.Location = new System.Drawing.Point(88, 327); this.cbCopyURLType.Name = "cbCopyURLType"; this.cbCopyURLType.Size = new System.Drawing.Size(121, 21); - this.cbCopyURLType.TabIndex = 8; + this.cbCopyURLType.TabIndex = 5; this.cbCopyURLType.SelectedIndexChanged += new System.EventHandler(this.cbCopyURLType_SelectedIndexChanged); // // btnCopyRegister @@ -1462,7 +1428,7 @@ private void InitializeComponent() this.lblCopyStatus.Location = new System.Drawing.Point(16, 356); this.lblCopyStatus.Name = "lblCopyStatus"; this.lblCopyStatus.Size = new System.Drawing.Size(45, 16); - this.lblCopyStatus.TabIndex = 9; + this.lblCopyStatus.TabIndex = 6; this.lblCopyStatus.Text = "Status"; // // lblCopyPath @@ -1471,7 +1437,7 @@ private void InitializeComponent() this.lblCopyPath.Location = new System.Drawing.Point(16, 304); this.lblCopyPath.Name = "lblCopyPath"; this.lblCopyPath.Size = new System.Drawing.Size(68, 13); - this.lblCopyPath.TabIndex = 3; + this.lblCopyPath.TabIndex = 2; this.lblCopyPath.Text = "Upload path:"; // // txtCopyPath @@ -1479,20 +1445,9 @@ private void InitializeComponent() this.txtCopyPath.Location = new System.Drawing.Point(88, 300); this.txtCopyPath.Name = "txtCopyPath"; this.txtCopyPath.Size = new System.Drawing.Size(248, 20); - this.txtCopyPath.TabIndex = 4; + this.txtCopyPath.TabIndex = 3; 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 = 2; - 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); @@ -1589,16 +1544,6 @@ private void InitializeComponent() 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 // this.tpMega.Controls.Add(this.btnMegaRefreshFolders); @@ -1624,7 +1569,7 @@ private void InitializeComponent() this.btnMegaRefreshFolders.Location = new System.Drawing.Point(264, 114); this.btnMegaRefreshFolders.Name = "btnMegaRefreshFolders"; this.btnMegaRefreshFolders.Size = new System.Drawing.Size(88, 24); - this.btnMegaRefreshFolders.TabIndex = 8; + this.btnMegaRefreshFolders.TabIndex = 10; this.btnMegaRefreshFolders.Text = "Refresh"; this.btnMegaRefreshFolders.UseVisualStyleBackColor = true; this.btnMegaRefreshFolders.Click += new System.EventHandler(this.btnMegaRefreshFolders_Click); @@ -1635,7 +1580,7 @@ private void InitializeComponent() this.lblMegaStatus.Location = new System.Drawing.Point(88, 24); this.lblMegaStatus.Name = "lblMegaStatus"; this.lblMegaStatus.Size = new System.Drawing.Size(186, 13); - this.lblMegaStatus.TabIndex = 0; + this.lblMegaStatus.TabIndex = 1; this.lblMegaStatus.Text = "CONFIGURED / NOT CONFIGURED"; // // btnMegaRegister @@ -1643,7 +1588,7 @@ private void InitializeComponent() this.btnMegaRegister.Location = new System.Drawing.Point(264, 50); this.btnMegaRegister.Name = "btnMegaRegister"; this.btnMegaRegister.Size = new System.Drawing.Size(88, 24); - this.btnMegaRegister.TabIndex = 2; + this.btnMegaRegister.TabIndex = 4; this.btnMegaRegister.Text = "Register..."; this.btnMegaRegister.UseVisualStyleBackColor = true; this.btnMegaRegister.Click += new System.EventHandler(this.btnMegaRegister_Click); @@ -1654,7 +1599,7 @@ private void InitializeComponent() this.lblMegaFolder.Location = new System.Drawing.Point(24, 120); this.lblMegaFolder.Name = "lblMegaFolder"; this.lblMegaFolder.Size = new System.Drawing.Size(39, 13); - this.lblMegaFolder.TabIndex = 6; + this.lblMegaFolder.TabIndex = 8; this.lblMegaFolder.Text = "Folder:"; // // lblMegaStatusTitle @@ -1663,7 +1608,7 @@ private void InitializeComponent() this.lblMegaStatusTitle.Location = new System.Drawing.Point(24, 24); this.lblMegaStatusTitle.Name = "lblMegaStatusTitle"; this.lblMegaStatusTitle.Size = new System.Drawing.Size(43, 13); - this.lblMegaStatusTitle.TabIndex = 1; + this.lblMegaStatusTitle.TabIndex = 0; this.lblMegaStatusTitle.Text = "Status: "; // // cbMegaFolder @@ -1674,7 +1619,7 @@ private void InitializeComponent() this.cbMegaFolder.Location = new System.Drawing.Point(88, 116); this.cbMegaFolder.Name = "cbMegaFolder"; this.cbMegaFolder.Size = new System.Drawing.Size(168, 21); - this.cbMegaFolder.TabIndex = 7; + this.cbMegaFolder.TabIndex = 9; this.cbMegaFolder.ValueMember = "Node"; this.cbMegaFolder.SelectedIndexChanged += new System.EventHandler(this.cbMegaFolder_SelectedIndexChanged); // @@ -1684,7 +1629,7 @@ private void InitializeComponent() this.lblMegaEmail.Location = new System.Drawing.Point(24, 56); this.lblMegaEmail.Name = "lblMegaEmail"; this.lblMegaEmail.Size = new System.Drawing.Size(35, 13); - this.lblMegaEmail.TabIndex = 0; + this.lblMegaEmail.TabIndex = 2; this.lblMegaEmail.Text = "Email:"; // // btnMegaLogin @@ -1692,7 +1637,7 @@ private void InitializeComponent() this.btnMegaLogin.Location = new System.Drawing.Point(264, 82); this.btnMegaLogin.Name = "btnMegaLogin"; this.btnMegaLogin.Size = new System.Drawing.Size(88, 24); - this.btnMegaLogin.TabIndex = 5; + this.btnMegaLogin.TabIndex = 7; this.btnMegaLogin.Text = "Login"; this.btnMegaLogin.UseVisualStyleBackColor = true; this.btnMegaLogin.Click += new System.EventHandler(this.btnMegaLogin_Click); @@ -1702,14 +1647,14 @@ private void InitializeComponent() this.txtMegaEmail.Location = new System.Drawing.Point(88, 52); this.txtMegaEmail.Name = "txtMegaEmail"; this.txtMegaEmail.Size = new System.Drawing.Size(168, 20); - this.txtMegaEmail.TabIndex = 1; + this.txtMegaEmail.TabIndex = 3; // // txtMegaPassword // this.txtMegaPassword.Location = new System.Drawing.Point(88, 84); this.txtMegaPassword.Name = "txtMegaPassword"; this.txtMegaPassword.Size = new System.Drawing.Size(168, 20); - this.txtMegaPassword.TabIndex = 4; + this.txtMegaPassword.TabIndex = 6; this.txtMegaPassword.UseSystemPasswordChar = true; // // lblMegaPassword @@ -1718,7 +1663,7 @@ private void InitializeComponent() this.lblMegaPassword.Location = new System.Drawing.Point(24, 88); this.lblMegaPassword.Name = "lblMegaPassword"; this.lblMegaPassword.Size = new System.Drawing.Size(56, 13); - this.lblMegaPassword.TabIndex = 3; + this.lblMegaPassword.TabIndex = 5; this.lblMegaPassword.Text = "Password:"; // // tpAmazonS3 @@ -1753,7 +1698,7 @@ private void InitializeComponent() this.txtAmazonS3CustomDomain.Location = new System.Drawing.Point(152, 144); this.txtAmazonS3CustomDomain.Name = "txtAmazonS3CustomDomain"; this.txtAmazonS3CustomDomain.Size = new System.Drawing.Size(304, 20); - this.txtAmazonS3CustomDomain.TabIndex = 16; + this.txtAmazonS3CustomDomain.TabIndex = 13; this.txtAmazonS3CustomDomain.TextChanged += new System.EventHandler(this.txtAmazonS3CustomDomain_TextChanged); // // lblAmazonS3PathPreviewLabel @@ -1762,7 +1707,7 @@ private void InitializeComponent() this.lblAmazonS3PathPreviewLabel.Location = new System.Drawing.Point(24, 192); this.lblAmazonS3PathPreviewLabel.Name = "lblAmazonS3PathPreviewLabel"; this.lblAmazonS3PathPreviewLabel.Size = new System.Drawing.Size(72, 13); - this.lblAmazonS3PathPreviewLabel.TabIndex = 12; + this.lblAmazonS3PathPreviewLabel.TabIndex = 15; this.lblAmazonS3PathPreviewLabel.Text = "URL preview:"; // // lblAmazonS3PathPreview @@ -1771,7 +1716,7 @@ private void InitializeComponent() this.lblAmazonS3PathPreview.Location = new System.Drawing.Point(102, 192); this.lblAmazonS3PathPreview.Name = "lblAmazonS3PathPreview"; this.lblAmazonS3PathPreview.Size = new System.Drawing.Size(45, 13); - this.lblAmazonS3PathPreview.TabIndex = 13; + this.lblAmazonS3PathPreview.TabIndex = 16; this.lblAmazonS3PathPreview.Text = "Preview"; // // btnAmazonS3BucketNameOpen @@ -1779,7 +1724,7 @@ private void InitializeComponent() this.btnAmazonS3BucketNameOpen.Location = new System.Drawing.Point(464, 90); this.btnAmazonS3BucketNameOpen.Name = "btnAmazonS3BucketNameOpen"; this.btnAmazonS3BucketNameOpen.Size = new System.Drawing.Size(24, 24); - this.btnAmazonS3BucketNameOpen.TabIndex = 11; + this.btnAmazonS3BucketNameOpen.TabIndex = 9; this.btnAmazonS3BucketNameOpen.Text = "..."; this.btnAmazonS3BucketNameOpen.UseVisualStyleBackColor = true; this.btnAmazonS3BucketNameOpen.Click += new System.EventHandler(this.btnAmazonS3BucketNameOpen_Click); @@ -1845,7 +1790,7 @@ private void InitializeComponent() this.txtAmazonS3ObjectPrefix.Location = new System.Drawing.Point(104, 116); this.txtAmazonS3ObjectPrefix.Name = "txtAmazonS3ObjectPrefix"; this.txtAmazonS3ObjectPrefix.Size = new System.Drawing.Size(352, 20); - this.txtAmazonS3ObjectPrefix.TabIndex = 10; + this.txtAmazonS3ObjectPrefix.TabIndex = 11; this.txtAmazonS3ObjectPrefix.TextChanged += new System.EventHandler(this.txtAmazonS3ObjectPrefix_TextChanged); // // lblAmazonS3ObjectPrefix @@ -1854,7 +1799,7 @@ private void InitializeComponent() this.lblAmazonS3ObjectPrefix.Location = new System.Drawing.Point(24, 120); this.lblAmazonS3ObjectPrefix.Name = "lblAmazonS3ObjectPrefix"; this.lblAmazonS3ObjectPrefix.Size = new System.Drawing.Size(68, 13); - this.lblAmazonS3ObjectPrefix.TabIndex = 9; + this.lblAmazonS3ObjectPrefix.TabIndex = 10; this.lblAmazonS3ObjectPrefix.Text = "Upload path:"; // // txtAmazonS3SecretKey @@ -1979,17 +1924,6 @@ private void InitializeComponent() 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); - // // tpBox // this.tpBox.Controls.Add(this.lblBoxFolderTip); @@ -2021,7 +1955,7 @@ private void InitializeComponent() this.cbBoxShare.Location = new System.Drawing.Point(16, 264); this.cbBoxShare.Name = "cbBoxShare"; this.cbBoxShare.Size = new System.Drawing.Size(125, 17); - this.cbBoxShare.TabIndex = 3; + this.cbBoxShare.TabIndex = 1; this.cbBoxShare.Text = "Create shareable link"; this.cbBoxShare.UseVisualStyleBackColor = true; this.cbBoxShare.CheckedChanged += new System.EventHandler(this.cbBoxShare_CheckedChanged); @@ -2052,7 +1986,7 @@ private void InitializeComponent() this.lblBoxFolderID.Location = new System.Drawing.Point(488, 21); this.lblBoxFolderID.Name = "lblBoxFolderID"; this.lblBoxFolderID.Size = new System.Drawing.Size(81, 13); - this.lblBoxFolderID.TabIndex = 2; + this.lblBoxFolderID.TabIndex = 3; this.lblBoxFolderID.Text = "Selected folder:"; // // btnBoxRefreshFolders @@ -2061,22 +1995,11 @@ private void InitializeComponent() this.btnBoxRefreshFolders.Location = new System.Drawing.Point(352, 16); this.btnBoxRefreshFolders.Name = "btnBoxRefreshFolders"; this.btnBoxRefreshFolders.Size = new System.Drawing.Size(128, 23); - this.btnBoxRefreshFolders.TabIndex = 1; + this.btnBoxRefreshFolders.TabIndex = 2; 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); - // // tpRapidShare // this.tpRapidShare.Controls.Add(this.txtRapidShareFolderID); @@ -2186,7 +2109,7 @@ private void InitializeComponent() this.btnSendSpaceRegister.Location = new System.Drawing.Point(240, 51); this.btnSendSpaceRegister.Name = "btnSendSpaceRegister"; this.btnSendSpaceRegister.Size = new System.Drawing.Size(75, 23); - this.btnSendSpaceRegister.TabIndex = 1; + this.btnSendSpaceRegister.TabIndex = 3; this.btnSendSpaceRegister.Text = "&Register..."; this.btnSendSpaceRegister.UseVisualStyleBackColor = true; this.btnSendSpaceRegister.Click += new System.EventHandler(this.btnSendSpaceRegister_Click); @@ -2206,7 +2129,7 @@ private void InitializeComponent() this.lblSendSpaceUsername.Location = new System.Drawing.Point(16, 56); this.lblSendSpaceUsername.Name = "lblSendSpaceUsername"; this.lblSendSpaceUsername.Size = new System.Drawing.Size(58, 13); - this.lblSendSpaceUsername.TabIndex = 2; + this.lblSendSpaceUsername.TabIndex = 1; this.lblSendSpaceUsername.Text = "Username:"; // // txtSendSpacePassword @@ -2223,18 +2146,9 @@ private void InitializeComponent() this.txtSendSpaceUserName.Location = new System.Drawing.Point(96, 52); this.txtSendSpaceUserName.Name = "txtSendSpaceUserName"; this.txtSendSpaceUserName.Size = new System.Drawing.Size(136, 20); - this.txtSendSpaceUserName.TabIndex = 3; + this.txtSendSpaceUserName.TabIndex = 2; 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); - // // tpGe_tt // this.tpGe_tt.Controls.Add(this.lblGe_ttStatus); @@ -2257,7 +2171,7 @@ private void InitializeComponent() 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); - this.lblGe_ttStatus.TabIndex = 5; + this.lblGe_ttStatus.TabIndex = 4; this.lblGe_ttStatus.Text = "Login required."; // // lblGe_ttPassword @@ -2283,7 +2197,7 @@ private void InitializeComponent() this.btnGe_ttLogin.Location = new System.Drawing.Point(184, 75); this.btnGe_ttLogin.Name = "btnGe_ttLogin"; this.btnGe_ttLogin.Size = new System.Drawing.Size(75, 23); - this.btnGe_ttLogin.TabIndex = 4; + this.btnGe_ttLogin.TabIndex = 5; this.btnGe_ttLogin.Text = "Login"; this.btnGe_ttLogin.UseVisualStyleBackColor = true; this.btnGe_ttLogin.Click += new System.EventHandler(this.btnGe_ttLogin_Click); @@ -2613,17 +2527,6 @@ private void InitializeComponent() 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); @@ -2859,16 +2762,6 @@ private void InitializeComponent() this.cboSharedFolderImages.TabIndex = 1; this.cboSharedFolderImages.SelectedIndexChanged += new System.EventHandler(this.cboSharedFolderImages_SelectedIndexChanged); // - // 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 = 0; - // // btnCopyShowFiles // this.btnCopyShowFiles.Location = new System.Drawing.Point(0, 0); @@ -2917,7 +2810,7 @@ private void InitializeComponent() this.btnPastebinLogin.Location = new System.Drawing.Point(520, 8); this.btnPastebinLogin.Name = "btnPastebinLogin"; this.btnPastebinLogin.Size = new System.Drawing.Size(88, 23); - this.btnPastebinLogin.TabIndex = 1; + this.btnPastebinLogin.TabIndex = 0; this.btnPastebinLogin.Text = "Login"; this.btnPastebinLogin.UseVisualStyleBackColor = true; this.btnPastebinLogin.Click += new System.EventHandler(this.btnPastebinLogin_Click); @@ -2929,7 +2822,7 @@ private void InitializeComponent() this.pgPastebinSettings.Name = "pgPastebinSettings"; this.pgPastebinSettings.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.pgPastebinSettings.Size = new System.Drawing.Size(504, 487); - this.pgPastebinSettings.TabIndex = 0; + this.pgPastebinSettings.TabIndex = 1; this.pgPastebinSettings.ToolbarVisible = false; // // tpPaste_ee @@ -2985,27 +2878,6 @@ private void InitializeComponent() this.chkGistPublishPublic.UseVisualStyleBackColor = true; this.chkGistPublishPublic.CheckedChanged += new System.EventHandler(this.chkGistPublishPublic_CheckedChanged); // - // 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); - // // tpUpaste // this.tpUpaste.Controls.Add(this.cbUpasteIsPublic); @@ -3093,32 +2965,12 @@ private void InitializeComponent() this.tpImgur.Text = "Imgur"; this.tpImgur.UseVisualStyleBackColor = true; // - // 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 = 4; - 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); - // // txtImgurAlbumID // this.txtImgurAlbumID.Location = new System.Drawing.Point(592, 12); this.txtImgurAlbumID.Name = "txtImgurAlbumID"; this.txtImgurAlbumID.Size = new System.Drawing.Size(192, 20); - this.txtImgurAlbumID.TabIndex = 2; + this.txtImgurAlbumID.TabIndex = 5; this.txtImgurAlbumID.TextChanged += new System.EventHandler(this.txtImgurAlbumID_TextChanged); // // lblImgurAlbumID @@ -3127,7 +2979,7 @@ private void InitializeComponent() this.lblImgurAlbumID.Location = new System.Drawing.Point(352, 16); this.lblImgurAlbumID.Name = "lblImgurAlbumID"; this.lblImgurAlbumID.Size = new System.Drawing.Size(233, 13); - this.lblImgurAlbumID.TabIndex = 1; + this.lblImgurAlbumID.TabIndex = 4; this.lblImgurAlbumID.Text = "Album ID for upload (Empty = No album upload):"; // // lvImgurAlbumList @@ -3167,7 +3019,7 @@ private void InitializeComponent() this.btnImgurRefreshAlbumList.Location = new System.Drawing.Point(352, 40); this.btnImgurRefreshAlbumList.Name = "btnImgurRefreshAlbumList"; this.btnImgurRefreshAlbumList.Size = new System.Drawing.Size(200, 23); - this.btnImgurRefreshAlbumList.TabIndex = 3; + this.btnImgurRefreshAlbumList.TabIndex = 6; this.btnImgurRefreshAlbumList.Text = "Refresh album list"; this.btnImgurRefreshAlbumList.UseVisualStyleBackColor = true; this.btnImgurRefreshAlbumList.Click += new System.EventHandler(this.btnImgurRefreshAlbumList_Click); @@ -3179,7 +3031,7 @@ private void InitializeComponent() this.cbImgurThumbnailType.Location = new System.Drawing.Point(104, 296); this.cbImgurThumbnailType.Name = "cbImgurThumbnailType"; this.cbImgurThumbnailType.Size = new System.Drawing.Size(136, 21); - this.cbImgurThumbnailType.TabIndex = 6; + this.cbImgurThumbnailType.TabIndex = 3; this.cbImgurThumbnailType.SelectedIndexChanged += new System.EventHandler(this.cbImgurThumbnailType_SelectedIndexChanged); // // lblImgurThumbnailType @@ -3188,7 +3040,7 @@ private void InitializeComponent() this.lblImgurThumbnailType.Location = new System.Drawing.Point(16, 300); this.lblImgurThumbnailType.Name = "lblImgurThumbnailType"; this.lblImgurThumbnailType.Size = new System.Drawing.Size(82, 13); - this.lblImgurThumbnailType.TabIndex = 5; + this.lblImgurThumbnailType.TabIndex = 2; this.lblImgurThumbnailType.Text = "Thumbnail type:"; // // tpImageShack @@ -3214,7 +3066,7 @@ private void InitializeComponent() this.btnImageShackLogin.Location = new System.Drawing.Point(296, 42); this.btnImageShackLogin.Name = "btnImageShackLogin"; this.btnImageShackLogin.Size = new System.Drawing.Size(72, 24); - this.btnImageShackLogin.TabIndex = 5; + this.btnImageShackLogin.TabIndex = 4; this.btnImageShackLogin.Text = "Login"; this.btnImageShackLogin.UseVisualStyleBackColor = true; this.btnImageShackLogin.Click += new System.EventHandler(this.btnImageShackLogin_Click); @@ -3224,7 +3076,7 @@ private void InitializeComponent() this.btnImageShackOpenPublicProfile.Location = new System.Drawing.Point(184, 112); this.btnImageShackOpenPublicProfile.Name = "btnImageShackOpenPublicProfile"; this.btnImageShackOpenPublicProfile.Size = new System.Drawing.Size(160, 24); - this.btnImageShackOpenPublicProfile.TabIndex = 8; + this.btnImageShackOpenPublicProfile.TabIndex = 7; this.btnImageShackOpenPublicProfile.Text = "Open public profile page..."; this.btnImageShackOpenPublicProfile.UseVisualStyleBackColor = true; this.btnImageShackOpenPublicProfile.Click += new System.EventHandler(this.btnImageShackOpenPublicProfile_Click); @@ -3235,7 +3087,7 @@ private void InitializeComponent() this.cbImageShackIsPublic.Location = new System.Drawing.Point(18, 80); this.cbImageShackIsPublic.Name = "cbImageShackIsPublic"; this.cbImageShackIsPublic.Size = new System.Drawing.Size(106, 17); - this.cbImageShackIsPublic.TabIndex = 6; + this.cbImageShackIsPublic.TabIndex = 5; this.cbImageShackIsPublic.Text = "Is public upload?"; this.cbImageShackIsPublic.UseVisualStyleBackColor = true; this.cbImageShackIsPublic.CheckedChanged += new System.EventHandler(this.cbImageShackIsPublic_CheckedChanged); @@ -3245,7 +3097,7 @@ private void InitializeComponent() this.btnImageShackOpenMyImages.Location = new System.Drawing.Point(16, 112); this.btnImageShackOpenMyImages.Name = "btnImageShackOpenMyImages"; this.btnImageShackOpenMyImages.Size = new System.Drawing.Size(160, 24); - this.btnImageShackOpenMyImages.TabIndex = 7; + this.btnImageShackOpenMyImages.TabIndex = 6; this.btnImageShackOpenMyImages.Text = "Open my images page..."; this.btnImageShackOpenMyImages.UseVisualStyleBackColor = true; this.btnImageShackOpenMyImages.Click += new System.EventHandler(this.btnImageShackOpenMyImages_Click); @@ -3256,7 +3108,7 @@ private void InitializeComponent() this.lblImageShackUsername.Location = new System.Drawing.Point(16, 16); this.lblImageShackUsername.Name = "lblImageShackUsername"; this.lblImageShackUsername.Size = new System.Drawing.Size(58, 13); - this.lblImageShackUsername.TabIndex = 1; + this.lblImageShackUsername.TabIndex = 0; this.lblImageShackUsername.Text = "Username:"; // // txtImageShackUsername @@ -3264,7 +3116,7 @@ private void InitializeComponent() this.txtImageShackUsername.Location = new System.Drawing.Point(80, 12); this.txtImageShackUsername.Name = "txtImageShackUsername"; this.txtImageShackUsername.Size = new System.Drawing.Size(208, 20); - this.txtImageShackUsername.TabIndex = 2; + this.txtImageShackUsername.TabIndex = 1; this.txtImageShackUsername.TextChanged += new System.EventHandler(this.txtImageShackUsername_TextChanged); // // txtImageShackPassword @@ -3272,7 +3124,7 @@ private void InitializeComponent() this.txtImageShackPassword.Location = new System.Drawing.Point(80, 44); this.txtImageShackPassword.Name = "txtImageShackPassword"; this.txtImageShackPassword.Size = new System.Drawing.Size(208, 20); - this.txtImageShackPassword.TabIndex = 4; + this.txtImageShackPassword.TabIndex = 3; this.txtImageShackPassword.UseSystemPasswordChar = true; this.txtImageShackPassword.TextChanged += new System.EventHandler(this.txtImageShackPassword_TextChanged); // @@ -3282,7 +3134,7 @@ private void InitializeComponent() this.lblImageShackPassword.Location = new System.Drawing.Point(16, 48); this.lblImageShackPassword.Name = "lblImageShackPassword"; this.lblImageShackPassword.Size = new System.Drawing.Size(56, 13); - this.lblImageShackPassword.TabIndex = 3; + this.lblImageShackPassword.TabIndex = 2; this.lblImageShackPassword.Text = "Password:"; // // tpTinyPic @@ -3302,15 +3154,6 @@ private void InitializeComponent() this.tpTinyPic.Text = "TinyPic"; this.tpTinyPic.UseVisualStyleBackColor = true; // - // 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); - // // btnTinyPicLogin // this.btnTinyPicLogin.Location = new System.Drawing.Point(296, 74); @@ -3388,7 +3231,7 @@ private void InitializeComponent() this.btnFlickrOpenImages.Location = new System.Drawing.Point(661, 104); this.btnFlickrOpenImages.Name = "btnFlickrOpenImages"; this.btnFlickrOpenImages.Size = new System.Drawing.Size(179, 23); - this.btnFlickrOpenImages.TabIndex = 5; + this.btnFlickrOpenImages.TabIndex = 3; this.btnFlickrOpenImages.Text = "Your photostream..."; this.btnFlickrOpenImages.UseVisualStyleBackColor = true; this.btnFlickrOpenImages.Click += new System.EventHandler(this.btnFlickrOpenImages_Click); @@ -3402,7 +3245,7 @@ private void InitializeComponent() this.pgFlickrAuthInfo.Name = "pgFlickrAuthInfo"; this.pgFlickrAuthInfo.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.pgFlickrAuthInfo.Size = new System.Drawing.Size(631, 160); - this.pgFlickrAuthInfo.TabIndex = 0; + this.pgFlickrAuthInfo.TabIndex = 4; this.pgFlickrAuthInfo.ToolbarVisible = false; // // pgFlickrSettings @@ -3415,7 +3258,7 @@ private void InitializeComponent() this.pgFlickrSettings.Name = "pgFlickrSettings"; this.pgFlickrSettings.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.pgFlickrSettings.Size = new System.Drawing.Size(631, 275); - this.pgFlickrSettings.TabIndex = 3; + this.pgFlickrSettings.TabIndex = 5; this.pgFlickrSettings.ToolbarVisible = false; // // btnFlickrCheckToken @@ -3424,7 +3267,7 @@ private void InitializeComponent() this.btnFlickrCheckToken.Location = new System.Drawing.Point(661, 75); this.btnFlickrCheckToken.Name = "btnFlickrCheckToken"; this.btnFlickrCheckToken.Size = new System.Drawing.Size(179, 23); - this.btnFlickrCheckToken.TabIndex = 4; + this.btnFlickrCheckToken.TabIndex = 2; this.btnFlickrCheckToken.Text = "Refresh authorization"; this.btnFlickrCheckToken.UseVisualStyleBackColor = true; this.btnFlickrCheckToken.Click += new System.EventHandler(this.btnFlickrCheckToken_Click); @@ -3436,7 +3279,7 @@ private void InitializeComponent() this.btnFlickrCompleteAuth.Location = new System.Drawing.Point(661, 47); this.btnFlickrCompleteAuth.Name = "btnFlickrCompleteAuth"; this.btnFlickrCompleteAuth.Size = new System.Drawing.Size(179, 24); - this.btnFlickrCompleteAuth.TabIndex = 2; + this.btnFlickrCompleteAuth.TabIndex = 1; this.btnFlickrCompleteAuth.Text = "Step 2. Complete authorization"; this.btnFlickrCompleteAuth.UseVisualStyleBackColor = true; this.btnFlickrCompleteAuth.Click += new System.EventHandler(this.btnFlickrCompleteAuth_Click); @@ -3447,7 +3290,7 @@ private void InitializeComponent() this.btnFlickrOpenAuthorize.Location = new System.Drawing.Point(661, 18); this.btnFlickrOpenAuthorize.Name = "btnFlickrOpenAuthorize"; this.btnFlickrOpenAuthorize.Size = new System.Drawing.Size(179, 23); - this.btnFlickrOpenAuthorize.TabIndex = 1; + this.btnFlickrOpenAuthorize.TabIndex = 0; this.btnFlickrOpenAuthorize.Text = "Step 1. Open authorize page..."; this.btnFlickrOpenAuthorize.UseVisualStyleBackColor = true; this.btnFlickrOpenAuthorize.Click += new System.EventHandler(this.btnFlickrOpenAuthorize_Click); @@ -3586,7 +3429,7 @@ private void InitializeComponent() this.lblPhotobucketDefaultAlbumName.Location = new System.Drawing.Point(496, 128); this.lblPhotobucketDefaultAlbumName.Name = "lblPhotobucketDefaultAlbumName"; this.lblPhotobucketDefaultAlbumName.Size = new System.Drawing.Size(104, 13); - this.lblPhotobucketDefaultAlbumName.TabIndex = 4; + this.lblPhotobucketDefaultAlbumName.TabIndex = 5; this.lblPhotobucketDefaultAlbumName.Text = "Default Album Name"; // // btnPhotobucketAuthOpen @@ -3605,7 +3448,7 @@ private void InitializeComponent() this.txtPhotobucketDefaultAlbumName.Name = "txtPhotobucketDefaultAlbumName"; this.txtPhotobucketDefaultAlbumName.ReadOnly = true; this.txtPhotobucketDefaultAlbumName.Size = new System.Drawing.Size(200, 20); - this.txtPhotobucketDefaultAlbumName.TabIndex = 5; + this.txtPhotobucketDefaultAlbumName.TabIndex = 6; // // lblPhotobucketVerificationCode // @@ -3639,7 +3482,7 @@ private void InitializeComponent() this.lblPhotobucketAccountStatus.Location = new System.Drawing.Point(16, 152); this.lblPhotobucketAccountStatus.Name = "lblPhotobucketAccountStatus"; this.lblPhotobucketAccountStatus.Size = new System.Drawing.Size(77, 13); - this.lblPhotobucketAccountStatus.TabIndex = 6; + this.lblPhotobucketAccountStatus.TabIndex = 4; this.lblPhotobucketAccountStatus.Text = "Login required."; // // tpPicasa @@ -3716,17 +3559,6 @@ private void InitializeComponent() 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); - // // tcUploaders // this.tcUploaders.Controls.Add(this.tpImageUploaders); @@ -3754,6 +3586,191 @@ private void InitializeComponent() this.ttlvMain.Size = new System.Drawing.Size(994, 551); this.ttlvMain.TabIndex = 0; // + // 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); + // + // 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); + // + // 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); + // + // 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); + // + // 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); + // + // 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); + // + // 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; + // + // 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); + // + // 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); + // + // 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); + // + // 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); + // + // 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; + // + // 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); + // + // 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); + // + // 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; + // // actRapidShareAccountType // this.actRapidShareAccountType.Location = new System.Drawing.Point(8, 16); @@ -3762,23 +3779,6 @@ private void InitializeComponent() this.actRapidShareAccountType.Size = new System.Drawing.Size(214, 29); this.actRapidShareAccountType.TabIndex = 16; // - // 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:"; - // - // txtBitlyDomain - // - 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); - // // UploadersConfigForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/UploadersLib/Forms/UserPassBox.Designer.cs b/UploadersLib/Forms/UserPassBox.Designer.cs index e284ea826..bfcd37483 100644 --- a/UploadersLib/Forms/UserPassBox.Designer.cs +++ b/UploadersLib/Forms/UserPassBox.Designer.cs @@ -76,7 +76,7 @@ private void InitializeComponent() this.txtPassword.Location = new System.Drawing.Point(80, 88); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(208, 20); - this.txtPassword.TabIndex = 6; + this.txtPassword.TabIndex = 7; this.txtPassword.UseSystemPasswordChar = true; // // label1 @@ -94,7 +94,7 @@ private void InitializeComponent() this.label2.Location = new System.Drawing.Point(16, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); - this.label2.TabIndex = 7; + this.label2.TabIndex = 6; this.label2.Text = "Password:"; // // label3