#1487 Used SystemColors.Window in BackColor of every single form also removed BackColor Color.White usage completely in all controls

This commit is contained in:
Jaex 2016-04-25 21:00:46 +03:00
parent 7df298c83e
commit 664291c696
84 changed files with 3154 additions and 5176 deletions

View file

@ -68,7 +68,6 @@ private void InitializeComponent()
// pInput
//
resources.ApplyResources(this.pInput, "pInput");
this.pInput.BackColor = System.Drawing.Color.White;
this.pInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pInput.Controls.Add(this.rtbInput);
this.pInput.Name = "pInput";
@ -190,6 +189,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblKeys);
this.Controls.Add(this.cbKeys);
this.Controls.Add(this.lblLineDelayMiliseconds);

View file

@ -161,7 +161,7 @@
</data>
<data name="rtbInput.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;rtbInput.Name" xml:space="preserve">
<value>rtbInput</value>
</data>
@ -552,12 +552,6 @@
<data name="lvScripts.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Right</value>
</data>
<data name="chScriptName.Text" xml:space="preserve">
<value>Name</value>
</data>
<data name="chScriptName.Width" type="System.Int32, mscorlib">
<value>130</value>
</data>
<data name="lvScripts.Location" type="System.Drawing.Point, System.Drawing">
<value>520, 104</value>
</data>
@ -579,6 +573,12 @@
<data name="&gt;&gt;lvScripts.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="chScriptName.Text" xml:space="preserve">
<value>Name</value>
</data>
<data name="chScriptName.Width" type="System.Int32, mscorlib">
<value>130</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>

View file

@ -323,8 +323,8 @@ private void InitializeComponent()
//
// rbHue
//
this.rbHue.Checked = true;
resources.ApplyResources(this.rbHue, "rbHue");
this.rbHue.Checked = true;
this.rbHue.Name = "rbHue";
this.rbHue.TabStop = true;
this.rbHue.UseVisualStyleBackColor = true;
@ -384,7 +384,6 @@ private void InitializeComponent()
//
// pbColorPreview
//
this.pbColorPreview.BackColor = System.Drawing.Color.White;
this.pbColorPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbColorPreview.DrawCheckeredBackground = true;
resources.ApplyResources(this.pbColorPreview, "pbColorPreview");
@ -401,6 +400,7 @@ private void InitializeComponent()
// ColorPickerForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.pbColorPreview);

View file

@ -248,7 +248,7 @@
</data>
<data name="txtHex.Text" xml:space="preserve">
<value>FF00FF00</value>
<comment>@Invariant</comment></data>
</data>
<data name="txtHex.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
@ -281,7 +281,7 @@
</data>
<data name="lblHex.Text" xml:space="preserve">
<value>Hex:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblHex.Name" xml:space="preserve">
<value>lblHex</value>
</data>
@ -530,7 +530,7 @@
</data>
<data name="lblHue.Text" xml:space="preserve">
<value>°</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblHue.Name" xml:space="preserve">
<value>lblHue</value>
</data>
@ -563,7 +563,7 @@
</data>
<data name="lblBrightnessPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblBrightnessPerc.Name" xml:space="preserve">
<value>lblBrightnessPerc</value>
</data>
@ -596,7 +596,7 @@
</data>
<data name="lblSaturationPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblSaturationPerc.Name" xml:space="preserve">
<value>lblSaturationPerc</value>
</data>
@ -974,7 +974,7 @@
</data>
<data name="txtDecimal.Text" xml:space="preserve">
<value>12345678</value>
<comment>@Invariant</comment></data>
</data>
<data name="txtDecimal.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
@ -1010,7 +1010,7 @@
</data>
<data name="lblCyanPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblCyanPerc.Name" xml:space="preserve">
<value>lblCyanPerc</value>
</data>
@ -1043,7 +1043,7 @@
</data>
<data name="lblMagentaPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblMagentaPerc.Name" xml:space="preserve">
<value>lblMagentaPerc</value>
</data>
@ -1076,7 +1076,7 @@
</data>
<data name="lblYellowPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblYellowPerc.Name" xml:space="preserve">
<value>lblYellowPerc</value>
</data>
@ -1109,7 +1109,7 @@
</data>
<data name="lblKeyPerc.Text" xml:space="preserve">
<value>%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblKeyPerc.Name" xml:space="preserve">
<value>lblKeyPerc</value>
</data>

View file

@ -141,6 +141,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pbPreview);
this.Controls.Add(this.lblPreview);
this.Controls.Add(this.btnCancel);

View file

@ -48,7 +48,6 @@ private void InitializeComponent()
//
// pbMain
//
this.pbMain.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.pbMain, "pbMain");
this.pbMain.Name = "pbMain";
this.pbMain.TabStop = false;
@ -70,7 +69,7 @@ private void InitializeComponent()
// lblImageSize
//
resources.ApplyResources(this.lblImageSize, "lblImageSize");
this.lblImageSize.BackColor = System.Drawing.Color.White;
this.lblImageSize.BackColor = System.Drawing.SystemColors.Window;
this.lblImageSize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblImageSize.Name = "lblImageSize";
//
@ -78,6 +77,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblImageSize);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.pbMain);

View file

@ -131,6 +131,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnPingSecondary);
this.Controls.Add(this.btnPingPrimary);
this.Controls.Add(this.cbAutomatic);

View file

@ -397,7 +397,7 @@
</data>
<data name="btnPingPrimary.Text" xml:space="preserve">
<value>Ping</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnPingPrimary.Name" xml:space="preserve">
<value>btnPingPrimary</value>
</data>
@ -421,7 +421,7 @@
</data>
<data name="btnPingSecondary.Text" xml:space="preserve">
<value>Ping</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnPingSecondary.Name" xml:space="preserve">
<value>btnPingSecondary</value>
</data>

View file

@ -82,7 +82,6 @@ private void InitializeComponent()
// pbClipboard
//
resources.ApplyResources(this.pbClipboard, "pbClipboard");
this.pbClipboard.BackColor = System.Drawing.Color.White;
this.pbClipboard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbClipboard.DrawCheckeredBackground = true;
this.pbClipboard.FullscreenOnClick = true;
@ -94,6 +93,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pbClipboard);
this.Controls.Add(this.cbDontShowThisWindow);
this.Controls.Add(this.btnCancel);

View file

@ -56,6 +56,7 @@ private void InitializeComponent()
// rtbDebug
//
resources.ApplyResources(this.rtbDebug, "rtbDebug");
this.rtbDebug.BackColor = System.Drawing.SystemColors.Window;
this.rtbDebug.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbDebug.Name = "rtbDebug";
this.rtbDebug.ReadOnly = true;
@ -90,6 +91,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.flpRunningFrom);
this.Controls.Add(this.btnOpenLogFile);
this.Controls.Add(this.rtbDebug);

View file

@ -188,7 +188,7 @@
</data>
<data name="rtbDebug.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
</data>
<data name="rtbDebug.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
@ -264,24 +264,6 @@
<data name="flpRunningFrom.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left, Right</value>
</data>
<data name="lblRunningFrom.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblRunningFrom.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="lblRunningFrom.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="lblRunningFrom.Size" type="System.Drawing.Size, System.Drawing">
<value>68, 13</value>
</data>
<data name="lblRunningFrom.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="lblRunningFrom.Text" xml:space="preserve">
<value>Startup path:</value>
</data>
<data name="&gt;&gt;lblRunningFrom.Name" xml:space="preserve">
<value>lblRunningFrom</value>
</data>
@ -318,6 +300,36 @@
<data name="&gt;&gt;flpRunningFrom.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="lblRunningFrom.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblRunningFrom.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="lblRunningFrom.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="lblRunningFrom.Size" type="System.Drawing.Size, System.Drawing">
<value>68, 13</value>
</data>
<data name="lblRunningFrom.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="lblRunningFrom.Text" xml:space="preserve">
<value>Startup path:</value>
</data>
<data name="&gt;&gt;lblRunningFrom.Name" xml:space="preserve">
<value>lblRunningFrom</value>
</data>
<data name="&gt;&gt;lblRunningFrom.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblRunningFrom.Parent" xml:space="preserve">
<value>flpRunningFrom</value>
</data>
<data name="&gt;&gt;lblRunningFrom.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>

View file

@ -105,6 +105,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblErrorMessage);
this.Controls.Add(this.flpMenu);
this.Controls.Add(this.txtException);

View file

@ -298,6 +298,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcMain);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;

View file

@ -106,7 +106,7 @@ private void txtResult_TextChanged(object sender, EventArgs e)
}
else
{
txtTarget.BackColor = Color.White;
txtTarget.BackColor = SystemColors.Window;
}
}

View file

@ -259,7 +259,7 @@
</data>
<data name="lblProgressPercentage.Text" xml:space="preserve">
<value>0%</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblProgressPercentage.Name" xml:space="preserve">
<value>lblProgressPercentage</value>
</data>
@ -662,7 +662,7 @@
</data>
<data name="lblHashCheckASCII.Text" xml:space="preserve">
<value>ASCII:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblHashCheckASCII.Name" xml:space="preserve">
<value>lblHashCheckASCII</value>
</data>

View file

@ -123,7 +123,14 @@ private void InitializeComponent()
this.pbPreview = new MyPictureBox();
this.SuspendLayout();
this.pbPreview.BackColor = System.Drawing.Color.White;
this.BackColor = SystemColors.Window;
this.Bounds = CaptureHelpers.GetScreenBounds();
this.DoubleBuffered = true;
this.FormBorderStyle = FormBorderStyle.None;
this.Text = "ShareX - Image viewer";
this.TopMost = true;
this.WindowState = FormWindowState.Maximized;
this.pbPreview.Cursor = Cursors.Hand;
this.pbPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.pbPreview.DrawCheckeredBackground = true;
@ -133,14 +140,6 @@ private void InitializeComponent()
this.pbPreview.Size = new System.Drawing.Size(96, 100);
this.pbPreview.TabIndex = 0;
this.pbPreview.LoadImage(screenshot);
this.BackColor = Color.White;
this.Bounds = CaptureHelpers.GetScreenBounds();
this.DoubleBuffered = true;
this.FormBorderStyle = FormBorderStyle.None;
this.Text = "ShareX - Image viewer";
this.TopMost = true;
this.WindowState = FormWindowState.Maximized;
this.Controls.Add(this.pbPreview);
this.Shown += new System.EventHandler(this.ShowScreenshot_Shown);

View file

@ -121,6 +121,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.txtInputText);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
@ -132,6 +133,7 @@ private void InitializeComponent()
this.Shown += new System.EventHandler(this.InputBox_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Button btnOK;

View file

@ -268,6 +268,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pSettings);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.DoubleBuffered = true;

View file

@ -1,4 +1,4 @@

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -341,7 +341,7 @@
</data>
<data name="lblShapeSizeValue.Text" xml:space="preserve">
<value>1</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblShapeSizeValue.Name" xml:space="preserve">
<value>lblShapeSizeValue</value>
</data>
@ -518,7 +518,7 @@
</data>
<data name="lblBlueValue.Text" xml:space="preserve">
<value>0</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblBlueValue.Name" xml:space="preserve">
<value>lblBlueValue</value>
</data>
@ -608,7 +608,7 @@
</data>
<data name="lblGreenValue.Text" xml:space="preserve">
<value>0</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblGreenValue.Name" xml:space="preserve">
<value>lblGreenValue</value>
</data>
@ -698,7 +698,7 @@
</data>
<data name="lblRedValue.Text" xml:space="preserve">
<value>0</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblRedValue.Name" xml:space="preserve">
<value>lblRedValue</value>
</data>
@ -788,7 +788,7 @@
</data>
<data name="lblBlackWhiteValue.Text" xml:space="preserve">
<value>0</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblBlackWhiteValue.Name" xml:space="preserve">
<value>lblBlackWhiteValue</value>
</data>

View file

@ -161,5 +161,18 @@ public static DialogResult Show(string text, string caption, MessageBoxButtons b
return messageBox.ShowDialog();
}
}
private void InitializeComponent()
{
this.SuspendLayout();
//
// MyMessageBox
//
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Name = "MyMessageBox";
this.ResumeLayout(false);
}
}
}

View file

@ -41,7 +41,6 @@ private void InitializeComponent()
// qrMain
//
resources.ApplyResources(this.qrMain, "qrMain");
this.qrMain.BackColor = System.Drawing.Color.White;
this.qrMain.ContextMenuStrip = this.cmsQR;
this.qrMain.ErrorCorrectLevel = Gma.QrCodeNet.Encoding.ErrorCorrectionLevel.M;
this.qrMain.Name = "qrMain";
@ -80,6 +79,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.txtQRCode);
this.Controls.Add(this.qrMain);
this.Name = "QRCodeForm";

View file

@ -148,7 +148,7 @@
</data>
<data name="cmsQR.Text" xml:space="preserve">
<value>QR</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;cmsQR.Name" xml:space="preserve">
<value>cmsQR</value>
</data>

View file

@ -102,6 +102,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.btnShowPreview);

View file

@ -60,6 +60,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblFont);
this.Controls.Add(this.btnChangeFont);
this.Controls.Add(this.btnCancel);

View file

@ -123,7 +123,6 @@ private void InitializeComponent()
// pbThumbnail
//
resources.ApplyResources(this.pbThumbnail, "pbThumbnail");
this.pbThumbnail.BackColor = System.Drawing.Color.White;
this.pbThumbnail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbThumbnail.DrawCheckeredBackground = true;
this.pbThumbnail.FullscreenOnClick = true;
@ -237,6 +236,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnApplyFilters;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.scMain);
this.KeyPreview = true;
this.Name = "HistoryForm";

View file

@ -223,7 +223,7 @@
<value>8, 8</value>
</data>
<data name="pbThumbnail.Size" type="System.Drawing.Size, System.Drawing">
<value>410, 368</value>
<value>406, 368</value>
</data>
<data name="pbThumbnail.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -592,7 +592,7 @@
<value>8, 384</value>
</data>
<data name="gbFilters.Size" type="System.Drawing.Size, System.Drawing">
<value>410, 250</value>
<value>406, 250</value>
</data>
<data name="gbFilters.TabIndex" type="System.Int32, mscorlib">
<value>2</value>

View file

@ -204,6 +204,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tscMain);
this.KeyPreview = true;
this.Name = "ImageHistoryForm";

View file

@ -231,74 +231,71 @@
<data name="tsmiViewModePane.Text" xml:space="preserve">
<value>Pane</value>
</data>
<data name="tsddbViewMode.Text" xml:space="preserve">
<value>View mode</value>
</data>
<data name="tsmiThumbnailSize100.Text" xml:space="preserve">
<value>100 x 100</value>
</data>
<data name="tsmiThumbnailSize150.Text" xml:space="preserve">
<value>150 x 150</value>
</data>
<data name="tsmiThumbnailSize200.Text" xml:space="preserve">
<value>200 x 200</value>
</data>
<data name="tsddbMaxImageLimit.Text" xml:space="preserve">
<value>Maximum image limit</value>
</data>
<data name="tsmiMaxImageLimit0.Text" xml:space="preserve">
<value>No limit</value>
</data>
<data name="tsmiMaxImageLimit1000.Text" xml:space="preserve">
<value>Last 1000</value>
</data>
<data name="tsmiMaxImageLimit250.Text" xml:space="preserve">
<value>Last 250</value>
</data>
<data name="tsmiMaxImageLimit100.Text" xml:space="preserve">
<value>Last 100</value>
</data>
<data name="tsddbThumbnailSize.Text" xml:space="preserve">
<value>Thumbnail size</value>
</data>
<data name="tsmiThumbnailSize250.Text" xml:space="preserve">
<value>250 x 250</value>
</data>
<data name="tsmiThumbnailSize75.Text" xml:space="preserve">
<value>75 x 75</value>
</data>
<data name="tsddbViewMode.Size" type="System.Drawing.Size, System.Drawing">
<value>79, 20</value>
</data>
<data name="tsddbViewMode.Text" xml:space="preserve">
<value>View mode</value>
</data>
<data name="tsmiThumbnailSize75.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 22</value>
</data>
<data name="tsmiThumbnailSize75.Text" xml:space="preserve">
<value>75 x 75</value>
</data>
<data name="tsmiThumbnailSize100.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 22</value>
</data>
<data name="tsmiThumbnailSize100.Text" xml:space="preserve">
<value>100 x 100</value>
</data>
<data name="tsmiThumbnailSize150.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 22</value>
</data>
<data name="tsmiThumbnailSize150.Text" xml:space="preserve">
<value>150 x 150</value>
</data>
<data name="tsmiThumbnailSize200.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 22</value>
</data>
<data name="tsmiThumbnailSize200.Text" xml:space="preserve">
<value>200 x 200</value>
</data>
<data name="tsmiThumbnailSize250.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 22</value>
</data>
<data name="tsmiThumbnailSize250.Text" xml:space="preserve">
<value>250 x 250</value>
</data>
<data name="tsddbThumbnailSize.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 20</value>
</data>
<data name="tsddbThumbnailSize.Text" xml:space="preserve">
<value>Thumbnail size</value>
</data>
<data name="tsmiMaxImageLimit100.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 22</value>
<value>122, 22</value>
</data>
<data name="tsmiMaxImageLimit100.Text" xml:space="preserve">
<value>Last 100</value>
</data>
<data name="tsmiMaxImageLimit250.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 22</value>
<value>122, 22</value>
</data>
<data name="tsmiMaxImageLimit250.Text" xml:space="preserve">
<value>Last 250</value>
</data>
<data name="tsmiMaxImageLimit1000.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 22</value>
<value>122, 22</value>
</data>
<data name="tsmiMaxImageLimit1000.Text" xml:space="preserve">
<value>Last 1000</value>
</data>
<data name="tsmiMaxImageLimit0.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 22</value>
<value>122, 22</value>
</data>
<data name="tsmiMaxImageLimit0.Text" xml:space="preserve">
<value>No limit</value>
</data>
<data name="tsddbMaxImageLimit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -321,6 +318,9 @@
<data name="tsddbMaxImageLimit.Size" type="System.Drawing.Size, System.Drawing">
<value>137, 20</value>
</data>
<data name="tsddbMaxImageLimit.Text" xml:space="preserve">
<value>Maximum image limit</value>
</data>
<data name="tsMain.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 0</value>
</data>

View file

@ -151,7 +151,6 @@ private void InitializeComponent()
// pbResult
//
resources.ApplyResources(this.pbResult, "pbResult");
this.pbResult.BackColor = System.Drawing.Color.White;
this.pbResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbResult.DrawCheckeredBackground = true;
this.pbResult.EnableRightClickMenu = true;
@ -199,6 +198,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.mbLoadImage);
this.Controls.Add(this.eiImageEffects);
this.Controls.Add(this.btnSaveImage);

View file

@ -371,7 +371,6 @@ private void InitializeComponent()
//
// pbPreview
//
this.pbPreview.BackColor = System.Drawing.Color.White;
this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbPreview.DrawCheckeredBackground = true;
this.pbPreview.Location = new System.Drawing.Point(8, 160);
@ -392,7 +391,7 @@ private void InitializeComponent()
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(761, 409);
this.Controls.Add(this.lblPreview);
this.Controls.Add(this.lblWatermarkOffsetPixel);

View file

@ -152,6 +152,7 @@ private void InitializeComponent()
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(884, 661);
this.Controls.Add(this.tcMain);
this.Controls.Add(this.btnUpload);

View file

@ -72,6 +72,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnBrowse);
this.Controls.Add(this.pgOptions);
this.Controls.Add(this.txtMediaPath);

View file

@ -196,7 +196,7 @@
</data>
<data name="btnBrowse.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnBrowse.Name" xml:space="preserve">
<value>btnBrowse</value>
</data>

View file

@ -34,19 +34,25 @@ private void InitializeComponent()
this.lblMaximumScrollCount = new System.Windows.Forms.Label();
this.tcScrollingCapture = new System.Windows.Forms.TabControl();
this.tpCapture = new System.Windows.Forms.TabPage();
this.chkAutoUpload = new System.Windows.Forms.CheckBox();
this.lblNote = new System.Windows.Forms.Label();
this.cbStartSelectionAutomatically = new System.Windows.Forms.CheckBox();
this.cbAutoCombine = new System.Windows.Forms.CheckBox();
this.lblSelectedRectangle = new System.Windows.Forms.Label();
this.btnSelectRectangle = new System.Windows.Forms.Button();
this.lblStartDelay = new System.Windows.Forms.Label();
this.nudStartDelay = new System.Windows.Forms.NumericUpDown();
this.cbStartCaptureAutomatically = new System.Windows.Forms.CheckBox();
this.gbAfterCapture = new System.Windows.Forms.GroupBox();
this.cbAutoClose = new System.Windows.Forms.CheckBox();
this.cbRemoveDuplicates = new System.Windows.Forms.CheckBox();
this.cbAutoDetectScrollEnd = new System.Windows.Forms.CheckBox();
this.cbAutoCombine = new System.Windows.Forms.CheckBox();
this.chkAutoUpload = new System.Windows.Forms.CheckBox();
this.gbWhileCapturing = new System.Windows.Forms.GroupBox();
this.lblScrollMethod = new System.Windows.Forms.Label();
this.cbScrollMethod = new System.Windows.Forms.ComboBox();
this.cbAutoDetectScrollEnd = new System.Windows.Forms.CheckBox();
this.gbBeforeCapture = new System.Windows.Forms.GroupBox();
this.lblScrollTopMethodBeforeCapture = new System.Windows.Forms.Label();
this.cbScrollTopMethodBeforeCapture = new System.Windows.Forms.ComboBox();
this.lblStartDelay = new System.Windows.Forms.Label();
this.cbStartSelectionAutomatically = new System.Windows.Forms.CheckBox();
this.nudStartDelay = new System.Windows.Forms.NumericUpDown();
this.cbStartCaptureAutomatically = new System.Windows.Forms.CheckBox();
this.btnSelectRectangle = new System.Windows.Forms.Button();
this.lblNote = new System.Windows.Forms.Label();
this.lblSelectedRectangle = new System.Windows.Forms.Label();
this.tpOutput = new System.Windows.Forms.TabPage();
this.gbImages = new System.Windows.Forms.GroupBox();
this.txtImagesCount = new System.Windows.Forms.TextBox();
@ -74,16 +80,13 @@ private void InitializeComponent()
this.pOutput = new System.Windows.Forms.Panel();
this.lblProcessing = new System.Windows.Forms.Label();
this.pbOutput = new System.Windows.Forms.PictureBox();
this.lblScrollTopMethodBeforeCapture = new System.Windows.Forms.Label();
this.cbScrollTopMethodBeforeCapture = new System.Windows.Forms.ComboBox();
this.gbBeforeCapture = new System.Windows.Forms.GroupBox();
this.gbWhileCapturing = new System.Windows.Forms.GroupBox();
this.gbAfterCapture = new System.Windows.Forms.GroupBox();
this.cbAutoClose = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.nudScrollDelay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMaximumScrollCount)).BeginInit();
this.tcScrollingCapture.SuspendLayout();
this.tpCapture.SuspendLayout();
this.gbAfterCapture.SuspendLayout();
this.gbWhileCapturing.SuspendLayout();
this.gbBeforeCapture.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudStartDelay)).BeginInit();
this.tpOutput.SuspendLayout();
this.gbImages.SuspendLayout();
@ -98,9 +101,6 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.nudTrimRight)).BeginInit();
this.pOutput.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbOutput)).BeginInit();
this.gbBeforeCapture.SuspendLayout();
this.gbWhileCapturing.SuspendLayout();
this.gbAfterCapture.SuspendLayout();
this.SuspendLayout();
//
// btnSelectHandle
@ -174,24 +174,29 @@ private void InitializeComponent()
this.tpCapture.Name = "tpCapture";
this.tpCapture.UseVisualStyleBackColor = true;
//
// chkAutoUpload
// gbAfterCapture
//
resources.ApplyResources(this.chkAutoUpload, "chkAutoUpload");
this.chkAutoUpload.Name = "chkAutoUpload";
this.chkAutoUpload.UseVisualStyleBackColor = true;
this.chkAutoUpload.CheckedChanged += new System.EventHandler(this.chkAutoUpload_CheckedChanged);
resources.ApplyResources(this.gbAfterCapture, "gbAfterCapture");
this.gbAfterCapture.Controls.Add(this.cbAutoClose);
this.gbAfterCapture.Controls.Add(this.cbRemoveDuplicates);
this.gbAfterCapture.Controls.Add(this.cbAutoCombine);
this.gbAfterCapture.Controls.Add(this.chkAutoUpload);
this.gbAfterCapture.Name = "gbAfterCapture";
this.gbAfterCapture.TabStop = false;
//
// lblNote
// cbAutoClose
//
resources.ApplyResources(this.lblNote, "lblNote");
this.lblNote.Name = "lblNote";
resources.ApplyResources(this.cbAutoClose, "cbAutoClose");
this.cbAutoClose.Name = "cbAutoClose";
this.cbAutoClose.UseVisualStyleBackColor = true;
this.cbAutoClose.CheckedChanged += new System.EventHandler(this.cbAutoClose_CheckedChanged);
//
// cbStartSelectionAutomatically
// cbRemoveDuplicates
//
resources.ApplyResources(this.cbStartSelectionAutomatically, "cbStartSelectionAutomatically");
this.cbStartSelectionAutomatically.Name = "cbStartSelectionAutomatically";
this.cbStartSelectionAutomatically.UseVisualStyleBackColor = true;
this.cbStartSelectionAutomatically.CheckedChanged += new System.EventHandler(this.cbStartSelectionAutomatically_CheckedChanged);
resources.ApplyResources(this.cbRemoveDuplicates, "cbRemoveDuplicates");
this.cbRemoveDuplicates.Name = "cbRemoveDuplicates";
this.cbRemoveDuplicates.UseVisualStyleBackColor = true;
this.cbRemoveDuplicates.CheckedChanged += new System.EventHandler(this.cbRemoveDuplicates_CheckedChanged);
//
// cbAutoCombine
//
@ -200,23 +205,85 @@ private void InitializeComponent()
this.cbAutoCombine.UseVisualStyleBackColor = true;
this.cbAutoCombine.CheckedChanged += new System.EventHandler(this.cbAutoCombine_CheckedChanged);
//
// lblSelectedRectangle
// chkAutoUpload
//
resources.ApplyResources(this.lblSelectedRectangle, "lblSelectedRectangle");
this.lblSelectedRectangle.Name = "lblSelectedRectangle";
resources.ApplyResources(this.chkAutoUpload, "chkAutoUpload");
this.chkAutoUpload.Name = "chkAutoUpload";
this.chkAutoUpload.UseVisualStyleBackColor = true;
this.chkAutoUpload.CheckedChanged += new System.EventHandler(this.chkAutoUpload_CheckedChanged);
//
// btnSelectRectangle
// gbWhileCapturing
//
resources.ApplyResources(this.btnSelectRectangle, "btnSelectRectangle");
this.btnSelectRectangle.Name = "btnSelectRectangle";
this.btnSelectRectangle.UseVisualStyleBackColor = true;
this.btnSelectRectangle.Click += new System.EventHandler(this.btnSelectRectangle_Click);
resources.ApplyResources(this.gbWhileCapturing, "gbWhileCapturing");
this.gbWhileCapturing.Controls.Add(this.lblScrollDelay);
this.gbWhileCapturing.Controls.Add(this.nudScrollDelay);
this.gbWhileCapturing.Controls.Add(this.nudMaximumScrollCount);
this.gbWhileCapturing.Controls.Add(this.lblMaximumScrollCount);
this.gbWhileCapturing.Controls.Add(this.lblScrollMethod);
this.gbWhileCapturing.Controls.Add(this.cbScrollMethod);
this.gbWhileCapturing.Controls.Add(this.cbAutoDetectScrollEnd);
this.gbWhileCapturing.Name = "gbWhileCapturing";
this.gbWhileCapturing.TabStop = false;
//
// lblScrollMethod
//
resources.ApplyResources(this.lblScrollMethod, "lblScrollMethod");
this.lblScrollMethod.Name = "lblScrollMethod";
//
// cbScrollMethod
//
this.cbScrollMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScrollMethod.FormattingEnabled = true;
resources.ApplyResources(this.cbScrollMethod, "cbScrollMethod");
this.cbScrollMethod.Name = "cbScrollMethod";
this.cbScrollMethod.SelectedIndexChanged += new System.EventHandler(this.cbScrollMethod_SelectedIndexChanged);
//
// cbAutoDetectScrollEnd
//
resources.ApplyResources(this.cbAutoDetectScrollEnd, "cbAutoDetectScrollEnd");
this.cbAutoDetectScrollEnd.Name = "cbAutoDetectScrollEnd";
this.cbAutoDetectScrollEnd.UseVisualStyleBackColor = true;
this.cbAutoDetectScrollEnd.CheckedChanged += new System.EventHandler(this.cbAutoDetectScrollEnd_CheckedChanged);
//
// gbBeforeCapture
//
resources.ApplyResources(this.gbBeforeCapture, "gbBeforeCapture");
this.gbBeforeCapture.Controls.Add(this.lblScrollTopMethodBeforeCapture);
this.gbBeforeCapture.Controls.Add(this.cbScrollTopMethodBeforeCapture);
this.gbBeforeCapture.Controls.Add(this.lblStartDelay);
this.gbBeforeCapture.Controls.Add(this.cbStartSelectionAutomatically);
this.gbBeforeCapture.Controls.Add(this.nudStartDelay);
this.gbBeforeCapture.Controls.Add(this.cbStartCaptureAutomatically);
this.gbBeforeCapture.Controls.Add(this.btnSelectHandle);
this.gbBeforeCapture.Controls.Add(this.btnSelectRectangle);
this.gbBeforeCapture.Name = "gbBeforeCapture";
this.gbBeforeCapture.TabStop = false;
//
// lblScrollTopMethodBeforeCapture
//
resources.ApplyResources(this.lblScrollTopMethodBeforeCapture, "lblScrollTopMethodBeforeCapture");
this.lblScrollTopMethodBeforeCapture.Name = "lblScrollTopMethodBeforeCapture";
//
// cbScrollTopMethodBeforeCapture
//
this.cbScrollTopMethodBeforeCapture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScrollTopMethodBeforeCapture.FormattingEnabled = true;
resources.ApplyResources(this.cbScrollTopMethodBeforeCapture, "cbScrollTopMethodBeforeCapture");
this.cbScrollTopMethodBeforeCapture.Name = "cbScrollTopMethodBeforeCapture";
this.cbScrollTopMethodBeforeCapture.SelectedIndexChanged += new System.EventHandler(this.cbScrollTopMethodBeforeCapture_SelectedIndexChanged);
//
// lblStartDelay
//
resources.ApplyResources(this.lblStartDelay, "lblStartDelay");
this.lblStartDelay.Name = "lblStartDelay";
//
// cbStartSelectionAutomatically
//
resources.ApplyResources(this.cbStartSelectionAutomatically, "cbStartSelectionAutomatically");
this.cbStartSelectionAutomatically.Name = "cbStartSelectionAutomatically";
this.cbStartSelectionAutomatically.UseVisualStyleBackColor = true;
this.cbStartSelectionAutomatically.CheckedChanged += new System.EventHandler(this.cbStartSelectionAutomatically_CheckedChanged);
//
// nudStartDelay
//
resources.ApplyResources(this.nudStartDelay, "nudStartDelay");
@ -235,32 +302,22 @@ private void InitializeComponent()
this.cbStartCaptureAutomatically.UseVisualStyleBackColor = true;
this.cbStartCaptureAutomatically.CheckedChanged += new System.EventHandler(this.cbStartCaptureAutomatically_CheckedChanged);
//
// cbRemoveDuplicates
// btnSelectRectangle
//
resources.ApplyResources(this.cbRemoveDuplicates, "cbRemoveDuplicates");
this.cbRemoveDuplicates.Name = "cbRemoveDuplicates";
this.cbRemoveDuplicates.UseVisualStyleBackColor = true;
this.cbRemoveDuplicates.CheckedChanged += new System.EventHandler(this.cbRemoveDuplicates_CheckedChanged);
resources.ApplyResources(this.btnSelectRectangle, "btnSelectRectangle");
this.btnSelectRectangle.Name = "btnSelectRectangle";
this.btnSelectRectangle.UseVisualStyleBackColor = true;
this.btnSelectRectangle.Click += new System.EventHandler(this.btnSelectRectangle_Click);
//
// cbAutoDetectScrollEnd
// lblNote
//
resources.ApplyResources(this.cbAutoDetectScrollEnd, "cbAutoDetectScrollEnd");
this.cbAutoDetectScrollEnd.Name = "cbAutoDetectScrollEnd";
this.cbAutoDetectScrollEnd.UseVisualStyleBackColor = true;
this.cbAutoDetectScrollEnd.CheckedChanged += new System.EventHandler(this.cbAutoDetectScrollEnd_CheckedChanged);
resources.ApplyResources(this.lblNote, "lblNote");
this.lblNote.Name = "lblNote";
//
// lblScrollMethod
// lblSelectedRectangle
//
resources.ApplyResources(this.lblScrollMethod, "lblScrollMethod");
this.lblScrollMethod.Name = "lblScrollMethod";
//
// cbScrollMethod
//
this.cbScrollMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScrollMethod.FormattingEnabled = true;
resources.ApplyResources(this.cbScrollMethod, "cbScrollMethod");
this.cbScrollMethod.Name = "cbScrollMethod";
this.cbScrollMethod.SelectedIndexChanged += new System.EventHandler(this.cbScrollMethod_SelectedIndexChanged);
resources.ApplyResources(this.lblSelectedRectangle, "lblSelectedRectangle");
this.lblSelectedRectangle.Name = "lblSelectedRectangle";
//
// tpOutput
//
@ -481,67 +538,11 @@ private void InitializeComponent()
this.pbOutput.Name = "pbOutput";
this.pbOutput.TabStop = false;
//
// lblScrollTopMethodBeforeCapture
//
resources.ApplyResources(this.lblScrollTopMethodBeforeCapture, "lblScrollTopMethodBeforeCapture");
this.lblScrollTopMethodBeforeCapture.Name = "lblScrollTopMethodBeforeCapture";
//
// cbScrollTopMethodBeforeCapture
//
this.cbScrollTopMethodBeforeCapture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScrollTopMethodBeforeCapture.FormattingEnabled = true;
resources.ApplyResources(this.cbScrollTopMethodBeforeCapture, "cbScrollTopMethodBeforeCapture");
this.cbScrollTopMethodBeforeCapture.Name = "cbScrollTopMethodBeforeCapture";
this.cbScrollTopMethodBeforeCapture.SelectedIndexChanged += new System.EventHandler(this.cbScrollTopMethodBeforeCapture_SelectedIndexChanged);
//
// gbBeforeCapture
//
resources.ApplyResources(this.gbBeforeCapture, "gbBeforeCapture");
this.gbBeforeCapture.Controls.Add(this.lblScrollTopMethodBeforeCapture);
this.gbBeforeCapture.Controls.Add(this.cbScrollTopMethodBeforeCapture);
this.gbBeforeCapture.Controls.Add(this.lblStartDelay);
this.gbBeforeCapture.Controls.Add(this.cbStartSelectionAutomatically);
this.gbBeforeCapture.Controls.Add(this.nudStartDelay);
this.gbBeforeCapture.Controls.Add(this.cbStartCaptureAutomatically);
this.gbBeforeCapture.Controls.Add(this.btnSelectHandle);
this.gbBeforeCapture.Controls.Add(this.btnSelectRectangle);
this.gbBeforeCapture.Name = "gbBeforeCapture";
this.gbBeforeCapture.TabStop = false;
//
// gbWhileCapturing
//
resources.ApplyResources(this.gbWhileCapturing, "gbWhileCapturing");
this.gbWhileCapturing.Controls.Add(this.lblScrollDelay);
this.gbWhileCapturing.Controls.Add(this.nudScrollDelay);
this.gbWhileCapturing.Controls.Add(this.nudMaximumScrollCount);
this.gbWhileCapturing.Controls.Add(this.lblMaximumScrollCount);
this.gbWhileCapturing.Controls.Add(this.lblScrollMethod);
this.gbWhileCapturing.Controls.Add(this.cbScrollMethod);
this.gbWhileCapturing.Controls.Add(this.cbAutoDetectScrollEnd);
this.gbWhileCapturing.Name = "gbWhileCapturing";
this.gbWhileCapturing.TabStop = false;
//
// gbAfterCapture
//
resources.ApplyResources(this.gbAfterCapture, "gbAfterCapture");
this.gbAfterCapture.Controls.Add(this.cbAutoClose);
this.gbAfterCapture.Controls.Add(this.cbRemoveDuplicates);
this.gbAfterCapture.Controls.Add(this.cbAutoCombine);
this.gbAfterCapture.Controls.Add(this.chkAutoUpload);
this.gbAfterCapture.Name = "gbAfterCapture";
this.gbAfterCapture.TabStop = false;
//
// cbAutoClose
//
resources.ApplyResources(this.cbAutoClose, "cbAutoClose");
this.cbAutoClose.Name = "cbAutoClose";
this.cbAutoClose.UseVisualStyleBackColor = true;
this.cbAutoClose.CheckedChanged += new System.EventHandler(this.cbAutoClose_CheckedChanged);
//
// ScrollingCaptureForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcScrollingCapture);
this.Name = "ScrollingCaptureForm";
((System.ComponentModel.ISupportInitialize)(this.nudScrollDelay)).EndInit();
@ -549,6 +550,12 @@ private void InitializeComponent()
this.tcScrollingCapture.ResumeLayout(false);
this.tpCapture.ResumeLayout(false);
this.tpCapture.PerformLayout();
this.gbAfterCapture.ResumeLayout(false);
this.gbAfterCapture.PerformLayout();
this.gbWhileCapturing.ResumeLayout(false);
this.gbWhileCapturing.PerformLayout();
this.gbBeforeCapture.ResumeLayout(false);
this.gbBeforeCapture.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudStartDelay)).EndInit();
this.tpOutput.ResumeLayout(false);
this.gbImages.ResumeLayout(false);
@ -567,12 +574,6 @@ private void InitializeComponent()
this.pOutput.ResumeLayout(false);
this.pOutput.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbOutput)).EndInit();
this.gbBeforeCapture.ResumeLayout(false);
this.gbBeforeCapture.PerformLayout();
this.gbWhileCapturing.ResumeLayout(false);
this.gbWhileCapturing.PerformLayout();
this.gbAfterCapture.ResumeLayout(false);
this.gbAfterCapture.PerformLayout();
this.ResumeLayout(false);
}

File diff suppressed because it is too large Load diff

View file

@ -80,7 +80,6 @@ private void InitializeComponent()
//
// pbResult
//
this.pbResult.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.pbResult, "pbResult");
this.pbResult.Name = "pbResult";
this.pbResult.TabStop = false;
@ -88,7 +87,6 @@ private void InitializeComponent()
// pResult
//
resources.ApplyResources(this.pResult, "pResult");
this.pResult.BackColor = System.Drawing.Color.White;
this.pResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pResult.Controls.Add(this.pbResult);
this.pResult.Name = "pResult";
@ -186,6 +184,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnCapture;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnUpload);
this.Controls.Add(this.btnCopy);
this.Controls.Add(this.nudCaptureDelay);

View file

@ -158,7 +158,7 @@
</data>
<data name="lblURL.Text" xml:space="preserve">
<value>URL:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblURL.Name" xml:space="preserve">
<value>lblURL</value>
</data>
@ -338,7 +338,7 @@
</data>
<data name="lblWebpageX.Text" xml:space="preserve">
<value>x</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblWebpageX.Name" xml:space="preserve">
<value>lblWebpageX</value>
</data>

View file

@ -140,7 +140,7 @@ private void InitializeComponent()
//
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.Color.White;
this.ttHelpTip.BackColor = System.Drawing.SystemColors.Window;
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.IsBalloon = true;
this.ttHelpTip.ReshowDelay = 100;
@ -180,6 +180,7 @@ private void InitializeComponent()
//
// tbVorbis_qscale
//
this.tbVorbis_qscale.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbVorbis_qscale, "tbVorbis_qscale");
this.tbVorbis_qscale.LargeChange = 1;
this.tbVorbis_qscale.Name = "tbVorbis_qscale";
@ -190,6 +191,7 @@ private void InitializeComponent()
//
// tbMP3_qscale
//
this.tbMP3_qscale.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbMP3_qscale, "tbMP3_qscale");
this.tbMP3_qscale.LargeChange = 1;
this.tbMP3_qscale.Maximum = 9;
@ -201,6 +203,7 @@ private void InitializeComponent()
//
// tbAACBitrate
//
this.tbAACBitrate.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbAACBitrate, "tbAACBitrate");
this.tbAACBitrate.LargeChange = 1;
this.tbAACBitrate.Maximum = 16;
@ -616,6 +619,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.cbOverrideFFmpegPath);
this.Controls.Add(this.eiFFmpeg);
this.Controls.Add(this.btnHelp);

View file

@ -146,9 +146,6 @@
<data name="&gt;&gt;lblx264CRF.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<metadata name="ttHelpTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="nudx264CRF.Location" type="System.Drawing.Point, System.Drawing">
<value>144, 12</value>
</data>
@ -162,6 +159,9 @@
<data name="nudx264CRF.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<metadata name="ttHelpTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="nudx264CRF.ToolTip" xml:space="preserve">
<value>Constant Rate Factor (CRF): The value can be between 0-51, where 0 is lossless, 30 is default, and 51 is the worst possible.
A higher value means bad quality, but a low file size.</value>
@ -178,9 +178,6 @@ A higher value means bad quality, but a low file size.</value>
<data name="&gt;&gt;nudx264CRF.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<metadata name="ttHelpTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="nudXvidQscale.Location" type="System.Drawing.Point, System.Drawing">
<value>144, 12</value>
</data>
@ -529,66 +526,6 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;lblXvidQscale.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;btnDownload.Name" xml:space="preserve">
<value>btnDownload</value>
</data>
<data name="&gt;&gt;btnDownload.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnDownload.Parent" xml:space="preserve">
<value>gbFFmpegExe</value>
</data>
<data name="&gt;&gt;btnDownload.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;btnFFmpegBrowse.Name" xml:space="preserve">
<value>btnFFmpegBrowse</value>
</data>
<data name="&gt;&gt;btnFFmpegBrowse.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnFFmpegBrowse.Parent" xml:space="preserve">
<value>gbFFmpegExe</value>
</data>
<data name="&gt;&gt;btnFFmpegBrowse.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;txtFFmpegPath.Name" xml:space="preserve">
<value>txtFFmpegPath</value>
</data>
<data name="&gt;&gt;txtFFmpegPath.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtFFmpegPath.Parent" xml:space="preserve">
<value>gbFFmpegExe</value>
</data>
<data name="&gt;&gt;txtFFmpegPath.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="gbFFmpegExe.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="gbFFmpegExe.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 56</value>
</data>
<data name="gbFFmpegExe.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="gbFFmpegExe.Text" xml:space="preserve">
<value>FFmpeg path</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Name" xml:space="preserve">
<value>gbFFmpegExe</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="btnDownload.Location" type="System.Drawing.Point, System.Drawing">
<value>552, 22</value>
</data>
@ -658,6 +595,30 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;txtFFmpegPath.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="gbFFmpegExe.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="gbFFmpegExe.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 56</value>
</data>
<data name="gbFFmpegExe.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="gbFFmpegExe.Text" xml:space="preserve">
<value>FFmpeg path</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Name" xml:space="preserve">
<value>gbFFmpegExe</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbFFmpegExe.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="cbOverrideFFmpegPath.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -685,57 +646,6 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;cbOverrideFFmpegPath.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;cbCustomCommands.Name" xml:space="preserve">
<value>cbCustomCommands</value>
</data>
<data name="&gt;&gt;cbCustomCommands.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cbCustomCommands.Parent" xml:space="preserve">
<value>gbCommandLinePreview</value>
</data>
<data name="&gt;&gt;cbCustomCommands.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;txtCommandLinePreview.Name" xml:space="preserve">
<value>txtCommandLinePreview</value>
</data>
<data name="&gt;&gt;txtCommandLinePreview.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtCommandLinePreview.Parent" xml:space="preserve">
<value>gbCommandLinePreview</value>
</data>
<data name="&gt;&gt;txtCommandLinePreview.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="gbCommandLinePreview.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 409</value>
</data>
<data name="gbCommandLinePreview.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>8, 8, 8, 8</value>
</data>
<data name="gbCommandLinePreview.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 96</value>
</data>
<data name="gbCommandLinePreview.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="gbCommandLinePreview.Text" xml:space="preserve">
<value>Command line preview</value>
</data>
<data name="&gt;&gt;gbCommandLinePreview.Name" xml:space="preserve">
<value>gbCommandLinePreview</value>
</data>
<data name="&gt;&gt;gbCommandLinePreview.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbCommandLinePreview.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbCommandLinePreview.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="cbCustomCommands.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -796,53 +706,32 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;txtCommandLinePreview.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;btnFFmpegHelp.Name" xml:space="preserve">
<value>btnFFmpegHelp</value>
<data name="gbCommandLinePreview.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 409</value>
</data>
<data name="&gt;&gt;btnFFmpegHelp.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="gbCommandLinePreview.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>8, 8, 8, 8</value>
</data>
<data name="&gt;&gt;btnFFmpegHelp.Parent" xml:space="preserve">
<value>gbCommandLineArgs</value>
<data name="gbCommandLinePreview.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 96</value>
</data>
<data name="&gt;&gt;btnFFmpegHelp.ZOrder" xml:space="preserve">
<value>0</value>
<data name="gbCommandLinePreview.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;tbUserArgs.Name" xml:space="preserve">
<value>tbUserArgs</value>
<data name="gbCommandLinePreview.Text" xml:space="preserve">
<value>Command line preview</value>
</data>
<data name="&gt;&gt;tbUserArgs.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="&gt;&gt;gbCommandLinePreview.Name" xml:space="preserve">
<value>gbCommandLinePreview</value>
</data>
<data name="&gt;&gt;tbUserArgs.Parent" xml:space="preserve">
<value>gbCommandLineArgs</value>
</data>
<data name="&gt;&gt;tbUserArgs.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="gbCommandLineArgs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 340</value>
</data>
<data name="gbCommandLineArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 56</value>
</data>
<data name="gbCommandLineArgs.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="gbCommandLineArgs.Text" xml:space="preserve">
<value>Additional command line arguments</value>
</data>
<data name="&gt;&gt;gbCommandLineArgs.Name" xml:space="preserve">
<value>gbCommandLineArgs</value>
</data>
<data name="&gt;&gt;gbCommandLineArgs.Type" xml:space="preserve">
<data name="&gt;&gt;gbCommandLinePreview.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbCommandLineArgs.Parent" xml:space="preserve">
<data name="&gt;&gt;gbCommandLinePreview.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbCommandLineArgs.ZOrder" xml:space="preserve">
<value>9</value>
<data name="&gt;&gt;gbCommandLinePreview.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="btnFFmpegHelp.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
@ -895,74 +784,29 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;tbUserArgs.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;tpX264.Name" xml:space="preserve">
<value>tpX264</value>
<data name="gbCommandLineArgs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 340</value>
</data>
<data name="&gt;&gt;tpX264.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="gbCommandLineArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 56</value>
</data>
<data name="&gt;&gt;tpX264.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
<data name="gbCommandLineArgs.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;tpX264.ZOrder" xml:space="preserve">
<value>0</value>
<data name="gbCommandLineArgs.Text" xml:space="preserve">
<value>Additional command line arguments</value>
</data>
<data name="&gt;&gt;tpVpx.Name" xml:space="preserve">
<value>tpVpx</value>
<data name="&gt;&gt;gbCommandLineArgs.Name" xml:space="preserve">
<value>gbCommandLineArgs</value>
</data>
<data name="&gt;&gt;tpVpx.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="&gt;&gt;gbCommandLineArgs.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpVpx.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
<data name="&gt;&gt;gbCommandLineArgs.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;tpVpx.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;tpXvid.Name" xml:space="preserve">
<value>tpXvid</value>
</data>
<data name="&gt;&gt;tpXvid.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpXvid.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpXvid.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;tpGIF.Name" xml:space="preserve">
<value>tpGIF</value>
</data>
<data name="&gt;&gt;tpGIF.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpGIF.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpGIF.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="tcFFmpegVideoCodecs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 56</value>
</data>
<data name="tcFFmpegVideoCodecs.Size" type="System.Drawing.Size, System.Drawing">
<value>312, 96</value>
</data>
<data name="tcFFmpegVideoCodecs.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Name" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Type" xml:space="preserve">
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Parent" xml:space="preserve">
<value>gbCodecs</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.ZOrder" xml:space="preserve">
<value>6</value>
<data name="&gt;&gt;gbCommandLineArgs.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="tpX264.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
@ -991,66 +835,6 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;tpX264.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;lblVP8BitrateK.Name" xml:space="preserve">
<value>lblVP8BitrateK</value>
</data>
<data name="&gt;&gt;lblVP8BitrateK.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblVP8BitrateK.Parent" xml:space="preserve">
<value>tpVpx</value>
</data>
<data name="&gt;&gt;lblVP8BitrateK.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;nudVP8Bitrate.Name" xml:space="preserve">
<value>nudVP8Bitrate</value>
</data>
<data name="&gt;&gt;nudVP8Bitrate.Type" xml:space="preserve">
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;nudVP8Bitrate.Parent" xml:space="preserve">
<value>tpVpx</value>
</data>
<data name="&gt;&gt;nudVP8Bitrate.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;lblVP8Bitrate.Name" xml:space="preserve">
<value>lblVP8Bitrate</value>
</data>
<data name="&gt;&gt;lblVP8Bitrate.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblVP8Bitrate.Parent" xml:space="preserve">
<value>tpVpx</value>
</data>
<data name="&gt;&gt;lblVP8Bitrate.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="tpVpx.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpVpx.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 70</value>
</data>
<data name="tpVpx.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="tpVpx.Text" xml:space="preserve">
<value>VP8</value>
</data>
<data name="&gt;&gt;tpVpx.Name" xml:space="preserve">
<value>tpVpx</value>
</data>
<data name="&gt;&gt;tpVpx.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpVpx.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpVpx.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblVP8BitrateK.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -1132,6 +916,30 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;lblVP8Bitrate.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="tpVpx.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpVpx.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 70</value>
</data>
<data name="tpVpx.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="tpVpx.Text" xml:space="preserve">
<value>VP8</value>
</data>
<data name="&gt;&gt;tpVpx.Name" xml:space="preserve">
<value>tpVpx</value>
</data>
<data name="&gt;&gt;tpVpx.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpVpx.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpVpx.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="tpXvid.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
@ -1156,57 +964,6 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;tpXvid.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;lblGIFDither.Name" xml:space="preserve">
<value>lblGIFDither</value>
</data>
<data name="&gt;&gt;lblGIFDither.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblGIFDither.Parent" xml:space="preserve">
<value>tpGIF</value>
</data>
<data name="&gt;&gt;lblGIFDither.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;lblGIFStatsMode.Name" xml:space="preserve">
<value>lblGIFStatsMode</value>
</data>
<data name="&gt;&gt;lblGIFStatsMode.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblGIFStatsMode.Parent" xml:space="preserve">
<value>tpGIF</value>
</data>
<data name="&gt;&gt;lblGIFStatsMode.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="tpGIF.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpGIF.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="tpGIF.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 70</value>
</data>
<data name="tpGIF.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="tpGIF.Text" xml:space="preserve">
<value>GIF</value>
</data>
<data name="&gt;&gt;tpGIF.Name" xml:space="preserve">
<value>tpGIF</value>
</data>
<data name="&gt;&gt;tpGIF.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpGIF.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpGIF.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="lblGIFDither.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -1264,6 +1021,54 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;lblGIFStatsMode.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="tpGIF.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpGIF.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="tpGIF.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 70</value>
</data>
<data name="tpGIF.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="tpGIF.Text" xml:space="preserve">
<value>GIF</value>
</data>
<data name="&gt;&gt;tpGIF.Name" xml:space="preserve">
<value>tpGIF</value>
</data>
<data name="&gt;&gt;tpGIF.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpGIF.Parent" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tpGIF.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="tcFFmpegVideoCodecs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 56</value>
</data>
<data name="tcFFmpegVideoCodecs.Size" type="System.Drawing.Size, System.Drawing">
<value>312, 96</value>
</data>
<data name="tcFFmpegVideoCodecs.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Name" xml:space="preserve">
<value>tcFFmpegVideoCodecs</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Type" xml:space="preserve">
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.Parent" xml:space="preserve">
<value>gbCodecs</value>
</data>
<data name="&gt;&gt;tcFFmpegVideoCodecs.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="btnTest.Location" type="System.Drawing.Point, System.Drawing">
<value>176, 404</value>
</data>
@ -1639,78 +1444,6 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;lblAudioCodec.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;btnHelperDevicesHelp.Name" xml:space="preserve">
<value>btnHelperDevicesHelp</value>
</data>
<data name="&gt;&gt;btnHelperDevicesHelp.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnHelperDevicesHelp.Parent" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;btnHelperDevicesHelp.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;lblHelperDevices.Name" xml:space="preserve">
<value>lblHelperDevices</value>
</data>
<data name="&gt;&gt;lblHelperDevices.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblHelperDevices.Parent" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;lblHelperDevices.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;btnInstallHelperDevices.Name" xml:space="preserve">
<value>btnInstallHelperDevices</value>
</data>
<data name="&gt;&gt;btnInstallHelperDevices.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnInstallHelperDevices.Parent" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;btnInstallHelperDevices.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;btnRefreshSources.Name" xml:space="preserve">
<value>btnRefreshSources</value>
</data>
<data name="&gt;&gt;btnRefreshSources.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRefreshSources.Parent" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;btnRefreshSources.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="gbSource.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 68</value>
</data>
<data name="gbSource.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 92</value>
</data>
<data name="gbSource.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="gbSource.Text" xml:space="preserve">
<value>Sources</value>
</data>
<data name="&gt;&gt;gbSource.Name" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;gbSource.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbSource.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbSource.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="btnHelperDevicesHelp.Location" type="System.Drawing.Point, System.Drawing">
<value>168, 56</value>
</data>
@ -1810,6 +1543,30 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<data name="&gt;&gt;btnRefreshSources.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="gbSource.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 68</value>
</data>
<data name="gbSource.Size" type="System.Drawing.Size, System.Drawing">
<value>648, 92</value>
</data>
<data name="gbSource.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="gbSource.Text" xml:space="preserve">
<value>Sources</value>
</data>
<data name="&gt;&gt;gbSource.Name" xml:space="preserve">
<value>gbSource</value>
</data>
<data name="&gt;&gt;gbSource.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;gbSource.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;gbSource.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="gbCodecs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 168</value>
</data>
@ -1882,6 +1639,9 @@ Otherwise it can't keep up with recording and a lot of frame drops will happen.<
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>60</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>

View file

@ -31,7 +31,7 @@ private void InitializeComponent()
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTPClientForm));
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.ssStatus = new System.Windows.Forms.StatusStrip();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.lvFTPList = new ShareX.UploadersLib.ListViewEx();
this.chFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@ -39,23 +39,23 @@ private void InitializeComponent()
this.chFiletype = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chLastModified = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.cmsRightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.downloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openURLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyURLsToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiConnect = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDisconnect = new System.Windows.Forms.ToolStripMenuItem();
this.tssRightClickMenu1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDownload = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOpenURL = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRename = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
this.tssRightClickMenu2 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiRefresh = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCreateDirectory = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCopyURL = new System.Windows.Forms.ToolStripMenuItem();
this.txtRename = new System.Windows.Forms.TextBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.scMain = new System.Windows.Forms.SplitContainer();
this.cbDirectoryList = new System.Windows.Forms.ComboBox();
this.pConnecting = new System.Windows.Forms.Panel();
this.lblConnecting = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.pbConnecting = new System.Windows.Forms.ProgressBar();
this.tcFTP = new System.Windows.Forms.TabControl();
this.tpMain = new System.Windows.Forms.TabPage();
this.tpAccount = new System.Windows.Forms.TabPage();
@ -67,12 +67,12 @@ private void InitializeComponent()
this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.ssStatus.SuspendLayout();
this.cmsRightClickMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
this.scMain.Panel1.SuspendLayout();
this.scMain.Panel2.SuspendLayout();
this.scMain.SuspendLayout();
this.pConnecting.SuspendLayout();
this.tcFTP.SuspendLayout();
this.tpMain.SuspendLayout();
@ -89,7 +89,7 @@ private void InitializeComponent()
//
// toolStripContainer1.BottomToolStripPanel
//
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.ssStatus);
//
// toolStripContainer1.ContentPanel
//
@ -98,15 +98,14 @@ private void InitializeComponent()
resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
this.toolStripContainer1.Name = "toolStripContainer1";
//
// statusStrip1
// ssStatus
//
this.statusStrip1.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
resources.ApplyResources(this.ssStatus, "ssStatus");
this.ssStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus});
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusStrip1.SizingGrip = false;
this.ssStatus.Name = "ssStatus";
this.ssStatus.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.ssStatus.SizingGrip = false;
//
// lblStatus
//
@ -157,103 +156,104 @@ private void InitializeComponent()
// cmsRightClickMenu
//
this.cmsRightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.connectToolStripMenuItem,
this.disconnectToolStripMenuItem,
this.toolStripSeparator2,
this.downloadToolStripMenuItem,
this.openURLToolStripMenuItem,
this.renameToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator1,
this.refreshToolStripMenuItem,
this.createDirectoryToolStripMenuItem,
this.copyURLsToClipboardToolStripMenuItem});
this.tsmiConnect,
this.tsmiDisconnect,
this.tssRightClickMenu1,
this.tsmiDownload,
this.tsmiOpenURL,
this.tsmiRename,
this.tsmiDelete,
this.tssRightClickMenu2,
this.tsmiRefresh,
this.tsmiCreateDirectory,
this.tsmiCopyURL});
this.cmsRightClickMenu.Name = "cmsRightClickMenu";
this.cmsRightClickMenu.ShowImageMargin = false;
resources.ApplyResources(this.cmsRightClickMenu, "cmsRightClickMenu");
//
// connectToolStripMenuItem
// tsmiConnect
//
this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
resources.ApplyResources(this.connectToolStripMenuItem, "connectToolStripMenuItem");
this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
this.tsmiConnect.Name = "tsmiConnect";
resources.ApplyResources(this.tsmiConnect, "tsmiConnect");
this.tsmiConnect.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
//
// disconnectToolStripMenuItem
// tsmiDisconnect
//
this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
resources.ApplyResources(this.disconnectToolStripMenuItem, "disconnectToolStripMenuItem");
this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
this.tsmiDisconnect.Name = "tsmiDisconnect";
resources.ApplyResources(this.tsmiDisconnect, "tsmiDisconnect");
this.tsmiDisconnect.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
//
// toolStripSeparator2
// tssRightClickMenu1
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.tssRightClickMenu1.Name = "tssRightClickMenu1";
resources.ApplyResources(this.tssRightClickMenu1, "tssRightClickMenu1");
//
// downloadToolStripMenuItem
// tsmiDownload
//
this.downloadToolStripMenuItem.Name = "downloadToolStripMenuItem";
resources.ApplyResources(this.downloadToolStripMenuItem, "downloadToolStripMenuItem");
this.downloadToolStripMenuItem.Click += new System.EventHandler(this.downloadToolStripMenuItem_Click);
this.tsmiDownload.Name = "tsmiDownload";
resources.ApplyResources(this.tsmiDownload, "tsmiDownload");
this.tsmiDownload.Click += new System.EventHandler(this.downloadToolStripMenuItem_Click);
//
// openURLToolStripMenuItem
// tsmiOpenURL
//
this.openURLToolStripMenuItem.Name = "openURLToolStripMenuItem";
resources.ApplyResources(this.openURLToolStripMenuItem, "openURLToolStripMenuItem");
this.openURLToolStripMenuItem.Click += new System.EventHandler(this.openURLToolStripMenuItem_Click);
this.tsmiOpenURL.Name = "tsmiOpenURL";
resources.ApplyResources(this.tsmiOpenURL, "tsmiOpenURL");
this.tsmiOpenURL.Click += new System.EventHandler(this.openURLToolStripMenuItem_Click);
//
// renameToolStripMenuItem
// tsmiRename
//
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
resources.ApplyResources(this.renameToolStripMenuItem, "renameToolStripMenuItem");
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
this.tsmiRename.Name = "tsmiRename";
resources.ApplyResources(this.tsmiRename, "tsmiRename");
this.tsmiRename.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
// tsmiDelete
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
this.tsmiDelete.Name = "tsmiDelete";
resources.ApplyResources(this.tsmiDelete, "tsmiDelete");
this.tsmiDelete.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// toolStripSeparator1
// tssRightClickMenu2
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.tssRightClickMenu2.Name = "tssRightClickMenu2";
resources.ApplyResources(this.tssRightClickMenu2, "tssRightClickMenu2");
//
// refreshToolStripMenuItem
// tsmiRefresh
//
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem");
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
this.tsmiRefresh.Name = "tsmiRefresh";
resources.ApplyResources(this.tsmiRefresh, "tsmiRefresh");
this.tsmiRefresh.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
//
// createDirectoryToolStripMenuItem
// tsmiCreateDirectory
//
this.createDirectoryToolStripMenuItem.Name = "createDirectoryToolStripMenuItem";
resources.ApplyResources(this.createDirectoryToolStripMenuItem, "createDirectoryToolStripMenuItem");
this.createDirectoryToolStripMenuItem.Click += new System.EventHandler(this.createDirectoryToolStripMenuItem_Click);
this.tsmiCreateDirectory.Name = "tsmiCreateDirectory";
resources.ApplyResources(this.tsmiCreateDirectory, "tsmiCreateDirectory");
this.tsmiCreateDirectory.Click += new System.EventHandler(this.createDirectoryToolStripMenuItem_Click);
//
// copyURLsToClipboardToolStripMenuItem
// tsmiCopyURL
//
this.copyURLsToClipboardToolStripMenuItem.Name = "copyURLsToClipboardToolStripMenuItem";
resources.ApplyResources(this.copyURLsToClipboardToolStripMenuItem, "copyURLsToClipboardToolStripMenuItem");
this.copyURLsToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyURLsToClipboardToolStripMenuItem_Click);
this.tsmiCopyURL.Name = "tsmiCopyURL";
resources.ApplyResources(this.tsmiCopyURL, "tsmiCopyURL");
this.tsmiCopyURL.Click += new System.EventHandler(this.copyURLsToClipboardToolStripMenuItem_Click);
//
// txtRename
//
resources.ApplyResources(this.txtRename, "txtRename");
this.txtRename.Name = "txtRename";
//
// splitContainer1
// scMain
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Name = "splitContainer1";
resources.ApplyResources(this.scMain, "scMain");
this.scMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.scMain.Name = "scMain";
//
// splitContainer1.Panel1
// scMain.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.cbDirectoryList);
this.scMain.Panel1.Controls.Add(this.cbDirectoryList);
//
// splitContainer1.Panel2
// scMain.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pConnecting);
this.splitContainer1.Panel2.Controls.Add(this.toolStripContainer1);
this.scMain.Panel2.Controls.Add(this.pConnecting);
this.scMain.Panel2.Controls.Add(this.toolStripContainer1);
//
// cbDirectoryList
//
@ -267,7 +267,7 @@ private void InitializeComponent()
//
this.pConnecting.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pConnecting.Controls.Add(this.lblConnecting);
this.pConnecting.Controls.Add(this.progressBar1);
this.pConnecting.Controls.Add(this.pbConnecting);
resources.ApplyResources(this.pConnecting, "pConnecting");
this.pConnecting.Name = "pConnecting";
//
@ -276,11 +276,11 @@ private void InitializeComponent()
resources.ApplyResources(this.lblConnecting, "lblConnecting");
this.lblConnecting.Name = "lblConnecting";
//
// progressBar1
// pbConnecting
//
resources.ApplyResources(this.progressBar1, "progressBar1");
this.progressBar1.Name = "progressBar1";
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
resources.ApplyResources(this.pbConnecting, "pbConnecting");
this.pbConnecting.Name = "pbConnecting";
this.pbConnecting.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
//
// tcFTP
//
@ -293,7 +293,7 @@ private void InitializeComponent()
//
// tpMain
//
this.tpMain.Controls.Add(this.splitContainer1);
this.tpMain.Controls.Add(this.scMain);
resources.ApplyResources(this.tpMain, "tpMain");
this.tpMain.Name = "tpMain";
this.tpMain.UseVisualStyleBackColor = true;
@ -349,6 +349,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcFTP);
this.Controls.Add(this.txtRename);
this.Name = "FTPClientForm";
@ -359,13 +360,13 @@ private void InitializeComponent()
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ssStatus.ResumeLayout(false);
this.ssStatus.PerformLayout();
this.cmsRightClickMenu.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.scMain.Panel1.ResumeLayout(false);
this.scMain.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit();
this.scMain.ResumeLayout(false);
this.pConnecting.ResumeLayout(false);
this.tcFTP.ResumeLayout(false);
this.tpMain.ResumeLayout(false);
@ -390,29 +391,29 @@ private void InitializeComponent()
private System.Windows.Forms.ColumnHeader chFiletype;
private System.Windows.Forms.ColumnHeader chLastModified;
private System.Windows.Forms.ContextMenuStrip cmsRightClickMenu;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiDelete;
private System.Windows.Forms.ToolStripMenuItem tsmiRename;
private System.Windows.Forms.TextBox txtRename;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripMenuItem downloadToolStripMenuItem;
private System.Windows.Forms.SplitContainer scMain;
private System.Windows.Forms.ToolStripMenuItem tsmiDownload;
private System.Windows.Forms.TabControl tcFTP;
private System.Windows.Forms.TabPage tpMain;
private System.Windows.Forms.TabPage tpConsole;
private System.Windows.Forms.ToolStripMenuItem createDirectoryToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiCreateDirectory;
private System.Windows.Forms.ComboBox cbDirectoryList;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyURLsToClipboardToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator tssRightClickMenu2;
private System.Windows.Forms.ToolStripMenuItem tsmiRefresh;
private System.Windows.Forms.ToolStripMenuItem tsmiCopyURL;
private System.Windows.Forms.Panel pConnecting;
private System.Windows.Forms.Label lblConnecting;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.ToolStripMenuItem openURLToolStripMenuItem;
private System.Windows.Forms.ProgressBar pbConnecting;
private System.Windows.Forms.ToolStripMenuItem tsmiOpenURL;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.StatusStrip ssStatus;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
private System.Windows.Forms.ToolStripMenuItem connectToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem disconnectToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem tsmiConnect;
private System.Windows.Forms.ToolStripMenuItem tsmiDisconnect;
private System.Windows.Forms.ToolStripSeparator tssRightClickMenu1;
private System.Windows.Forms.TabPage tpAccount;
private System.Windows.Forms.PropertyGrid pgAccount;
private System.Windows.Forms.SplitContainer scConsole;

View file

@ -509,8 +509,8 @@ private void lvFTPList_SelectedIndexChanged(object sender, EventArgs e)
}
}
downloadToolStripMenuItem.Enabled = renameToolStripMenuItem.Enabled = deleteToolStripMenuItem.Enabled =
copyURLsToClipboardToolStripMenuItem.Enabled = openURLToolStripMenuItem.Enabled = enabled;
tsmiDownload.Enabled = tsmiRename.Enabled = tsmiDelete.Enabled =
tsmiCopyURL.Enabled = tsmiOpenURL.Enabled = enabled;
CheckFiles(lvFTPList.SelectedItems.Count > 0);
}

View file

@ -117,11 +117,11 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="ssStatus.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="statusStrip1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<data name="ssStatus.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>None</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
@ -131,26 +131,26 @@
<data name="lblStatus.Text" xml:space="preserve">
<value>status</value>
</data>
<data name="statusStrip1.Location" type="System.Drawing.Point, System.Drawing">
<data name="ssStatus.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="statusStrip1.Size" type="System.Drawing.Size, System.Drawing">
<data name="ssStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>952, 22</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="statusStrip1.TabIndex" type="System.Int32, mscorlib">
<data name="ssStatus.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;statusStrip1.Name" xml:space="preserve">
<value>statusStrip1</value>
<data name="&gt;&gt;ssStatus.Name" xml:space="preserve">
<value>ssStatus</value>
</data>
<data name="&gt;&gt;statusStrip1.Type" xml:space="preserve">
<data name="&gt;&gt;ssStatus.Type" xml:space="preserve">
<value>System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;statusStrip1.Parent" xml:space="preserve">
<data name="&gt;&gt;ssStatus.Parent" xml:space="preserve">
<value>toolStripContainer1.BottomToolStripPanel</value>
</data>
<data name="&gt;&gt;statusStrip1.ZOrder" xml:space="preserve">
<data name="&gt;&gt;ssStatus.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;toolStripContainer1.BottomToolStripPanel.Name" xml:space="preserve">
@ -190,70 +190,70 @@
<value>150</value>
</data>
<metadata name="cmsRightClickMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>133, 17</value>
<value>112, 17</value>
</metadata>
<data name="connectToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiConnect.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="connectToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiConnect.Text" xml:space="preserve">
<value>Connect</value>
</data>
<data name="disconnectToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiDisconnect.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="disconnectToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiDisconnect.Text" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="toolStripSeparator2.Size" type="System.Drawing.Size, System.Drawing">
<value>203, 6</value>
<data name="tssRightClickMenu1.Size" type="System.Drawing.Size, System.Drawing">
<value>178, 6</value>
</data>
<data name="downloadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiDownload.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="downloadToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiDownload.Text" xml:space="preserve">
<value>Download</value>
</data>
<data name="openURLToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiOpenURL.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="openURLToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiOpenURL.Text" xml:space="preserve">
<value>Open URL</value>
</data>
<data name="renameToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiRename.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="renameToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiRename.Text" xml:space="preserve">
<value>Rename</value>
</data>
<data name="deleteToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiDelete.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="deleteToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiDelete.Text" xml:space="preserve">
<value>Delete</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>203, 6</value>
<data name="tssRightClickMenu2.Size" type="System.Drawing.Size, System.Drawing">
<value>178, 6</value>
</data>
<data name="refreshToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiRefresh.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="refreshToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiRefresh.Text" xml:space="preserve">
<value>Refresh</value>
</data>
<data name="createDirectoryToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiCreateDirectory.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="createDirectoryToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiCreateDirectory.Text" xml:space="preserve">
<value>Create directory</value>
</data>
<data name="copyURLsToClipboardToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
<data name="tsmiCopyURL.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 22</value>
</data>
<data name="copyURLsToClipboardToolStripMenuItem.Text" xml:space="preserve">
<data name="tsmiCopyURL.Text" xml:space="preserve">
<value>Copy URL(s) to clipboard</value>
</data>
<data name="cmsRightClickMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>207, 214</value>
<value>182, 214</value>
</data>
<data name="&gt;&gt;cmsRightClickMenu.Name" xml:space="preserve">
<value>cmsRightClickMenu</value>
@ -271,7 +271,7 @@
<value>0, 0</value>
</data>
<data name="lvFTPList.Size" type="System.Drawing.Size, System.Drawing">
<value>952, 481</value>
<value>952, 506</value>
</data>
<data name="lvFTPList.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -289,7 +289,7 @@
<value>0</value>
</data>
<data name="toolStripContainer1.ContentPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>952, 481</value>
<value>952, 506</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ContentPanel.Name" xml:space="preserve">
<value>toolStripContainer1.ContentPanel</value>
@ -358,7 +358,7 @@
<value>System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.Parent" xml:space="preserve">
<value>splitContainer1.Panel2</value>
<value>scMain.Panel2</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ZOrder" xml:space="preserve">
<value>1</value>
@ -387,16 +387,16 @@
<data name="&gt;&gt;txtRename.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="splitContainer1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<data name="scMain.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="splitContainer1.IsSplitterFixed" type="System.Boolean, mscorlib">
<data name="scMain.IsSplitterFixed" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="splitContainer1.Location" type="System.Drawing.Point, System.Drawing">
<data name="scMain.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="splitContainer1.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
<data name="scMain.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
<value>Horizontal</value>
</data>
<data name="cbDirectoryList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
@ -418,24 +418,24 @@
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cbDirectoryList.Parent" xml:space="preserve">
<value>splitContainer1.Panel1</value>
<value>scMain.Panel1</value>
</data>
<data name="&gt;&gt;cbDirectoryList.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel1.Name" xml:space="preserve">
<value>splitContainer1.Panel1</value>
<data name="&gt;&gt;scMain.Panel1.Name" xml:space="preserve">
<value>scMain.Panel1</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel1.Type" xml:space="preserve">
<data name="&gt;&gt;scMain.Panel1.Type" xml:space="preserve">
<value>System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel1.Parent" xml:space="preserve">
<value>splitContainer1</value>
<data name="&gt;&gt;scMain.Panel1.Parent" xml:space="preserve">
<value>scMain</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel1.ZOrder" xml:space="preserve">
<data name="&gt;&gt;scMain.Panel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="splitContainer1.Panel1MinSize" type="System.Int32, mscorlib">
<data name="scMain.Panel1MinSize" type="System.Int32, mscorlib">
<value>20</value>
</data>
<data name="lblConnecting.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
@ -471,28 +471,28 @@
<data name="&gt;&gt;lblConnecting.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="progressBar1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<data name="pbConnecting.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Bottom</value>
</data>
<data name="progressBar1.Location" type="System.Drawing.Point, System.Drawing">
<data name="pbConnecting.Location" type="System.Drawing.Point, System.Drawing">
<value>5, 31</value>
</data>
<data name="progressBar1.Size" type="System.Drawing.Size, System.Drawing">
<data name="pbConnecting.Size" type="System.Drawing.Size, System.Drawing">
<value>238, 24</value>
</data>
<data name="progressBar1.TabIndex" type="System.Int32, mscorlib">
<data name="pbConnecting.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;progressBar1.Name" xml:space="preserve">
<value>progressBar1</value>
<data name="&gt;&gt;pbConnecting.Name" xml:space="preserve">
<value>pbConnecting</value>
</data>
<data name="&gt;&gt;progressBar1.Type" xml:space="preserve">
<data name="&gt;&gt;pbConnecting.Type" xml:space="preserve">
<value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;progressBar1.Parent" xml:space="preserve">
<data name="&gt;&gt;pbConnecting.Parent" xml:space="preserve">
<value>pConnecting</value>
</data>
<data name="&gt;&gt;progressBar1.ZOrder" xml:space="preserve">
<data name="&gt;&gt;pbConnecting.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="pConnecting.Location" type="System.Drawing.Point, System.Drawing">
@ -514,42 +514,42 @@
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pConnecting.Parent" xml:space="preserve">
<value>splitContainer1.Panel2</value>
<value>scMain.Panel2</value>
</data>
<data name="&gt;&gt;pConnecting.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel2.Name" xml:space="preserve">
<value>splitContainer1.Panel2</value>
<data name="&gt;&gt;scMain.Panel2.Name" xml:space="preserve">
<value>scMain.Panel2</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel2.Type" xml:space="preserve">
<data name="&gt;&gt;scMain.Panel2.Type" xml:space="preserve">
<value>System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel2.Parent" xml:space="preserve">
<value>splitContainer1</value>
<data name="&gt;&gt;scMain.Panel2.Parent" xml:space="preserve">
<value>scMain</value>
</data>
<data name="&gt;&gt;splitContainer1.Panel2.ZOrder" xml:space="preserve">
<data name="&gt;&gt;scMain.Panel2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="splitContainer1.Size" type="System.Drawing.Size, System.Drawing">
<data name="scMain.Size" type="System.Drawing.Size, System.Drawing">
<value>952, 557</value>
</data>
<data name="splitContainer1.SplitterDistance" type="System.Int32, mscorlib">
<data name="scMain.SplitterDistance" type="System.Int32, mscorlib">
<value>25</value>
</data>
<data name="splitContainer1.TabIndex" type="System.Int32, mscorlib">
<data name="scMain.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;splitContainer1.Name" xml:space="preserve">
<value>splitContainer1</value>
<data name="&gt;&gt;scMain.Name" xml:space="preserve">
<value>scMain</value>
</data>
<data name="&gt;&gt;splitContainer1.Type" xml:space="preserve">
<data name="&gt;&gt;scMain.Type" xml:space="preserve">
<value>System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;splitContainer1.Parent" xml:space="preserve">
<data name="&gt;&gt;scMain.Parent" xml:space="preserve">
<value>tpMain</value>
</data>
<data name="&gt;&gt;splitContainer1.ZOrder" xml:space="preserve">
<data name="&gt;&gt;scMain.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tpMain.Location" type="System.Drawing.Point, System.Drawing">
@ -849,70 +849,70 @@
<data name="&gt;&gt;chLastModified.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;connectToolStripMenuItem.Name" xml:space="preserve">
<value>connectToolStripMenuItem</value>
<data name="&gt;&gt;tsmiConnect.Name" xml:space="preserve">
<value>tsmiConnect</value>
</data>
<data name="&gt;&gt;connectToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiConnect.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;disconnectToolStripMenuItem.Name" xml:space="preserve">
<value>disconnectToolStripMenuItem</value>
<data name="&gt;&gt;tsmiDisconnect.Name" xml:space="preserve">
<value>tsmiDisconnect</value>
</data>
<data name="&gt;&gt;disconnectToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiDisconnect.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripSeparator2.Name" xml:space="preserve">
<value>toolStripSeparator2</value>
<data name="&gt;&gt;tssRightClickMenu1.Name" xml:space="preserve">
<value>tssRightClickMenu1</value>
</data>
<data name="&gt;&gt;toolStripSeparator2.Type" xml:space="preserve">
<data name="&gt;&gt;tssRightClickMenu1.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;downloadToolStripMenuItem.Name" xml:space="preserve">
<value>downloadToolStripMenuItem</value>
<data name="&gt;&gt;tsmiDownload.Name" xml:space="preserve">
<value>tsmiDownload</value>
</data>
<data name="&gt;&gt;downloadToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiDownload.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;openURLToolStripMenuItem.Name" xml:space="preserve">
<value>openURLToolStripMenuItem</value>
<data name="&gt;&gt;tsmiOpenURL.Name" xml:space="preserve">
<value>tsmiOpenURL</value>
</data>
<data name="&gt;&gt;openURLToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiOpenURL.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;renameToolStripMenuItem.Name" xml:space="preserve">
<value>renameToolStripMenuItem</value>
<data name="&gt;&gt;tsmiRename.Name" xml:space="preserve">
<value>tsmiRename</value>
</data>
<data name="&gt;&gt;renameToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiRename.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;deleteToolStripMenuItem.Name" xml:space="preserve">
<value>deleteToolStripMenuItem</value>
<data name="&gt;&gt;tsmiDelete.Name" xml:space="preserve">
<value>tsmiDelete</value>
</data>
<data name="&gt;&gt;deleteToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiDelete.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripSeparator1.Name" xml:space="preserve">
<value>toolStripSeparator1</value>
<data name="&gt;&gt;tssRightClickMenu2.Name" xml:space="preserve">
<value>tssRightClickMenu2</value>
</data>
<data name="&gt;&gt;toolStripSeparator1.Type" xml:space="preserve">
<data name="&gt;&gt;tssRightClickMenu2.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;refreshToolStripMenuItem.Name" xml:space="preserve">
<value>refreshToolStripMenuItem</value>
<data name="&gt;&gt;tsmiRefresh.Name" xml:space="preserve">
<value>tsmiRefresh</value>
</data>
<data name="&gt;&gt;refreshToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiRefresh.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;createDirectoryToolStripMenuItem.Name" xml:space="preserve">
<value>createDirectoryToolStripMenuItem</value>
<data name="&gt;&gt;tsmiCreateDirectory.Name" xml:space="preserve">
<value>tsmiCreateDirectory</value>
</data>
<data name="&gt;&gt;createDirectoryToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiCreateDirectory.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;copyURLsToClipboardToolStripMenuItem.Name" xml:space="preserve">
<value>copyURLsToClipboardToolStripMenuItem</value>
<data name="&gt;&gt;tsmiCopyURL.Name" xml:space="preserve">
<value>tsmiCopyURL</value>
</data>
<data name="&gt;&gt;copyURLsToClipboardToolStripMenuItem.Type" xml:space="preserve">
<data name="&gt;&gt;tsmiCopyURL.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">

View file

@ -145,6 +145,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tlpMain);
this.Name = "DropboxFilesForm";
this.tsMenu.ResumeLayout(false);

View file

@ -284,7 +284,7 @@
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Dropbox</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tsbSelectFolder.Name" xml:space="preserve">
<value>tsbSelectFolder</value>
</data>

View file

@ -89,6 +89,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnSend;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSend);

View file

@ -81,6 +81,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnUpload;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.txtIssueId);
this.Controls.Add(this.lblIssueId);

View file

@ -87,6 +87,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tscMain);
this.Name = "OAuthWebForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;

View file

@ -77,6 +77,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcResponse);
this.Name = "ResponseForm";
this.Resize += new System.EventHandler(this.ResponseForm_Resize);

View file

@ -66,6 +66,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.txtTweet);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);

View file

@ -211,7 +211,7 @@
</data>
<data name="lblTweetLength.Text" xml:space="preserve">
<value>140</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblTweetLength.Name" xml:space="preserve">
<value>lblTweetLength</value>
</data>

View file

@ -618,7 +618,7 @@ private void InitializeComponent()
//
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.Color.White;
this.ttHelpTip.BackColor = System.Drawing.SystemColors.Window;
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.IsBalloon = true;
this.ttHelpTip.ReshowDelay = 100;
@ -4252,6 +4252,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblWidthHint);
this.Controls.Add(this.tcUploaders);
this.Controls.Add(this.ttlvMain);

View file

@ -12959,7 +12959,7 @@ Using an encrypted library disables sharing.</value>
<value>True</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>72</value>
<value>59</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>

View file

@ -103,6 +103,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblEmail);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.lblFullName);

View file

@ -45,6 +45,7 @@ private void InitializeComponent()
// lblHotkeyDescription
//
resources.ApplyResources(this.lblHotkeyDescription, "lblHotkeyDescription");
this.lblHotkeyDescription.BackColor = System.Drawing.SystemColors.Window;
this.lblHotkeyDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblHotkeyDescription.Name = "lblHotkeyDescription";
this.lblHotkeyDescription.UseMnemonic = false;

View file

@ -56,7 +56,7 @@ public bool Selected
}
else
{
lblHotkeyDescription.BackColor = SystemColors.Control;
lblHotkeyDescription.BackColor = SystemColors.Window;
}
}
}
@ -256,7 +256,7 @@ private void lblHotkeyDescription_MouseLeave(object sender, EventArgs e)
{
if (!Selected)
{
lblHotkeyDescription.BackColor = SystemColors.Control;
lblHotkeyDescription.BackColor = SystemColors.Window;
}
}

View file

@ -77,6 +77,7 @@ private void InitializeComponent()
// rtbCredits
//
resources.ApplyResources(this.rtbCredits, "rtbCredits");
this.rtbCredits.BackColor = System.Drawing.SystemColors.Window;
this.rtbCredits.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbCredits.ForeColor = System.Drawing.SystemColors.ControlText;
this.rtbCredits.Name = "rtbCredits";
@ -85,6 +86,7 @@ private void InitializeComponent()
//
// rtbShareXInfo
//
this.rtbShareXInfo.BackColor = System.Drawing.SystemColors.Window;
this.rtbShareXInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbShareXInfo.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo");
@ -196,6 +198,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnClose;
this.Controls.Add(this.btnLicenses);
this.Controls.Add(this.btnShareXLicense);

View file

@ -221,7 +221,7 @@
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
</data>
<data name="rtbCredits.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
@ -248,7 +248,7 @@
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;rtbShareXInfo.Name" xml:space="preserve">
<value>rtbShareXInfo</value>
</data>

View file

@ -127,6 +127,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.cbHiddenWindow);
this.Controls.Add(this.lblOutputExtension);
this.Controls.Add(this.txtOutputExtension);

View file

@ -287,7 +287,7 @@
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>
@ -493,7 +493,7 @@
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>313, 320</value>
<value>313, 317</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>

View file

@ -34,15 +34,15 @@ private void InitializeComponent()
this.btnCopy = new System.Windows.Forms.Button();
this.tcTasks = new System.Windows.Forms.TabControl();
this.tpAfterCapture = new System.Windows.Forms.TabPage();
this.tpBeforeUpload = new System.Windows.Forms.TabPage();
this.tpAfterUpload = new System.Windows.Forms.TabPage();
this.lblFileName = new System.Windows.Forms.Label();
this.txtFileName = new System.Windows.Forms.TextBox();
this.lvAfterCaptureTasks = new ShareX.HelpersLib.MyListView();
this.chAfterCapture = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tpBeforeUpload = new System.Windows.Forms.TabPage();
this.ucBeforeUpload = new ShareX.BeforeUploadControl();
this.tpAfterUpload = new System.Windows.Forms.TabPage();
this.lvAfterUploadTasks = new ShareX.HelpersLib.MyListView();
this.chAfterUpload = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblFileName = new System.Windows.Forms.Label();
this.txtFileName = new System.Windows.Forms.TextBox();
this.pbImage = new ShareX.HelpersLib.MyPictureBox();
this.tcTasks.SuspendLayout();
this.tpAfterCapture.SuspendLayout();
@ -89,30 +89,6 @@ private void InitializeComponent()
this.tpAfterCapture.Name = "tpAfterCapture";
this.tpAfterCapture.UseVisualStyleBackColor = true;
//
// tpBeforeUpload
//
this.tpBeforeUpload.Controls.Add(this.ucBeforeUpload);
resources.ApplyResources(this.tpBeforeUpload, "tpBeforeUpload");
this.tpBeforeUpload.Name = "tpBeforeUpload";
this.tpBeforeUpload.UseVisualStyleBackColor = true;
//
// tpAfterUpload
//
this.tpAfterUpload.Controls.Add(this.lvAfterUploadTasks);
resources.ApplyResources(this.tpAfterUpload, "tpAfterUpload");
this.tpAfterUpload.Name = "tpAfterUpload";
this.tpAfterUpload.UseVisualStyleBackColor = true;
//
// lblFileName
//
resources.ApplyResources(this.lblFileName, "lblFileName");
this.lblFileName.Name = "lblFileName";
//
// txtFileName
//
resources.ApplyResources(this.txtFileName, "txtFileName");
this.txtFileName.Name = "txtFileName";
//
// lvAfterCaptureTasks
//
this.lvAfterCaptureTasks.AutoFillColumn = true;
@ -130,11 +106,25 @@ private void InitializeComponent()
this.lvAfterCaptureTasks.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvAfterCaptureTasks_ItemSelectionChanged);
this.lvAfterCaptureTasks.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lvAfterCaptureTasks_MouseDown);
//
// tpBeforeUpload
//
this.tpBeforeUpload.Controls.Add(this.ucBeforeUpload);
resources.ApplyResources(this.tpBeforeUpload, "tpBeforeUpload");
this.tpBeforeUpload.Name = "tpBeforeUpload";
this.tpBeforeUpload.UseVisualStyleBackColor = true;
//
// ucBeforeUpload
//
resources.ApplyResources(this.ucBeforeUpload, "ucBeforeUpload");
this.ucBeforeUpload.Name = "ucBeforeUpload";
//
// tpAfterUpload
//
this.tpAfterUpload.Controls.Add(this.lvAfterUploadTasks);
resources.ApplyResources(this.tpAfterUpload, "tpAfterUpload");
this.tpAfterUpload.Name = "tpAfterUpload";
this.tpAfterUpload.UseVisualStyleBackColor = true;
//
// lvAfterUploadTasks
//
this.lvAfterUploadTasks.AutoFillColumn = true;
@ -152,10 +142,19 @@ private void InitializeComponent()
this.lvAfterUploadTasks.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvAfterUploadTasks_ItemSelectionChanged);
this.lvAfterUploadTasks.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lvAfterUploadTasks_MouseDown);
//
// lblFileName
//
resources.ApplyResources(this.lblFileName, "lblFileName");
this.lblFileName.Name = "lblFileName";
//
// txtFileName
//
resources.ApplyResources(this.txtFileName, "txtFileName");
this.txtFileName.Name = "txtFileName";
//
// pbImage
//
resources.ApplyResources(this.pbImage, "pbImage");
this.pbImage.BackColor = System.Drawing.Color.White;
this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbImage.Cursor = System.Windows.Forms.Cursors.Default;
this.pbImage.DrawCheckeredBackground = true;
@ -169,6 +168,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnContinue;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.txtFileName);
this.Controls.Add(this.lblFileName);

View file

@ -486,9 +486,6 @@
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>784, 426</value>
</data>
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>800, 445</value>
</data>

View file

@ -46,7 +46,6 @@ private void InitializeComponent()
// pbPreview
//
resources.ApplyResources(this.pbPreview, "pbPreview");
this.pbPreview.BackColor = System.Drawing.Color.White;
this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbPreview.DrawCheckeredBackground = true;
this.pbPreview.EnableRightClickMenu = true;
@ -129,6 +128,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lvClipboardFormats);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOpenLink);

View file

@ -1003,6 +1003,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcSettings);
this.Controls.Add(this.tttvMain);
this.Name = "ApplicationSettingsForm";

View file

@ -185,6 +185,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.gbRegion);
this.Controls.Add(this.lblDurationSeconds);
this.Controls.Add(this.nudRepeatTime);

View file

@ -59,7 +59,6 @@ private void InitializeComponent()
// pbPreview
//
resources.ApplyResources(this.pbPreview, "pbPreview");
this.pbPreview.BackColor = System.Drawing.Color.White;
this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbPreview.DrawCheckeredBackground = true;
this.pbPreview.EnableRightClickMenu = true;
@ -77,6 +76,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.pbPreview);
this.Controls.Add(this.lblTitle);

View file

@ -80,6 +80,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lbl3);
this.Controls.Add(this.btnInstallExtension);
this.Controls.Add(this.lbl2);

View file

@ -81,6 +81,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lblExample);

View file

@ -108,6 +108,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnPathBrowse);

View file

@ -322,7 +322,7 @@
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>

View file

@ -80,6 +80,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.txtNewName);
this.Controls.Add(this.btnNewName);
this.Controls.Add(this.btnUniqueName);

View file

@ -82,6 +82,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnDuplicate);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.flpHotkeys);

View file

@ -138,6 +138,7 @@ private void InitializeComponent()
this.AllowDrop = true;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblSpacePixel);
this.Controls.Add(this.cbOrientation);
this.Controls.Add(this.lblOrientation);

View file

@ -872,7 +872,7 @@ private void InitializeComponent()
//
// tsmiDonate
//
this.tsmiDonate.AnimationSpeed = 0.75F;
this.tsmiDonate.AnimationSpeed = 0.8F;
this.tsmiDonate.Image = global::ShareX.Properties.Resources.heart;
resources.ApplyResources(this.tsmiDonate, "tsmiDonate");
this.tsmiDonate.Name = "tsmiDonate";
@ -1850,6 +1850,7 @@ private void InitializeComponent()
this.AllowDrop = true;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pTips);
this.Controls.Add(this.scMain);
this.Controls.Add(this.tsMain);

View file

@ -129,7 +129,7 @@
<value>Top, Right</value>
</data>
<data name="pbTips.Location" type="System.Drawing.Point, System.Drawing">
<value>312, 0</value>
<value>311, 0</value>
</data>
<data name="pbTips.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 24</value>

View file

@ -98,6 +98,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtName);
this.Controls.Add(this.lblName);

View file

@ -104,6 +104,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblTip);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnReset);

View file

@ -60,7 +60,6 @@ private void InitializeComponent()
// pInfo
//
resources.ApplyResources(this.pInfo, "pInfo");
this.pInfo.BackColor = System.Drawing.Color.White;
this.pInfo.Controls.Add(this.btnAbort);
this.pInfo.Controls.Add(this.btnStart);
this.pInfo.Controls.Add(this.lblTimer);
@ -98,6 +97,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.pInfo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ScreenRecordForm";

View file

@ -167,7 +167,7 @@
</data>
<data name="lblTimer.Text" xml:space="preserve">
<value>00:00:00</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblTimer.Name" xml:space="preserve">
<value>lblTimer</value>
</data>
@ -269,7 +269,7 @@
</metadata>
<data name="niTray.Text" xml:space="preserve">
<value>ShareX</value>
<comment>@Invariant</comment></data>
</data>
<data name="niTray.Visible" type="System.Boolean, mscorlib">
<value>True</value>
</data>

View file

@ -98,6 +98,7 @@ private void InitializeComponent()
this.tcCapture = new System.Windows.Forms.TabControl();
this.tpCaptureGeneral = new System.Windows.Forms.TabPage();
this.pCapture = new System.Windows.Forms.Panel();
this.btnCaptureCustomRegionSelectRectangle = new System.Windows.Forms.Button();
this.lblCaptureCustomRegion = new System.Windows.Forms.Label();
this.lblCaptureCustomRegionWidth = new System.Windows.Forms.Label();
this.lblCaptureCustomRegionHeight = new System.Windows.Forms.Label();
@ -196,7 +197,6 @@ private void InitializeComponent()
this.pgTaskSettings = new System.Windows.Forms.PropertyGrid();
this.chkUseDefaultAdvancedSettings = new System.Windows.Forms.CheckBox();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.btnCaptureCustomRegionSelectRectangle = new System.Windows.Forms.Button();
this.tcTaskSettings.SuspendLayout();
this.tpTask.SuspendLayout();
this.cmsDestinations.SuspendLayout();
@ -790,6 +790,13 @@ private void InitializeComponent()
resources.ApplyResources(this.pCapture, "pCapture");
this.pCapture.Name = "pCapture";
//
// btnCaptureCustomRegionSelectRectangle
//
resources.ApplyResources(this.btnCaptureCustomRegionSelectRectangle, "btnCaptureCustomRegionSelectRectangle");
this.btnCaptureCustomRegionSelectRectangle.Name = "btnCaptureCustomRegionSelectRectangle";
this.btnCaptureCustomRegionSelectRectangle.UseVisualStyleBackColor = true;
this.btnCaptureCustomRegionSelectRectangle.Click += new System.EventHandler(this.btnCaptureCustomRegionSelectRectangle_Click);
//
// lblCaptureCustomRegion
//
resources.ApplyResources(this.lblCaptureCustomRegion, "lblCaptureCustomRegion");
@ -1620,17 +1627,11 @@ private void InitializeComponent()
this.tttvMain.TreeViewSize = 190;
this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged);
//
// btnCaptureCustomRegionSelectRectangle
//
resources.ApplyResources(this.btnCaptureCustomRegionSelectRectangle, "btnCaptureCustomRegionSelectRectangle");
this.btnCaptureCustomRegionSelectRectangle.Name = "btnCaptureCustomRegionSelectRectangle";
this.btnCaptureCustomRegionSelectRectangle.UseVisualStyleBackColor = true;
this.btnCaptureCustomRegionSelectRectangle.Click += new System.EventHandler(this.btnCaptureCustomRegionSelectRectangle_Click);
//
// TaskSettingsForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tcTaskSettings);
this.Controls.Add(this.tttvMain);
this.Name = "TaskSettingsForm";

File diff suppressed because it is too large Load diff

View file

@ -104,6 +104,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnEncoderDuplicate);
this.Controls.Add(this.lvEncoders);
this.Controls.Add(this.btnEncodersAdd);

View file

@ -280,7 +280,7 @@
<value>CenterParent</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Encoder Profiles</value>
<value>ShareX - Encoder profiles</value>
</data>
<data name="&gt;&gt;chEncoderDescription.Name" xml:space="preserve">
<value>chEncoderDescription</value>

View file

@ -97,6 +97,7 @@ private void InitializeComponent()
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.cbIncludeSubdirectories);

View file

@ -130,7 +130,7 @@
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>