Accessibility improvements

This commit is contained in:
Jaex 2014-06-25 23:45:57 +03:00
parent 75b09c29a6
commit 77901c2eff
60 changed files with 940 additions and 684 deletions

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -86,7 +86,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(536, 240);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(64, 24);
this.btnCancel.TabIndex = 41;
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -96,7 +96,7 @@ private void InitializeComponent()
this.btnOK.Location = new System.Drawing.Point(464, 240);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(64, 24);
this.btnOK.TabIndex = 40;
this.btnOK.TabIndex = 0;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
@ -107,7 +107,7 @@ private void InitializeComponent()
this.lblOld.Location = new System.Drawing.Point(312, 240);
this.lblOld.Name = "lblOld";
this.lblOld.Size = new System.Drawing.Size(26, 13);
this.lblOld.TabIndex = 33;
this.lblOld.TabIndex = 37;
this.lblOld.Text = "Old:";
//
// lblNew
@ -116,7 +116,7 @@ private void InitializeComponent()
this.lblNew.Location = new System.Drawing.Point(312, 216);
this.lblNew.Name = "lblNew";
this.lblNew.Size = new System.Drawing.Size(32, 13);
this.lblNew.TabIndex = 32;
this.lblNew.TabIndex = 36;
this.lblNew.Text = "New:";
//
// txtHex
@ -125,7 +125,7 @@ private void InitializeComponent()
this.txtHex.MaxLength = 9;
this.txtHex.Name = "txtHex";
this.txtHex.Size = new System.Drawing.Size(72, 20);
this.txtHex.TabIndex = 27;
this.txtHex.TabIndex = 33;
this.txtHex.Text = "FF00FF00";
this.txtHex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtHex.TextChanged += new System.EventHandler(this.txtHex_TextChanged);
@ -136,7 +136,7 @@ private void InitializeComponent()
this.lblHex.Location = new System.Drawing.Point(472, 177);
this.lblHex.Name = "lblHex";
this.lblHex.Size = new System.Drawing.Size(54, 13);
this.lblHex.TabIndex = 26;
this.lblHex.TabIndex = 32;
this.lblHex.Text = "Hex: #";
//
// nudKey
@ -145,7 +145,7 @@ private void InitializeComponent()
this.nudKey.Location = new System.Drawing.Point(528, 141);
this.nudKey.Name = "nudKey";
this.nudKey.Size = new System.Drawing.Size(56, 20);
this.nudKey.TabIndex = 23;
this.nudKey.TabIndex = 30;
this.nudKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudKey.Value = new decimal(new int[] {
100,
@ -160,7 +160,7 @@ private void InitializeComponent()
this.nudYellow.Location = new System.Drawing.Point(528, 109);
this.nudYellow.Name = "nudYellow";
this.nudYellow.Size = new System.Drawing.Size(56, 20);
this.nudYellow.TabIndex = 18;
this.nudYellow.TabIndex = 27;
this.nudYellow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudYellow.Value = new decimal(new int[] {
100,
@ -175,7 +175,7 @@ private void InitializeComponent()
this.nudMagenta.Location = new System.Drawing.Point(528, 77);
this.nudMagenta.Name = "nudMagenta";
this.nudMagenta.Size = new System.Drawing.Size(56, 20);
this.nudMagenta.TabIndex = 11;
this.nudMagenta.TabIndex = 24;
this.nudMagenta.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMagenta.Value = new decimal(new int[] {
100,
@ -190,7 +190,7 @@ private void InitializeComponent()
this.nudCyan.Location = new System.Drawing.Point(528, 45);
this.nudCyan.Name = "nudCyan";
this.nudCyan.Size = new System.Drawing.Size(56, 20);
this.nudCyan.TabIndex = 6;
this.nudCyan.TabIndex = 21;
this.nudCyan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudCyan.Value = new decimal(new int[] {
100,
@ -205,7 +205,7 @@ private void InitializeComponent()
this.lblKey.Location = new System.Drawing.Point(472, 145);
this.lblKey.Name = "lblKey";
this.lblKey.Size = new System.Drawing.Size(28, 13);
this.lblKey.TabIndex = 22;
this.lblKey.TabIndex = 29;
this.lblKey.Text = "Key:";
//
// lblYellow
@ -214,7 +214,7 @@ private void InitializeComponent()
this.lblYellow.Location = new System.Drawing.Point(472, 113);
this.lblYellow.Name = "lblYellow";
this.lblYellow.Size = new System.Drawing.Size(41, 13);
this.lblYellow.TabIndex = 17;
this.lblYellow.TabIndex = 26;
this.lblYellow.Text = "Yellow:";
//
// lblMagenta
@ -223,7 +223,7 @@ private void InitializeComponent()
this.lblMagenta.Location = new System.Drawing.Point(472, 81);
this.lblMagenta.Name = "lblMagenta";
this.lblMagenta.Size = new System.Drawing.Size(52, 13);
this.lblMagenta.TabIndex = 10;
this.lblMagenta.TabIndex = 23;
this.lblMagenta.Text = "Magenta:";
//
// lblCyan
@ -232,7 +232,7 @@ private void InitializeComponent()
this.lblCyan.Location = new System.Drawing.Point(472, 49);
this.lblCyan.Name = "lblCyan";
this.lblCyan.Size = new System.Drawing.Size(34, 13);
this.lblCyan.TabIndex = 5;
this.lblCyan.TabIndex = 20;
this.lblCyan.Text = "Cyan:";
//
// lblHue
@ -242,7 +242,7 @@ private void InitializeComponent()
this.lblHue.Location = new System.Drawing.Point(444, 17);
this.lblHue.Name = "lblHue";
this.lblHue.Size = new System.Drawing.Size(13, 13);
this.lblHue.TabIndex = 3;
this.lblHue.TabIndex = 5;
this.lblHue.Text = "°";
//
// lblBrightnessPerc
@ -252,7 +252,7 @@ private void InitializeComponent()
this.lblBrightnessPerc.Location = new System.Drawing.Point(444, 81);
this.lblBrightnessPerc.Name = "lblBrightnessPerc";
this.lblBrightnessPerc.Size = new System.Drawing.Size(19, 13);
this.lblBrightnessPerc.TabIndex = 15;
this.lblBrightnessPerc.TabIndex = 11;
this.lblBrightnessPerc.Text = "%";
//
// lblSaturationPerc
@ -262,7 +262,7 @@ private void InitializeComponent()
this.lblSaturationPerc.Location = new System.Drawing.Point(444, 49);
this.lblSaturationPerc.Name = "lblSaturationPerc";
this.lblSaturationPerc.Size = new System.Drawing.Size(19, 13);
this.lblSaturationPerc.TabIndex = 9;
this.lblSaturationPerc.TabIndex = 8;
this.lblSaturationPerc.Text = "%";
//
// nudBlue
@ -275,7 +275,7 @@ private void InitializeComponent()
0});
this.nudBlue.Name = "nudBlue";
this.nudBlue.Size = new System.Drawing.Size(48, 20);
this.nudBlue.TabIndex = 29;
this.nudBlue.TabIndex = 17;
this.nudBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudBlue.Value = new decimal(new int[] {
255,
@ -294,7 +294,7 @@ private void InitializeComponent()
0});
this.nudGreen.Name = "nudGreen";
this.nudGreen.Size = new System.Drawing.Size(48, 20);
this.nudGreen.TabIndex = 25;
this.nudGreen.TabIndex = 15;
this.nudGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudGreen.Value = new decimal(new int[] {
255,
@ -313,7 +313,7 @@ private void InitializeComponent()
0});
this.nudRed.Name = "nudRed";
this.nudRed.Size = new System.Drawing.Size(48, 20);
this.nudRed.TabIndex = 20;
this.nudRed.TabIndex = 13;
this.nudRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRed.Value = new decimal(new int[] {
255,
@ -327,7 +327,7 @@ private void InitializeComponent()
this.nudBrightness.Location = new System.Drawing.Point(392, 77);
this.nudBrightness.Name = "nudBrightness";
this.nudBrightness.Size = new System.Drawing.Size(48, 20);
this.nudBrightness.TabIndex = 14;
this.nudBrightness.TabIndex = 10;
this.nudBrightness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudBrightness.Value = new decimal(new int[] {
100,
@ -341,7 +341,7 @@ private void InitializeComponent()
this.nudSaturation.Location = new System.Drawing.Point(392, 45);
this.nudSaturation.Name = "nudSaturation";
this.nudSaturation.Size = new System.Drawing.Size(48, 20);
this.nudSaturation.TabIndex = 8;
this.nudSaturation.TabIndex = 7;
this.nudSaturation.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSaturation.Value = new decimal(new int[] {
100,
@ -360,7 +360,7 @@ private void InitializeComponent()
0});
this.nudHue.Name = "nudHue";
this.nudHue.Size = new System.Drawing.Size(48, 20);
this.nudHue.TabIndex = 2;
this.nudHue.TabIndex = 4;
this.nudHue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudHue.Value = new decimal(new int[] {
360,
@ -374,7 +374,7 @@ private void InitializeComponent()
this.rbBlue.Location = new System.Drawing.Point(312, 173);
this.rbBlue.Name = "rbBlue";
this.rbBlue.Size = new System.Drawing.Size(77, 20);
this.rbBlue.TabIndex = 28;
this.rbBlue.TabIndex = 16;
this.rbBlue.Text = "Blue:";
this.rbBlue.UseVisualStyleBackColor = true;
this.rbBlue.CheckedChanged += new System.EventHandler(this.rbBlue_CheckedChanged);
@ -384,7 +384,7 @@ private void InitializeComponent()
this.rbGreen.Location = new System.Drawing.Point(312, 141);
this.rbGreen.Name = "rbGreen";
this.rbGreen.Size = new System.Drawing.Size(77, 20);
this.rbGreen.TabIndex = 24;
this.rbGreen.TabIndex = 14;
this.rbGreen.Text = "Green:";
this.rbGreen.UseVisualStyleBackColor = true;
this.rbGreen.CheckedChanged += new System.EventHandler(this.rbGreen_CheckedChanged);
@ -394,7 +394,7 @@ private void InitializeComponent()
this.rbRed.Location = new System.Drawing.Point(312, 109);
this.rbRed.Name = "rbRed";
this.rbRed.Size = new System.Drawing.Size(77, 20);
this.rbRed.TabIndex = 19;
this.rbRed.TabIndex = 12;
this.rbRed.Text = "Red:";
this.rbRed.UseVisualStyleBackColor = true;
this.rbRed.CheckedChanged += new System.EventHandler(this.rbRed_CheckedChanged);
@ -404,7 +404,7 @@ private void InitializeComponent()
this.rbBrightness.Location = new System.Drawing.Point(312, 77);
this.rbBrightness.Name = "rbBrightness";
this.rbBrightness.Size = new System.Drawing.Size(77, 20);
this.rbBrightness.TabIndex = 13;
this.rbBrightness.TabIndex = 9;
this.rbBrightness.Text = "Brightness:";
this.rbBrightness.UseVisualStyleBackColor = true;
this.rbBrightness.CheckedChanged += new System.EventHandler(this.rbBrightness_CheckedChanged);
@ -414,7 +414,7 @@ private void InitializeComponent()
this.rbSaturation.Location = new System.Drawing.Point(312, 45);
this.rbSaturation.Name = "rbSaturation";
this.rbSaturation.Size = new System.Drawing.Size(77, 20);
this.rbSaturation.TabIndex = 7;
this.rbSaturation.TabIndex = 6;
this.rbSaturation.Text = "Saturation:";
this.rbSaturation.UseVisualStyleBackColor = true;
this.rbSaturation.CheckedChanged += new System.EventHandler(this.rbSaturation_CheckedChanged);
@ -425,7 +425,7 @@ private void InitializeComponent()
this.rbHue.Location = new System.Drawing.Point(312, 13);
this.rbHue.Name = "rbHue";
this.rbHue.Size = new System.Drawing.Size(77, 20);
this.rbHue.TabIndex = 1;
this.rbHue.TabIndex = 3;
this.rbHue.TabStop = true;
this.rbHue.Text = "Hue:";
this.rbHue.UseVisualStyleBackColor = true;
@ -437,7 +437,7 @@ private void InitializeComponent()
this.lblDecimal.Location = new System.Drawing.Point(472, 208);
this.lblDecimal.Name = "lblDecimal";
this.lblDecimal.Size = new System.Drawing.Size(48, 13);
this.lblDecimal.TabIndex = 30;
this.lblDecimal.TabIndex = 34;
this.lblDecimal.Text = "Decimal:";
//
// txtDecimal
@ -445,7 +445,7 @@ private void InitializeComponent()
this.txtDecimal.Location = new System.Drawing.Point(528, 204);
this.txtDecimal.Name = "txtDecimal";
this.txtDecimal.Size = new System.Drawing.Size(72, 20);
this.txtDecimal.TabIndex = 31;
this.txtDecimal.TabIndex = 35;
this.txtDecimal.Text = "12345678";
this.txtDecimal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtDecimal.TextChanged += new System.EventHandler(this.txtDecimal_TextChanged);
@ -457,7 +457,7 @@ private void InitializeComponent()
this.lblCyanPerc.Location = new System.Drawing.Point(586, 49);
this.lblCyanPerc.Name = "lblCyanPerc";
this.lblCyanPerc.Size = new System.Drawing.Size(19, 13);
this.lblCyanPerc.TabIndex = 4;
this.lblCyanPerc.TabIndex = 22;
this.lblCyanPerc.Text = "%";
//
// lblMagentaPerc
@ -467,7 +467,7 @@ private void InitializeComponent()
this.lblMagentaPerc.Location = new System.Drawing.Point(586, 81);
this.lblMagentaPerc.Name = "lblMagentaPerc";
this.lblMagentaPerc.Size = new System.Drawing.Size(19, 13);
this.lblMagentaPerc.TabIndex = 12;
this.lblMagentaPerc.TabIndex = 25;
this.lblMagentaPerc.Text = "%";
//
// lblYellowPerc
@ -477,7 +477,7 @@ private void InitializeComponent()
this.lblYellowPerc.Location = new System.Drawing.Point(586, 113);
this.lblYellowPerc.Name = "lblYellowPerc";
this.lblYellowPerc.Size = new System.Drawing.Size(19, 13);
this.lblYellowPerc.TabIndex = 16;
this.lblYellowPerc.TabIndex = 28;
this.lblYellowPerc.Text = "%";
//
// lblKeyPerc
@ -487,7 +487,7 @@ private void InitializeComponent()
this.lblKeyPerc.Location = new System.Drawing.Point(586, 145);
this.lblKeyPerc.Name = "lblKeyPerc";
this.lblKeyPerc.Size = new System.Drawing.Size(19, 13);
this.lblKeyPerc.TabIndex = 21;
this.lblKeyPerc.TabIndex = 31;
this.lblKeyPerc.Text = "%";
//
// nudAlpha
@ -500,7 +500,7 @@ private void InitializeComponent()
0});
this.nudAlpha.Name = "nudAlpha";
this.nudAlpha.Size = new System.Drawing.Size(48, 20);
this.nudAlpha.TabIndex = 43;
this.nudAlpha.TabIndex = 19;
this.nudAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudAlpha.Value = new decimal(new int[] {
255,
@ -515,7 +515,7 @@ private void InitializeComponent()
this.lblAlpha.Location = new System.Drawing.Point(472, 17);
this.lblAlpha.Name = "lblAlpha";
this.lblAlpha.Size = new System.Drawing.Size(37, 13);
this.lblAlpha.TabIndex = 44;
this.lblAlpha.TabIndex = 18;
this.lblAlpha.Text = "Alpha:";
//
// pbColorPreview
@ -526,7 +526,7 @@ private void InitializeComponent()
this.pbColorPreview.Location = new System.Drawing.Point(360, 208);
this.pbColorPreview.Name = "pbColorPreview";
this.pbColorPreview.Size = new System.Drawing.Size(80, 56);
this.pbColorPreview.TabIndex = 49;
this.pbColorPreview.TabIndex = 38;
this.pbColorPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbColorPreview_MouseClick);
//
// colorPicker
@ -535,8 +535,8 @@ private void InitializeComponent()
this.colorPicker.DrawStyle = HelpersLib.DrawStyle.Hue;
this.colorPicker.Location = new System.Drawing.Point(8, 8);
this.colorPicker.Name = "colorPicker";
this.colorPicker.Size = new System.Drawing.Size(290, 261);
this.colorPicker.TabIndex = 0;
this.colorPicker.Size = new System.Drawing.Size(292, 261);
this.colorPicker.TabIndex = 2;
this.colorPicker.ColorChanged += new HelpersLib.ColorEventHandler(this.colorPicker_ColorChanged);
//
// DialogColor

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -45,7 +45,7 @@ private void InitializeComponent()
this.lblQuestion.Location = new System.Drawing.Point(0, 0);
this.lblQuestion.Name = "lblQuestion";
this.lblQuestion.Size = new System.Drawing.Size(420, 25);
this.lblQuestion.TabIndex = 0;
this.lblQuestion.TabIndex = 2;
this.lblQuestion.Text = "Your clipboard contains the following:";
this.lblQuestion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
@ -105,7 +105,7 @@ private void InitializeComponent()
this.cbDontShowThisWindow.Location = new System.Drawing.Point(9, 332);
this.cbDontShowThisWindow.Name = "cbDontShowThisWindow";
this.cbDontShowThisWindow.Size = new System.Drawing.Size(137, 17);
this.cbDontShowThisWindow.TabIndex = 2;
this.cbDontShowThisWindow.TabIndex = 4;
this.cbDontShowThisWindow.Text = "Don\'t show this window";
this.cbDontShowThisWindow.UseVisualStyleBackColor = true;
this.cbDontShowThisWindow.CheckedChanged += new System.EventHandler(this.cbDontShowThisWindow_CheckedChanged);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -39,7 +39,7 @@ private void InitializeComponent()
this.btnLoadedAssemblies.Location = new System.Drawing.Point(96, 511);
this.btnLoadedAssemblies.Name = "btnLoadedAssemblies";
this.btnLoadedAssemblies.Size = new System.Drawing.Size(120, 23);
this.btnLoadedAssemblies.TabIndex = 1;
this.btnLoadedAssemblies.TabIndex = 2;
this.btnLoadedAssemblies.Text = "Loaded assemblies";
this.btnLoadedAssemblies.UseVisualStyleBackColor = true;
this.btnLoadedAssemblies.Click += new System.EventHandler(this.btnLoadedAssemblies_Click);
@ -50,7 +50,7 @@ private void InitializeComponent()
this.btnCopyAll.Location = new System.Drawing.Point(8, 511);
this.btnCopyAll.Name = "btnCopyAll";
this.btnCopyAll.Size = new System.Drawing.Size(80, 23);
this.btnCopyAll.TabIndex = 0;
this.btnCopyAll.TabIndex = 1;
this.btnCopyAll.Text = "Copy all";
this.btnCopyAll.UseVisualStyleBackColor = true;
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
@ -65,7 +65,7 @@ private void InitializeComponent()
this.rtbDebug.Name = "rtbDebug";
this.rtbDebug.ReadOnly = true;
this.rtbDebug.Size = new System.Drawing.Size(744, 496);
this.rtbDebug.TabIndex = 3;
this.rtbDebug.TabIndex = 0;
this.rtbDebug.Text = "";
this.rtbDebug.WordWrap = false;
this.rtbDebug.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtbDebug_LinkClicked);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -95,9 +95,9 @@ private void InitializeComponent()
this.btnCancel = new System.Windows.Forms.Button();
this.txtInputText = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
//
// btnOK
//
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(208, 32);
this.btnOK.Name = "btnOK";
@ -106,9 +106,9 @@ private void InitializeComponent()
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
//
// btnCancel
//
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(288, 32);
this.btnCancel.Name = "btnCancel";
@ -117,18 +117,18 @@ private void InitializeComponent()
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
//
// txtInputText
//
this.txtInputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
//
this.txtInputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtInputText.Location = new System.Drawing.Point(8, 8);
this.txtInputText.Name = "txtInputText";
this.txtInputText.Size = new System.Drawing.Size(352, 20);
this.txtInputText.TabIndex = 0;
//
//
// InputBox
//
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@ -146,6 +146,7 @@ private void InitializeComponent()
this.Shown += new System.EventHandler(this.InputBox_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Button btnOK;

View file

@ -29,6 +29,8 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.pSettings = new System.Windows.Forms.Panel();
this.btnGradientColor2 = new HelpersLib.ColorButton();
this.btnGradientColor1 = new HelpersLib.ColorButton();
this.lblTip = new System.Windows.Forms.Label();
this.cbGradient = new System.Windows.Forms.ComboBox();
this.rbGradient = new System.Windows.Forms.RadioButton();
@ -52,8 +54,6 @@ private void InitializeComponent()
this.lblBlackWhiteValue = new System.Windows.Forms.Label();
this.tbBlackWhite = new System.Windows.Forms.TrackBar();
this.rbBlackWhite = new System.Windows.Forms.RadioButton();
this.btnGradientColor2 = new HelpersLib.ColorButton();
this.btnGradientColor1 = new HelpersLib.ColorButton();
this.pSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbShapeSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbBlue)).BeginInit();
@ -96,6 +96,30 @@ private void InitializeComponent()
this.pSettings.Size = new System.Drawing.Size(320, 396);
this.pSettings.TabIndex = 0;
//
// btnGradientColor2
//
this.btnGradientColor2.Color = System.Drawing.Color.Empty;
this.btnGradientColor2.Location = new System.Drawing.Point(120, 256);
this.btnGradientColor2.Name = "btnGradientColor2";
this.btnGradientColor2.Size = new System.Drawing.Size(96, 24);
this.btnGradientColor2.TabIndex = 18;
this.btnGradientColor2.Text = "Color 2";
this.btnGradientColor2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnGradientColor2.UseVisualStyleBackColor = true;
this.btnGradientColor2.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor2_ColorChanged);
//
// btnGradientColor1
//
this.btnGradientColor1.Color = System.Drawing.Color.Empty;
this.btnGradientColor1.Location = new System.Drawing.Point(16, 256);
this.btnGradientColor1.Name = "btnGradientColor1";
this.btnGradientColor1.Size = new System.Drawing.Size(96, 24);
this.btnGradientColor1.TabIndex = 17;
this.btnGradientColor1.Text = "Color 1";
this.btnGradientColor1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnGradientColor1.UseVisualStyleBackColor = true;
this.btnGradientColor1.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor1_ColorChanged);
//
// lblTip
//
this.lblTip.AutoSize = true;
@ -103,7 +127,7 @@ private void InitializeComponent()
this.lblTip.Location = new System.Drawing.Point(16, 368);
this.lblTip.Name = "lblTip";
this.lblTip.Size = new System.Drawing.Size(279, 16);
this.lblTip.TabIndex = 23;
this.lblTip.TabIndex = 24;
this.lblTip.Text = "You can click outside for hide/show this panel.";
//
// cbGradient
@ -113,7 +137,7 @@ private void InitializeComponent()
this.cbGradient.Location = new System.Drawing.Point(88, 222);
this.cbGradient.Name = "cbGradient";
this.cbGradient.Size = new System.Drawing.Size(216, 21);
this.cbGradient.TabIndex = 22;
this.cbGradient.TabIndex = 16;
this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged);
//
// rbGradient
@ -122,7 +146,7 @@ private void InitializeComponent()
this.rbGradient.Location = new System.Drawing.Point(16, 224);
this.rbGradient.Name = "rbGradient";
this.rbGradient.Size = new System.Drawing.Size(68, 17);
this.rbGradient.TabIndex = 21;
this.rbGradient.TabIndex = 15;
this.rbGradient.Text = "Gradient:";
this.rbGradient.UseVisualStyleBackColor = true;
this.rbGradient.CheckedChanged += new System.EventHandler(this.rbGradient_CheckedChanged);
@ -132,7 +156,7 @@ private void InitializeComponent()
this.btnClose.Location = new System.Drawing.Point(208, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(96, 23);
this.btnClose.TabIndex = 20;
this.btnClose.TabIndex = 1;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
@ -143,7 +167,7 @@ private void InitializeComponent()
this.lblShapeSize.Location = new System.Drawing.Point(16, 334);
this.lblShapeSize.Name = "lblShapeSize";
this.lblShapeSize.Size = new System.Drawing.Size(30, 13);
this.lblShapeSize.TabIndex = 19;
this.lblShapeSize.TabIndex = 21;
this.lblShapeSize.Text = "Size:";
//
// lblShapeSizeValue
@ -153,7 +177,7 @@ private void InitializeComponent()
this.lblShapeSizeValue.Location = new System.Drawing.Point(280, 332);
this.lblShapeSizeValue.Name = "lblShapeSizeValue";
this.lblShapeSizeValue.Size = new System.Drawing.Size(15, 16);
this.lblShapeSizeValue.TabIndex = 18;
this.lblShapeSizeValue.TabIndex = 23;
this.lblShapeSizeValue.Text = "1";
//
// tbShapeSize
@ -164,7 +188,7 @@ private void InitializeComponent()
this.tbShapeSize.Minimum = 1;
this.tbShapeSize.Name = "tbShapeSize";
this.tbShapeSize.Size = new System.Drawing.Size(232, 24);
this.tbShapeSize.TabIndex = 17;
this.tbShapeSize.TabIndex = 22;
this.tbShapeSize.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbShapeSize.Value = 1;
this.tbShapeSize.ValueChanged += new System.EventHandler(this.tbShapeSize_ValueChanged);
@ -174,7 +198,7 @@ private void InitializeComponent()
this.btnColorDialog.Location = new System.Drawing.Point(208, 88);
this.btnColorDialog.Name = "btnColorDialog";
this.btnColorDialog.Size = new System.Drawing.Size(96, 23);
this.btnColorDialog.TabIndex = 16;
this.btnColorDialog.TabIndex = 5;
this.btnColorDialog.Text = "Color dialog...";
this.btnColorDialog.UseVisualStyleBackColor = true;
this.btnColorDialog.Click += new System.EventHandler(this.btnColorDialog_Click);
@ -190,7 +214,7 @@ private void InitializeComponent()
this.cbShapes.Location = new System.Drawing.Point(88, 294);
this.cbShapes.Name = "cbShapes";
this.cbShapes.Size = new System.Drawing.Size(216, 21);
this.cbShapes.TabIndex = 15;
this.cbShapes.TabIndex = 20;
this.cbShapes.SelectedIndexChanged += new System.EventHandler(this.cbShapes_SelectedIndexChanged);
//
// rbShapes
@ -199,7 +223,7 @@ private void InitializeComponent()
this.rbShapes.Location = new System.Drawing.Point(16, 296);
this.rbShapes.Name = "rbShapes";
this.rbShapes.Size = new System.Drawing.Size(59, 17);
this.rbShapes.TabIndex = 14;
this.rbShapes.TabIndex = 19;
this.rbShapes.Text = "Shape:";
this.rbShapes.UseVisualStyleBackColor = true;
this.rbShapes.CheckedChanged += new System.EventHandler(this.rbShapes_CheckedChanged);
@ -210,7 +234,7 @@ private void InitializeComponent()
this.lblBlue.Location = new System.Drawing.Point(16, 190);
this.lblBlue.Name = "lblBlue";
this.lblBlue.Size = new System.Drawing.Size(17, 13);
this.lblBlue.TabIndex = 13;
this.lblBlue.TabIndex = 12;
this.lblBlue.Text = "B:";
//
// lblBlueValue
@ -220,7 +244,7 @@ private void InitializeComponent()
this.lblBlueValue.Location = new System.Drawing.Point(280, 188);
this.lblBlueValue.Name = "lblBlueValue";
this.lblBlueValue.Size = new System.Drawing.Size(15, 16);
this.lblBlueValue.TabIndex = 12;
this.lblBlueValue.TabIndex = 14;
this.lblBlueValue.Text = "0";
//
// tbBlue
@ -230,7 +254,7 @@ private void InitializeComponent()
this.tbBlue.Maximum = 255;
this.tbBlue.Name = "tbBlue";
this.tbBlue.Size = new System.Drawing.Size(240, 24);
this.tbBlue.TabIndex = 11;
this.tbBlue.TabIndex = 13;
this.tbBlue.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbBlue.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged);
//
@ -240,7 +264,7 @@ private void InitializeComponent()
this.lblGreen.Location = new System.Drawing.Point(16, 158);
this.lblGreen.Name = "lblGreen";
this.lblGreen.Size = new System.Drawing.Size(18, 13);
this.lblGreen.TabIndex = 10;
this.lblGreen.TabIndex = 9;
this.lblGreen.Text = "G:";
//
// lblGreenValue
@ -250,7 +274,7 @@ private void InitializeComponent()
this.lblGreenValue.Location = new System.Drawing.Point(280, 156);
this.lblGreenValue.Name = "lblGreenValue";
this.lblGreenValue.Size = new System.Drawing.Size(15, 16);
this.lblGreenValue.TabIndex = 9;
this.lblGreenValue.TabIndex = 11;
this.lblGreenValue.Text = "0";
//
// tbGreen
@ -260,7 +284,7 @@ private void InitializeComponent()
this.tbGreen.Maximum = 255;
this.tbGreen.Name = "tbGreen";
this.tbGreen.Size = new System.Drawing.Size(240, 24);
this.tbGreen.TabIndex = 8;
this.tbGreen.TabIndex = 10;
this.tbGreen.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbGreen.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged);
//
@ -270,7 +294,7 @@ private void InitializeComponent()
this.lblRed.Location = new System.Drawing.Point(16, 126);
this.lblRed.Name = "lblRed";
this.lblRed.Size = new System.Drawing.Size(18, 13);
this.lblRed.TabIndex = 7;
this.lblRed.TabIndex = 6;
this.lblRed.Text = "R:";
//
// lblRedValue
@ -280,7 +304,7 @@ private void InitializeComponent()
this.lblRedValue.Location = new System.Drawing.Point(280, 124);
this.lblRedValue.Name = "lblRedValue";
this.lblRedValue.Size = new System.Drawing.Size(15, 16);
this.lblRedValue.TabIndex = 6;
this.lblRedValue.TabIndex = 8;
this.lblRedValue.Text = "0";
//
// tbRed
@ -290,7 +314,7 @@ private void InitializeComponent()
this.tbRed.Maximum = 255;
this.tbRed.Name = "tbRed";
this.tbRed.Size = new System.Drawing.Size(240, 24);
this.tbRed.TabIndex = 5;
this.tbRed.TabIndex = 7;
this.tbRed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbRed.ValueChanged += new System.EventHandler(this.tbRedGreenBlue_ValueChanged);
//
@ -332,35 +356,11 @@ private void InitializeComponent()
this.rbBlackWhite.Location = new System.Drawing.Point(16, 16);
this.rbBlackWhite.Name = "rbBlackWhite";
this.rbBlackWhite.Size = new System.Drawing.Size(89, 17);
this.rbBlackWhite.TabIndex = 1;
this.rbBlackWhite.TabIndex = 0;
this.rbBlackWhite.Text = "Black, White:";
this.rbBlackWhite.UseVisualStyleBackColor = true;
this.rbBlackWhite.CheckedChanged += new System.EventHandler(this.rbBlackWhite_CheckedChanged);
//
// btnGradientColor2
//
this.btnGradientColor2.Color = System.Drawing.Color.Empty;
this.btnGradientColor2.Location = new System.Drawing.Point(120, 256);
this.btnGradientColor2.Name = "btnGradientColor2";
this.btnGradientColor2.Size = new System.Drawing.Size(96, 24);
this.btnGradientColor2.TabIndex = 25;
this.btnGradientColor2.Text = "Color 2";
this.btnGradientColor2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnGradientColor2.UseVisualStyleBackColor = true;
this.btnGradientColor2.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor2_ColorChanged);
//
// btnGradientColor1
//
this.btnGradientColor1.Color = System.Drawing.Color.Empty;
this.btnGradientColor1.Location = new System.Drawing.Point(16, 256);
this.btnGradientColor1.Name = "btnGradientColor1";
this.btnGradientColor1.Size = new System.Drawing.Size(96, 24);
this.btnGradientColor1.TabIndex = 24;
this.btnGradientColor1.Text = "Color 1";
this.btnGradientColor1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnGradientColor1.UseVisualStyleBackColor = true;
this.btnGradientColor1.ColorChanged += new HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor1_ColorChanged);
//
// MonitorTestForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -30,10 +30,10 @@ private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.qrMain = new Gma.QrCodeNet.Encoding.Windows.Forms.QrCodeGraphicControl();
this.txtQRCode = new System.Windows.Forms.TextBox();
this.cmsQR = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.txtQRCode = new System.Windows.Forms.TextBox();
this.cmsQR.SuspendLayout();
this.SuspendLayout();
//
@ -51,6 +51,30 @@ private void InitializeComponent()
this.qrMain.TabIndex = 1;
this.qrMain.Click += new System.EventHandler(this.qrMain_Click);
//
// cmsQR
//
this.cmsQR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCopy,
this.tsmiSaveAs});
this.cmsQR.Name = "cmsQR";
this.cmsQR.Size = new System.Drawing.Size(212, 48);
this.cmsQR.Text = "QR";
//
// tsmiCopy
//
this.tsmiCopy.Name = "tsmiCopy";
this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.tsmiCopy.Size = new System.Drawing.Size(211, 22);
this.tsmiCopy.Text = "Copy to clipboard";
this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click);
//
// tsmiSaveAs
//
this.tsmiSaveAs.Name = "tsmiSaveAs";
this.tsmiSaveAs.Size = new System.Drawing.Size(211, 22);
this.tsmiSaveAs.Text = "Save image as PNG...";
this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click);
//
// txtQRCode
//
this.txtQRCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
@ -62,30 +86,6 @@ private void InitializeComponent()
this.txtQRCode.Visible = false;
this.txtQRCode.TextChanged += new System.EventHandler(this.txtQRCode_TextChanged);
//
// cmsQR
//
this.cmsQR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCopy,
this.tsmiSaveAs});
this.cmsQR.Name = "cmsQR";
this.cmsQR.Size = new System.Drawing.Size(212, 48);
this.cmsQR.Text = "QR";
//
// tsmiSaveAs
//
this.tsmiSaveAs.Name = "tsmiSaveAs";
this.tsmiSaveAs.Size = new System.Drawing.Size(211, 22);
this.tsmiSaveAs.Text = "Save image as PNG...";
this.tsmiSaveAs.Click += new System.EventHandler(this.tsmiSaveAs_Click);
//
// tsmiCopy
//
this.tsmiCopy.Name = "tsmiCopy";
this.tsmiCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.tsmiCopy.Size = new System.Drawing.Size(211, 22);
this.tsmiCopy.Text = "Copy to clipboard";
this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click);
//
// QRCodeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View file

@ -106,7 +106,7 @@ private void InitializeComponent()
this.btnApplyFilters.Location = new System.Drawing.Point(16, 232);
this.btnApplyFilters.Name = "btnApplyFilters";
this.btnApplyFilters.Size = new System.Drawing.Size(136, 24);
this.btnApplyFilters.TabIndex = 1;
this.btnApplyFilters.TabIndex = 14;
this.btnApplyFilters.Text = "Apply filters";
this.btnApplyFilters.UseVisualStyleBackColor = true;
this.btnApplyFilters.Click += new System.EventHandler(this.btnApplyFilters_Click);
@ -171,7 +171,7 @@ private void InitializeComponent()
this.ssMain.Location = new System.Drawing.Point(0, 665);
this.ssMain.Name = "ssMain";
this.ssMain.Size = new System.Drawing.Size(920, 22);
this.ssMain.TabIndex = 1;
this.ssMain.TabIndex = 3;
this.ssMain.Text = "statusStrip1";
//
// tsslStatus
@ -210,7 +210,7 @@ private void InitializeComponent()
this.btnRemoveFilters.Location = new System.Drawing.Point(160, 232);
this.btnRemoveFilters.Name = "btnRemoveFilters";
this.btnRemoveFilters.Size = new System.Drawing.Size(136, 24);
this.btnRemoveFilters.TabIndex = 2;
this.btnRemoveFilters.TabIndex = 15;
this.btnRemoveFilters.Text = "Remove filters";
this.btnRemoveFilters.UseVisualStyleBackColor = true;
this.btnRemoveFilters.Click += new System.EventHandler(this.btnRemoveFilters_Click);
@ -272,7 +272,7 @@ private void InitializeComponent()
this.lvHistory.Location = new System.Drawing.Point(8, 288);
this.lvHistory.Name = "lvHistory";
this.lvHistory.Size = new System.Drawing.Size(904, 368);
this.lvHistory.TabIndex = 1;
this.lvHistory.TabIndex = 0;
this.lvHistory.UseCompatibleStateImageBehavior = false;
this.lvHistory.View = System.Windows.Forms.View.Details;
this.lvHistory.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvHistory_ItemSelectionChanged);

View file

@ -30,9 +30,9 @@ private void InitializeComponent()
{
this.olvMain = new HistoryLib.CustomControls.ObjectListView();
this.SuspendLayout();
//
//
// olvMain
//
//
this.olvMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.olvMain.FullRowSelect = true;
this.olvMain.GridLines = true;
@ -45,9 +45,9 @@ private void InitializeComponent()
this.olvMain.TabIndex = 0;
this.olvMain.UseCompatibleStateImageBehavior = false;
this.olvMain.View = System.Windows.Forms.View.Details;
//
//
// HistoryItemInfoForm
//
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(454, 411);
@ -58,6 +58,7 @@ private void InitializeComponent()
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - History item info";
this.ResumeLayout(false);
}
#endregion Windows Form Designer generated code

View file

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -100,6 +100,12 @@
<EmbeddedResource Include="HistoryForm.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryItemInfoForm.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageHistoryForm.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>

View file

@ -79,7 +79,7 @@ private void InitializeComponent()
this.tscMain.Location = new System.Drawing.Point(0, 0);
this.tscMain.Name = "tscMain";
this.tscMain.Size = new System.Drawing.Size(804, 612);
this.tscMain.TabIndex = 1;
this.tscMain.TabIndex = 0;
this.tscMain.Text = "toolStripContainer1";
//
// tscMain.TopToolStripPanel
@ -97,7 +97,7 @@ private void InitializeComponent()
this.tsMain.Location = new System.Drawing.Point(3, 0);
this.tsMain.Name = "tsMain";
this.tsMain.Padding = new System.Windows.Forms.Padding(3, 1, 3, 1);
this.tsMain.Size = new System.Drawing.Size(396, 25);
this.tsMain.Size = new System.Drawing.Size(361, 25);
this.tsMain.TabIndex = 0;
//
// tsddbViewMode
@ -108,27 +108,27 @@ private void InitializeComponent()
this.tsmiViewModeGallery,
this.tsmiViewModePane});
this.tsddbViewMode.Name = "tsddbViewMode";
this.tsddbViewMode.Size = new System.Drawing.Size(79, 19);
this.tsddbViewMode.Size = new System.Drawing.Size(79, 20);
this.tsddbViewMode.Text = "View mode";
//
// tsmiViewModeThumbnails
//
this.tsmiViewModeThumbnails.Name = "tsmiViewModeThumbnails";
this.tsmiViewModeThumbnails.Size = new System.Drawing.Size(152, 22);
this.tsmiViewModeThumbnails.Size = new System.Drawing.Size(137, 22);
this.tsmiViewModeThumbnails.Text = "Thumbnails";
this.tsmiViewModeThumbnails.Click += new System.EventHandler(this.tsmiViewModeThumbnails_Click);
//
// tsmiViewModeGallery
//
this.tsmiViewModeGallery.Name = "tsmiViewModeGallery";
this.tsmiViewModeGallery.Size = new System.Drawing.Size(152, 22);
this.tsmiViewModeGallery.Size = new System.Drawing.Size(137, 22);
this.tsmiViewModeGallery.Text = "Gallery";
this.tsmiViewModeGallery.Click += new System.EventHandler(this.tsmiViewModeGallery_Click);
//
// tsmiViewModePane
//
this.tsmiViewModePane.Name = "tsmiViewModePane";
this.tsmiViewModePane.Size = new System.Drawing.Size(152, 22);
this.tsmiViewModePane.Size = new System.Drawing.Size(137, 22);
this.tsmiViewModePane.Text = "Pane";
this.tsmiViewModePane.Click += new System.EventHandler(this.tsmiViewModePane_Click);
//
@ -142,41 +142,41 @@ private void InitializeComponent()
this.tsmiThumbnailSize200,
this.tsmiThumbnailSize250});
this.tsddbThumbnailSize.Name = "tsddbThumbnailSize";
this.tsddbThumbnailSize.Size = new System.Drawing.Size(100, 19);
this.tsddbThumbnailSize.Size = new System.Drawing.Size(100, 20);
this.tsddbThumbnailSize.Text = "Thumbnail size";
//
// tsmiThumbnailSize75
//
this.tsmiThumbnailSize75.Name = "tsmiThumbnailSize75";
this.tsmiThumbnailSize75.Size = new System.Drawing.Size(152, 22);
this.tsmiThumbnailSize75.Size = new System.Drawing.Size(121, 22);
this.tsmiThumbnailSize75.Text = "75 x 75";
this.tsmiThumbnailSize75.Click += new System.EventHandler(this.tsmiThumbnailSize75_Click);
//
// tsmiThumbnailSize100
//
this.tsmiThumbnailSize100.Name = "tsmiThumbnailSize100";
this.tsmiThumbnailSize100.Size = new System.Drawing.Size(152, 22);
this.tsmiThumbnailSize100.Size = new System.Drawing.Size(121, 22);
this.tsmiThumbnailSize100.Text = "100 x 100";
this.tsmiThumbnailSize100.Click += new System.EventHandler(this.tsmiThumbnailSize100_Click);
//
// tsmiThumbnailSize150
//
this.tsmiThumbnailSize150.Name = "tsmiThumbnailSize150";
this.tsmiThumbnailSize150.Size = new System.Drawing.Size(152, 22);
this.tsmiThumbnailSize150.Size = new System.Drawing.Size(121, 22);
this.tsmiThumbnailSize150.Text = "150 x 150";
this.tsmiThumbnailSize150.Click += new System.EventHandler(this.tsmiThumbnailSize150_Click);
//
// tsmiThumbnailSize200
//
this.tsmiThumbnailSize200.Name = "tsmiThumbnailSize200";
this.tsmiThumbnailSize200.Size = new System.Drawing.Size(152, 22);
this.tsmiThumbnailSize200.Size = new System.Drawing.Size(121, 22);
this.tsmiThumbnailSize200.Text = "200 x 200";
this.tsmiThumbnailSize200.Click += new System.EventHandler(this.tsmiThumbnailSize200_Click);
//
// tsmiThumbnailSize250
//
this.tsmiThumbnailSize250.Name = "tsmiThumbnailSize250";
this.tsmiThumbnailSize250.Size = new System.Drawing.Size(152, 22);
this.tsmiThumbnailSize250.Size = new System.Drawing.Size(121, 22);
this.tsmiThumbnailSize250.Text = "250 x 250";
this.tsmiThumbnailSize250.Click += new System.EventHandler(this.tsmiThumbnailSize250_Click);
//
@ -185,7 +185,7 @@ private void InitializeComponent()
this.tsbQuickList.CheckOnClick = true;
this.tsbQuickList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbQuickList.Name = "tsbQuickList";
this.tsbQuickList.Size = new System.Drawing.Size(174, 19);
this.tsbQuickList.Size = new System.Drawing.Size(174, 20);
this.tsbQuickList.Text = "Only show last 100 screenshots";
this.tsbQuickList.Click += new System.EventHandler(this.tsbQuickList_Click);
//

View file

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tsMain.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View file

@ -120,7 +120,7 @@ private void InitializeComponent()
this.btnOK.Location = new System.Drawing.Point(744, 734);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(72, 24);
this.btnOK.TabIndex = 15;
this.btnOK.TabIndex = 14;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
@ -131,7 +131,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(824, 734);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 24);
this.btnCancel.TabIndex = 16;
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -195,7 +195,7 @@ private void InitializeComponent()
this.btnLoadImage.Location = new System.Drawing.Point(152, 734);
this.btnLoadImage.Name = "btnLoadImage";
this.btnLoadImage.Size = new System.Drawing.Size(81, 24);
this.btnLoadImage.TabIndex = 13;
this.btnLoadImage.TabIndex = 12;
this.btnLoadImage.Text = "Load image...";
this.btnLoadImage.UseVisualStyleBackColor = true;
this.btnLoadImage.Visible = false;
@ -208,7 +208,7 @@ private void InitializeComponent()
this.btnSaveImage.Location = new System.Drawing.Point(240, 734);
this.btnSaveImage.Name = "btnSaveImage";
this.btnSaveImage.Size = new System.Drawing.Size(82, 24);
this.btnSaveImage.TabIndex = 14;
this.btnSaveImage.TabIndex = 13;
this.btnSaveImage.Text = "Save image...";
this.btnSaveImage.UseVisualStyleBackColor = true;
this.btnSaveImage.Visible = false;
@ -220,7 +220,7 @@ private void InitializeComponent()
this.eiImageEffects.Name = "eiImageEffects";
this.eiImageEffects.ObjectType = null;
this.eiImageEffects.Size = new System.Drawing.Size(136, 24);
this.eiImageEffects.TabIndex = 17;
this.eiImageEffects.TabIndex = 11;
this.eiImageEffects.ExportRequested += new HelpersLib.UserControls.ExportImportControl.ExportEventHandler(this.eiImageEffects_ExportRequested);
this.eiImageEffects.ImportRequested += new HelpersLib.UserControls.ExportImportControl.ImportEventHandler(this.eiImageEffects_ImportRequested);
//

View file

@ -90,7 +90,7 @@ private void InitializeComponent()
this.cbWatermarkAutoHide.Location = new System.Drawing.Point(17, 112);
this.cbWatermarkAutoHide.Name = "cbWatermarkAutoHide";
this.cbWatermarkAutoHide.Size = new System.Drawing.Size(260, 17);
this.cbWatermarkAutoHide.TabIndex = 8;
this.cbWatermarkAutoHide.TabIndex = 7;
this.cbWatermarkAutoHide.Text = "Hide watermark if image is smaller than watermark";
this.cbWatermarkAutoHide.UseVisualStyleBackColor = true;
this.cbWatermarkAutoHide.CheckedChanged += new System.EventHandler(this.cbWatermarkAutoHide_CheckedChanged);
@ -160,7 +160,7 @@ private void InitializeComponent()
this.gbWatermarkBackground.Location = new System.Drawing.Point(304, 126);
this.gbWatermarkBackground.Name = "gbWatermarkBackground";
this.gbWatermarkBackground.Size = new System.Drawing.Size(448, 210);
this.gbWatermarkBackground.TabIndex = 10;
this.gbWatermarkBackground.TabIndex = 9;
this.gbWatermarkBackground.TabStop = false;
this.gbWatermarkBackground.Text = "Text background settings";
//
@ -276,7 +276,7 @@ private void InitializeComponent()
this.gbWatermarkText.Location = new System.Drawing.Point(304, 8);
this.gbWatermarkText.Name = "gbWatermarkText";
this.gbWatermarkText.Size = new System.Drawing.Size(448, 112);
this.gbWatermarkText.TabIndex = 7;
this.gbWatermarkText.TabIndex = 8;
this.gbWatermarkText.TabStop = false;
this.gbWatermarkText.Text = "Text settings";
//
@ -356,7 +356,7 @@ private void InitializeComponent()
this.gbImageWatermark.Location = new System.Drawing.Point(304, 344);
this.gbImageWatermark.Name = "gbImageWatermark";
this.gbImageWatermark.Size = new System.Drawing.Size(448, 56);
this.gbImageWatermark.TabIndex = 12;
this.gbImageWatermark.TabIndex = 10;
this.gbImageWatermark.TabStop = false;
this.gbImageWatermark.Text = "Image settings";
//
@ -377,7 +377,7 @@ private void InitializeComponent()
this.pbPreview.Location = new System.Drawing.Point(8, 160);
this.pbPreview.Name = "pbPreview";
this.pbPreview.Size = new System.Drawing.Size(288, 240);
this.pbPreview.TabIndex = 11;
this.pbPreview.TabIndex = 12;
//
// lblPreview
//
@ -385,7 +385,7 @@ private void InitializeComponent()
this.lblPreview.Location = new System.Drawing.Point(8, 144);
this.lblPreview.Name = "lblPreview";
this.lblPreview.Size = new System.Drawing.Size(102, 13);
this.lblPreview.TabIndex = 9;
this.lblPreview.TabIndex = 11;
this.lblPreview.Text = "Watermark preview:";
//
// WatermarkForm

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -87,7 +87,7 @@ private void InitializeComponent()
this.tsbWindowRectangle.Image = ((System.Drawing.Image)(resources.GetObject("tsbWindowRectangle.Image")));
this.tsbWindowRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbWindowRectangle.Name = "tsbWindowRectangle";
this.tsbWindowRectangle.Size = new System.Drawing.Size(139, 20);
this.tsbWindowRectangle.Size = new System.Drawing.Size(149, 20);
this.tsbWindowRectangle.Text = "Window and Rectangle";
this.tsbWindowRectangle.Click += new System.EventHandler(this.tsbWindowRectangle_Click);
//
@ -183,7 +183,7 @@ private void InitializeComponent()
this.pImage.Location = new System.Drawing.Point(304, 8);
this.pImage.Name = "pImage";
this.pImage.Size = new System.Drawing.Size(536, 632);
this.pImage.TabIndex = 4;
this.pImage.TabIndex = 3;
//
// pgSurfaceConfig
//
@ -199,7 +199,7 @@ private void InitializeComponent()
this.btnClipboardCopy.Location = new System.Drawing.Point(184, 8);
this.btnClipboardCopy.Name = "btnClipboardCopy";
this.btnClipboardCopy.Size = new System.Drawing.Size(112, 40);
this.btnClipboardCopy.TabIndex = 2;
this.btnClipboardCopy.TabIndex = 1;
this.btnClipboardCopy.Text = "Copy image to clipboard";
this.btnClipboardCopy.UseVisualStyleBackColor = true;
this.btnClipboardCopy.Click += new System.EventHandler(this.btnClipboardCopy_Click);

View file

@ -112,118 +112,119 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tsRegionTools.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="tsRegionTools.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tsbFullscreen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEgSURBVDhPpZPdjsFAGIZdrFtyL3viQCQSET8b1kZYGhGL
sNrqtDVT/Xg7+WpWpw6Q9Eif92+mlWrtQO88FcCv/sDmAmaKMkHzHanSLHlBoAy+pCmpREN4gigpCgC2
VQIYy0v2nx9q8OCr/wKmsymCqCLW8DFQGbhzJW2OslyAxRj2RJKDv3+SVvszLXfn5wKPMBw1GNNiE9Ns
HZULoDNiszPDzlaDk1VE42VoF8DaGAxjoa8JT28wwJET0udc2AX4qDAYxkJsOGNEwENHUP9HUGcaFI8R
7nxUcMdg6IzYHLk302Dr+2S/SOjuGu4YDJ0RG858kRpD3y7AlwTdcVTszp1ZoD7wihvweHtP5d3ZHdHb
kxM1v3wC/NF17wLvfM5X/bSEOltGUf4AAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEaSURBVDhPpZHdasJAEIV9WF/Jd+mNFyIIUlor/hTxp0Gk
WjGaxGwSd2NGzy6jG5N4YQeGgSTfmTkntXrDpf+0Fni1cgKs+EzQ/kaqTM+CQFWds4xUaiB0GKdFAXva
BTCRZ/0uiAzoBiovYJf9DKeKxMCHUGlw60naHGS1ABfDvkhv4HovabU70XJ7ei7wCGOjARP62SQ0+42r
BeC5DHb+DDhZxTReRuUCSBuBIaxHeHqFAQ6diPoLUS7AvwqBwTPDeAZ44AjqzQW9T8O8ACa2Y/J2BAbP
OJtP/pwZsPN9LAqg4d2ztiMweMbZ2MzftQZBuQCaveNX8Xb2zN388vXMZcDh7Xx1887bcXp3cqT2KNDw
24d3F3i9XboA/bSEOiL2OBcAAAAASUVORK5CYII=
</value>
</data>
<data name="tsbWindowRectangle.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD0SURBVDhPzZN9C8FQGMV9WF/JdyF/KEkplLy0kLwvZLbZ
Zq+Ozr3dIbFCcet0a/U853fOtlzuL06+sMc7EvAczDpJckYUn4VJECbi9gJ5iwWf6CkBHely9GKYTgTD
jrA1Q6HNQSolYAQV5RbzFdl8698vUD0wo3OSrnTTjRDLXYDZxsdE9zFenzBcST0QqKI4nNVLb+reL2DT
zGy5sXBe76UrHbWFBw50Ji7aYwetkdQDAQvjQ2JnEdQH9nWBcle5mZl56UxXujW0I2p9G9WuhUpHKiVg
dhbHV6UbEp0lEZvIaphD5baJUstEsXn40of085/xArHce95KERj9AAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD2SURBVDhPzVLZisJAEMzH7i/5Ly4+LIgsCCqIB7KKeAdd
EmNMYk5LqoeJBjGC+7A2FPVUR/eM8R7zUbHwCnLxs8myM5L0LKIozoSDSPHL6RoPGzCRKccgheMlsN0E
OycWbPcKBYNb1jXLsNiFwncNKPZOKpVpph1j9Rthvg0xNUNMNif8rBUKBmR9KIrJZejPfOHcgJfmzgc/
leSNpVKZOFoGIuhOfXQmHtpjhYIBmQcjsza5DN9DV1gMdLremztzXyYzlWnN0RGNgYt674CvrkJuwN15
OD6VaavqPBJrs7IWU1TrOPhsO6i29leDv0C+8z+OYVwAsdx73hsdYZoAAAAASUVORK5CYII=
</value>
</data>
<data name="tsbRectangle.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPxZNdSwJBAEX3x/aX+i9FD4FEEKQgZUmJZGaL
mrpuu+vOfnjzzDCGVPbggwv3bc89d4bdIDj6c3I60yEJgP976nqtslrLFLVNZlxg9xYAeiBZVYqzSsu0
UpSUNnsLMGIB4uVZXGoSFTbjhcufBVjT3Nk8GM6NRh9Gw6nR6yS3+bUAmLlYsYXzQm8baDDO1Q9z9d5X
ehq5/ChgNmYPY8QECNAdZuoMMt2/pDY7BVwYZ2Y2ZmCsGAEB2v1UrV6i5rPLTgHTuTDOzGzMwI8b2IM3
3U+R64fYZlvg7X46Z2Y2ZmBsgFedWI27pS7bLtsCzs7FObubzpmZzWQPA120Ip03I53dLr4LDvqUj/4z
fgGTTaydo+wOCwAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEQSURBVDhPxZNbSwJBAIX3x/aX+i9GD0FIEKQg5YUSycxE
y1y33XVnL578ZhpDuvjggwPnbb/znRnY4Pjn5HSuQ2IL9p2qWqso1zJ5ZZMal70FgB6IV6WitNQyKRXG
hc2/BRgBgfh4HhWahbnNdOHyZwHWJHM2D07ejcZvRqNXo6dZZvNrATBzsTow1/MGGk4zDSaZ+i8r3Y9d
fhQwG7OHMWICBOiNUrWHqe4eE5udAh6MOzPbw1gxAgK0Boma/ViNB5edAqbzYNyZ2ZiBuxvYg9e9D5ur
TmSzLfB2P507MxszMDbAejvS5e1SFy2XbQF35+Gc3U3nzsz2ZmCg82aos0ao2s3iu+CQfP0RRztB8AmT
TaydC0wRpgAAAABJRU5ErkJggg==
</value>
</data>
<data name="tsbRoundedRectangle.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE4SURBVDhPzZPbTsJQFET5V/0kjR/jg4lRozFiUFEUgiJC
w6W19/actox7TlNMU5rwyEn2W9fM7Es7nYN6x6c29qlG6KOT9RnBtlcUG2T5BkoXSKX4LZmtUBtMUGUF
YlUgTHL4cQ4vyuGGmRExAm0wHRMBA4EIOH6GlaexdDUWv2UZkV0CWlyjtHSzBSRkOQqztcJ0pfC9TE3t
FDCwxKUrHS1H40egySLF2EoxmicYzspqCDA2nSt4bpduBD8EGExj9CcxXr4iUzUBDow9MzadCdOVjgQJ
9MYRHkchHoZl1QQ4bQ6MPTM2nQm/Cfz0GaEr4P17gNtBgJtX31RtE1wVo3Ng7Jmx6UyYbncCXvd9XD57
uOh5/zBXWR0SV8VpMzp7Zmw6E74SmOB5120eUnVR+5zxNvbB/IR/hPNmC2er0icAAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE7SURBVDhPzZJbS8NAEIXzX/UnKf4YHwRRUcRK1Wq1pVpr
G3pJzD3ZXHqcs0kIwRT62IHztPvNOTO7xmHV8amFfVRdb+roZHPGg11VFFtk+RYqLZCIeJdMhZfOXUVQ
ZQUiVSCIc3hRDjfM4QRZk2QXTMdYQF8gAraXYe2mWDkplr+ldJOuBqm4hknpZglIyLQV5huF2Vrhe5Vo
dTbQsMSlKx1NO8WPQNNlgomZYLyIMZqX+teAselcwwurdCP4IcBwFmEwjfDyFWq1GnBhnJmxa5iudCRI
oD8J8TgO8DAq1WrAbXNhnJmx6Uz4TeCnzxA9Ae/ffdwOfdy8elq6Qf0SfCpG58I4M2PTmTDd7gS8Hni4
fHZx0XcbmFV/JD4Vt83onJmx6Uz4SmCC5z1Hw62PVBcP9lF1/SDKMP4AhPNmC1XxgMAAAAAASUVORK5C
YII=
</value>
</data>
<data name="tsbEllipse.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE3SURBVDhPtZPZSsNQFEX7sf6S3yGICD4ICkopLcWpatVK
1WK1RGvmqcnWlXCVpCkVwUCekrXXPic3rdZ/XBubb2q617oMpIYry/Pv0MYg4EYwyxWnuYIokxtmsv1F
EVQJWQUb0AkWmrsLWXaq2Ueql3lSDakHUDdKSiMg0PQ90cRK9DCLNX6NfwJWwVgtB1tagECjaazhJCru
q6eoDKkHYDYwVowGHDyGOhuHOrkP1B8FywHMTG3MBr57Lm2AQN0bX52hr/a1Xw3IvrbNppmZ2piBsWLs
3QYFdDTwdHjh6eDcre4BO9VZGDNTGzMw1uNLIE/7p672+s7yVzB2qrMwFkVtzCVcgrs9R9sdu/ks8J2N
nerMTG3MwDtdW1vtBticKnOUjZ3qzExtzOb5r/+J+g+1FvzLC5/h83YENgBKwgAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE2SURBVDhPtZFtS8JgFIb3Y/tL/Y4gIuhDUFCIKNKblZVh
JVli2TY39+J2y7XtQTddn+rA+eDOc933fY7Wv9TO7pe2dTGuL/NwWyVp+rtQLZikCuNUfpDInSeyvcWm
SB1sQMdfaOouNLFjjX9ifUyjskhVgLhBlDsCAo2+Iw0nkV7GoQaf4UqgDsZ14uAWZyBQfxSqNwyyvnsL
cpGqwDqMK44G7L7OdTWY6+LZV6fvbwqwM7HX4af33A0QqPXgqdnz1Lj3ygJcm4OxM7ENjCuO7Uc/g866
M53ezHRy7ZbvgDvRORg7ExtnYFzPb4FmOr50ddRxVjDFD+NOdA7GzsTGOYdz8LDtaL9plwUoPvA/G3ei
szOxcQY+aNnaa2yBTTGgjTvR2ZnYOJt58by+zMNqF+O/LMtaAuHzdgQfy7+mAAAAAElFTkSuQmCC
</value>
</data>
<data name="tsbTriangle.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADRSURBVDhPtZPLCoJAGIV92F6pp2jVslUQQUHUIgShXAiS
YaGm5m28/HGMqcluNtLAMKvvO+cfZhTln6vXdwhbOqOTADBfUi06CURYqkVTkBdV+8tswikrKYwLcsO8
nUQUJFlJflTQ4cRo52TfBSKMZMC2x8g8ZqRbKWlm8lnCBZgZtZEMeGslpBoxrfTovaBZHTOjNpI5PNNC
mqjBawkXFOU93bCvtZEMeLwOaLT0nwViOsureva9y27pi825TgY8nHs0mLqPEv7mfz2lP5kIXgCdhYcH
MoSb3wAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADPSURBVDhPtY/LCoJQFEX92H6pr2jUsFEQQUHUIAShHAiS
YaGm5uv62HHMWzd7qrThDM5grX2O9Nf0+hZoqrV5OgkI5Gkl6SQQYZ5GkrogzYrfBXU4Zjn8MIPtp79J
REGU5HCDDIcTw85KvgtEmJoJNh0G/ZhANWIoevRZwgX0M51NzQRvjQiyFmKlBu8FYjudTj/T2dTM4Zni
YyJ7ryVckOX3ds28ns3h8drDaOk+C8R2lhbl73ub3doXm3PZTPBw7mAwtR8ltLSZCu8SSboAnYWHB3Fj
2MsAAAAASUVORK5CYII=
</value>
</data>
<data name="tsbDiamond.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADmSURBVDhPtZN9C8FAHMf3Yr0l70b5h1IkTYSRh9DIotnD
bTv76jtdYbMHcnV/XZ/vw+/uNO2fq1a3wP2VB0G1Kos8w5VFsmCKyFtcXCcLjmQML7jB9iQujvwskgWL
8AFadgTzHGJnhdiegrRIFkxXOh4uD2hpCsz3AtOtn+yXwb4L0JkwXdfHAMZOYLzxoS899BduslM3o0TY
mbHpTJhuw5WHnuGiM3HQHjv5c2B0dmZsOhPuzly0Rlc0dbvcTTA6OzM2nQk3BiVg9WRZhwNjZ8Yu5fz+
3inCYeV2LvokP32mInF1fgfyY5HSF89ijAAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADiSURBVDhPtZDrCoJAFIR92F6ptwn6UxAUEUVRWXQhwyJJ
zMt6yYnRFrqobUED58fCfjNzjvZX1eoWOPfndyIo9bXJIyylbFIEU8k1/WxSBMdJCj+8wvET2G5SblIE
iygHLSeGeY5gWBF2p/DdpAhmKhMPdg6tTIHFXmC2C7J5Mnk1YDJhpm6OIXRDYLINMFz56C+9bEpbcGfW
ZjJhpo3WPnq6h87URXviVt+B1bkzazOZcHfuoTW+oDl0ymEpfmB17szaTCbcGCjAUvzIg3Fn1lZKfhUB
Hqty508i+DOsJk27AfJjkdIO7Gs3AAAAAElFTkSuQmCC
</value>
</data>
<data name="tsbPolygon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADQSURBVDhPtZNBDoIwEEXxrl7J27hwpRsTElmgIYpRiQaV
CAiFYvkyVhLSGFtMnA2bvjd/OtSy/l3D0RU/9yCYir69RS38MrzLWKTCoq7BqxoFF8gK8T2RChNIUJI/
9KN0YSFkRyOQblmFWSkQZ7JrUwPtJroC6kxweOPmgjYFzUyxz3GF4FJicyr0s3fjUZIorXCMOPwGXh0Y
Fn6OuXc3F5FkF5bwAgZnK+Gpm2LiJBjbsZmIJO6ewV5nmC0lbPwjtSMR0Cv6p1X1fgPafSsHnnBbRX14
NfnWAAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADGSURBVDhPtY/NCoJAFIXtXXul3qZFq9oEQi4spIxKCitJ
TUfHxpOXURDp5xr0bWYW5zv3XuPvDEdX1N/+kEzQ27uokduwi7qyKkvIokQmFZJMfS7qyiSSFKWP7xu0
ZaX0RJZIdGWRK4SJlisGdew97QKaTLJ/k/wCgsJ0M619Dgt4lxybU8Y7oYGCQVzgGEi4lbw6CCzcFHPn
zi+i0M7P4XgC1lbLUzvGxIowNkNeEQXsvYC5TjBbapkltqFwr9Vf8bPIwzCecFtFfbG7ZeoAAAAASUVO
RK5CYII=
</value>
</data>
<data name="tsbFreeHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADbSURBVDhPrZLNCoJAFIV92F6pt2nTok0tKgpB+hORMElS
c/wbnRtHmUI0G6UBd55z7v3O1bR/vcnUoyFfIxdClVcKQbwQlHNRhb1NfhlIYZqXxNKSoqRoGsBJdXw/
4uSFvG2gyhJBziMfP4F9z8hys34GgIRdA1ZU4yKxFqZ0cVI6XpPvBqDcJTZvtdCwE9KtuNsAtFVhdt5B
o1tVqrJCpKPn0RPI3dGz69fQAAw7782Y1idGSyOihf6k+S5sMwB5XJikjqoADcC2Z0arw0c82wTj70Cu
OARR778v3bAu+J4jGq0AAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADnSURBVDhPrZLbCoJAEIZ92F6pt+mmi27qoqIQopOIhEmS
mof1OPG7u4S44Ur9MDC78s3s/KPxN02mPo0JgXHhQkd101BZNVSUTbfIUAEJsqKmhNUUZ5X6FToRxCX5
UdnmAh0ngO6z6BeQHYbCeeRke3mbC7TvAUzCrGFStc9FRw4yurqMTrfsewGYpYKtOwcPTkamnaoLwG3k
OiFQLlxAvQ+6Aoju2LPsMBQC5cKFnB179gI+NwzDzHsrpfU5oeUhpoX5ovku6hbBAc7jD5PGYVUwDYZt
Lwmtjh94tgnVrxgTAvtVhvEG3bAu+JY1oRgAAAAASUVORK5CYII=
</value>
</data>
<data name="tsbLastRegion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPxZNdSwJBAEX3x/aX+i9FD4FEEKQgZUmJZGaL
mrpuu+vOfnjzzDCGVPbggwv3bc89d4bdIDj6c3I60yEJgP976nqtslrLFLVNZlxg9xYAeiBZVYqzSsu0
UpSUNnsLMGIB4uVZXGoSFTbjhcufBVjT3Nk8GM6NRh9Gw6nR6yS3+bUAmLlYsYXzQm8baDDO1Q9z9d5X
ehq5/ChgNmYPY8QECNAdZuoMMt2/pDY7BVwYZ2Y2ZmCsGAEB2v1UrV6i5rPLTgHTuTDOzGzMwI8b2IM3
3U+R64fYZlvg7X46Z2Y2ZmBsgFedWI27pS7bLtsCzs7FObubzpmZzWQPA120Ip03I53dLr4LDvqUj/4z
fgGTTaydo+wOCwAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEQSURBVDhPxZNbSwJBAIX3x/aX+i9GD0FIEKQg5YUSycxE
y1y33XVnL578ZhpDuvjggwPnbb/znRnY4Pjn5HSuQ2IL9p2qWqso1zJ5ZZMal70FgB6IV6WitNQyKRXG
hc2/BRgBgfh4HhWahbnNdOHyZwHWJHM2D07ejcZvRqNXo6dZZvNrATBzsTow1/MGGk4zDSaZ+i8r3Y9d
fhQwG7OHMWICBOiNUrWHqe4eE5udAh6MOzPbw1gxAgK0Boma/ViNB5edAqbzYNyZ2ZiBuxvYg9e9D5ur
TmSzLfB2P507MxszMDbAejvS5e1SFy2XbQF35+Gc3U3nzsz2ZmCg82aos0ao2s3iu+CQfP0RRztB8AmT
TaydC0wRpgAAAABJRU5ErkJggg==
</value>
</data>
</root>

View file

@ -33,6 +33,7 @@ private void InitializeComponent()
//
// flp
//
this.flp.AutoScroll = true;
this.flp.Dock = System.Windows.Forms.DockStyle.Fill;
this.flp.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp.Location = new System.Drawing.Point(0, 0);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -64,11 +64,12 @@ private void InitializeComponent()
//
// btnHotkey
//
this.btnHotkey.AccessibleName = "";
this.btnHotkey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnHotkey.Location = new System.Drawing.Point(259, 0);
this.btnHotkey.Name = "btnHotkey";
this.btnHotkey.Size = new System.Drawing.Size(192, 23);
this.btnHotkey.TabIndex = 3;
this.btnHotkey.TabIndex = 1;
this.btnHotkey.Text = "Hotkey";
this.btnHotkey.UseVisualStyleBackColor = true;
this.btnHotkey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyDown);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -85,7 +85,7 @@ private void InitializeComponent()
this.lblMike.Location = new System.Drawing.Point(89, 168);
this.lblMike.Name = "lblMike";
this.lblMike.Size = new System.Drawing.Size(131, 13);
this.lblMike.TabIndex = 6;
this.lblMike.TabIndex = 5;
this.lblMike.Text = "mcored (Michael Delpach)";
//
// rtbCredits
@ -99,7 +99,7 @@ private void InitializeComponent()
this.rtbCredits.Name = "rtbCredits";
this.rtbCredits.ReadOnly = true;
this.rtbCredits.Size = new System.Drawing.Size(411, 240);
this.rtbCredits.TabIndex = 11;
this.rtbCredits.TabIndex = 6;
this.rtbCredits.Text = resources.GetString("rtbCredits.Text");
this.rtbCredits.WordWrap = false;
this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
@ -132,7 +132,7 @@ private void InitializeComponent()
this.cLogo.Location = new System.Drawing.Point(224, -8);
this.cLogo.Name = "cLogo";
this.cLogo.Size = new System.Drawing.Size(208, 200);
this.cLogo.TabIndex = 5;
this.cLogo.TabIndex = 7;
this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw);
this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown);
//

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,12 +112,12 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tmrClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="tmrClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View file

@ -461,7 +461,7 @@ private void InitializeComponent()
this.lblProxyHost.Location = new System.Drawing.Point(16, 48);
this.lblProxyHost.Name = "lblProxyHost";
this.lblProxyHost.Size = new System.Drawing.Size(32, 13);
this.lblProxyHost.TabIndex = 5;
this.lblProxyHost.TabIndex = 2;
this.lblProxyHost.Text = "Host:";
//
// txtProxyHost
@ -469,7 +469,7 @@ private void InitializeComponent()
this.txtProxyHost.Location = new System.Drawing.Point(128, 44);
this.txtProxyHost.Name = "txtProxyHost";
this.txtProxyHost.Size = new System.Drawing.Size(232, 20);
this.txtProxyHost.TabIndex = 6;
this.txtProxyHost.TabIndex = 3;
this.txtProxyHost.TextChanged += new System.EventHandler(this.txtProxyHost_TextChanged);
//
// nudProxyPort
@ -482,7 +482,7 @@ private void InitializeComponent()
0});
this.nudProxyPort.Name = "nudProxyPort";
this.nudProxyPort.Size = new System.Drawing.Size(64, 20);
this.nudProxyPort.TabIndex = 8;
this.nudProxyPort.TabIndex = 5;
this.nudProxyPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudProxyPort.ValueChanged += new System.EventHandler(this.nudProxyPort_ValueChanged);
//
@ -493,7 +493,7 @@ private void InitializeComponent()
this.lblProxyPort.Name = "lblProxyPort";
this.lblProxyPort.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.lblProxyPort.Size = new System.Drawing.Size(26, 13);
this.lblProxyPort.TabIndex = 7;
this.lblProxyPort.TabIndex = 4;
this.lblProxyPort.Text = "Port";
//
// lblProxyPassword
@ -502,7 +502,7 @@ private void InitializeComponent()
this.lblProxyPassword.Location = new System.Drawing.Point(16, 112);
this.lblProxyPassword.Name = "lblProxyPassword";
this.lblProxyPassword.Size = new System.Drawing.Size(56, 13);
this.lblProxyPassword.TabIndex = 11;
this.lblProxyPassword.TabIndex = 8;
this.lblProxyPassword.Text = "Password:";
//
// txtProxyPassword
@ -510,7 +510,7 @@ private void InitializeComponent()
this.txtProxyPassword.Location = new System.Drawing.Point(128, 108);
this.txtProxyPassword.Name = "txtProxyPassword";
this.txtProxyPassword.Size = new System.Drawing.Size(232, 20);
this.txtProxyPassword.TabIndex = 12;
this.txtProxyPassword.TabIndex = 9;
this.txtProxyPassword.UseSystemPasswordChar = true;
this.txtProxyPassword.TextChanged += new System.EventHandler(this.txtProxyPassword_TextChanged);
//
@ -520,7 +520,7 @@ private void InitializeComponent()
this.lblProxyUsername.Location = new System.Drawing.Point(16, 80);
this.lblProxyUsername.Name = "lblProxyUsername";
this.lblProxyUsername.Size = new System.Drawing.Size(58, 13);
this.lblProxyUsername.TabIndex = 9;
this.lblProxyUsername.TabIndex = 6;
this.lblProxyUsername.Text = "Username:";
//
// txtProxyUsername
@ -528,7 +528,7 @@ private void InitializeComponent()
this.txtProxyUsername.Location = new System.Drawing.Point(128, 76);
this.txtProxyUsername.Name = "txtProxyUsername";
this.txtProxyUsername.Size = new System.Drawing.Size(232, 20);
this.txtProxyUsername.TabIndex = 10;
this.txtProxyUsername.TabIndex = 7;
this.txtProxyUsername.TextChanged += new System.EventHandler(this.txtProxyUsername_TextChanged);
//
// tpUpload
@ -657,7 +657,7 @@ private void InitializeComponent()
this.gbClipboardFormats.Size = new System.Drawing.Size(576, 320);
this.gbClipboardFormats.TabIndex = 0;
this.gbClipboardFormats.TabStop = false;
this.gbClipboardFormats.Text = "Clipboard Formats";
this.gbClipboardFormats.Text = "Clipboard formats";
//
// btnClipboardFormatEdit
//
@ -901,20 +901,20 @@ private void InitializeComponent()
// cbDontShowPrintSettingDialog
//
this.cbDontShowPrintSettingDialog.AutoSize = true;
this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 16);
this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 48);
this.cbDontShowPrintSettingDialog.Name = "cbDontShowPrintSettingDialog";
this.cbDontShowPrintSettingDialog.Size = new System.Drawing.Size(203, 17);
this.cbDontShowPrintSettingDialog.TabIndex = 0;
this.cbDontShowPrintSettingDialog.TabIndex = 1;
this.cbDontShowPrintSettingDialog.Text = "Don\'t show image print settings dialog";
this.cbDontShowPrintSettingDialog.UseVisualStyleBackColor = true;
this.cbDontShowPrintSettingDialog.CheckedChanged += new System.EventHandler(this.cbDontShowPrintSettingDialog_CheckedChanged);
//
// btnShowImagePrintSettings
//
this.btnShowImagePrintSettings.Location = new System.Drawing.Point(16, 40);
this.btnShowImagePrintSettings.Location = new System.Drawing.Point(16, 16);
this.btnShowImagePrintSettings.Name = "btnShowImagePrintSettings";
this.btnShowImagePrintSettings.Size = new System.Drawing.Size(144, 23);
this.btnShowImagePrintSettings.TabIndex = 1;
this.btnShowImagePrintSettings.TabIndex = 0;
this.btnShowImagePrintSettings.Text = "Image print settings...";
this.btnShowImagePrintSettings.UseVisualStyleBackColor = true;
this.btnShowImagePrintSettings.Click += new System.EventHandler(this.btnShowImagePrintSettings_Click);
@ -952,7 +952,7 @@ private void InitializeComponent()
this.tpEncodersCLI.Padding = new System.Windows.Forms.Padding(3);
this.tpEncodersCLI.Size = new System.Drawing.Size(596, 338);
this.tpEncodersCLI.TabIndex = 0;
this.tpEncodersCLI.Text = "CLI Encoders";
this.tpEncodersCLI.Text = "CLI encoders";
this.tpEncodersCLI.UseVisualStyleBackColor = true;
//
// btnEncoderDuplicate
@ -1069,7 +1069,7 @@ private void InitializeComponent()
this.Padding = new System.Windows.Forms.Padding(3);
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Settings";
this.Text = "ShareX - Application settings";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed);
this.Shown += new System.EventHandler(this.SettingsForm_Shown);
this.Resize += new System.EventHandler(this.SettingsForm_Resize);

View file

@ -43,13 +43,11 @@ public ApplicationSettingsForm()
{
InitializeComponent();
LoadSettings();
loaded = true;
}
private void LoadSettings()
{
Text = Program.Title + " - Settings";
Icon = ShareXResources.Icon;
// General

View file

@ -85,7 +85,7 @@ private void InitializeComponent()
this.btnExecute.Location = new System.Drawing.Point(192, 104);
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(112, 40);
this.btnExecute.TabIndex = 7;
this.btnExecute.TabIndex = 8;
this.btnExecute.Text = "Start";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
@ -96,7 +96,7 @@ private void InitializeComponent()
this.cbWaitUploads.Location = new System.Drawing.Point(16, 128);
this.cbWaitUploads.Name = "cbWaitUploads";
this.cbWaitUploads.Size = new System.Drawing.Size(144, 17);
this.cbWaitUploads.TabIndex = 8;
this.cbWaitUploads.TabIndex = 7;
this.cbWaitUploads.Text = "Wait until tasks complete";
this.cbWaitUploads.UseVisualStyleBackColor = true;
this.cbWaitUploads.CheckedChanged += new System.EventHandler(this.cbWaitUploads_CheckedChanged);

View file

@ -112,15 +112,15 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="ssBar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="ssBar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="niTray.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="niTray.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>97, 17</value>
</metadata>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -254,7 +254,8 @@ private void InitializeComponent()
this.tsMain.Padding = new System.Windows.Forms.Padding(6);
this.tsMain.ShowItemToolTips = false;
this.tsMain.Size = new System.Drawing.Size(170, 474);
this.tsMain.TabIndex = 0;
this.tsMain.TabIndex = 1;
this.tsMain.TabStop = true;
//
// tsbClipboardUpload
//
@ -826,7 +827,7 @@ private void InitializeComponent()
this.lblDragAndDropTip.Name = "lblDragAndDropTip";
this.lblDragAndDropTip.Padding = new System.Windows.Forms.Padding(30, 20, 30, 30);
this.lblDragAndDropTip.Size = new System.Drawing.Size(384, 290);
this.lblDragAndDropTip.TabIndex = 2;
this.lblDragAndDropTip.TabIndex = 1;
this.lblDragAndDropTip.Text = "You can drag and drop files to this window";
this.lblDragAndDropTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblDragAndDropTip.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp);
@ -863,7 +864,7 @@ private void InitializeComponent()
this.lvUploads.Name = "lvUploads";
this.lvUploads.ShowItemToolTips = true;
this.lvUploads.Size = new System.Drawing.Size(400, 474);
this.lvUploads.TabIndex = 1;
this.lvUploads.TabIndex = 2;
this.lvUploads.UseCompatibleStateImageBehavior = false;
this.lvUploads.View = System.Windows.Forms.View.Details;
this.lvUploads.SelectedIndexChanged += new System.EventHandler(this.lvUploads_SelectedIndexChanged);
@ -917,6 +918,8 @@ private void InitializeComponent()
//
// pbPreview
//
this.pbPreview.AccessibleDescription = "";
this.pbPreview.AccessibleName = "";
this.pbPreview.BackColor = System.Drawing.Color.White;
this.pbPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.pbPreview.DrawCheckeredBackground = true;
@ -946,7 +949,7 @@ private void InitializeComponent()
this.tsmiImagePreview});
this.cmsUploadInfo.Name = "cmsHistory";
this.cmsUploadInfo.ShowImageMargin = false;
this.cmsUploadInfo.Size = new System.Drawing.Size(151, 302);
this.cmsUploadInfo.Size = new System.Drawing.Size(151, 280);
//
// tsmiShowErrors
//
@ -1295,21 +1298,21 @@ private void InitializeComponent()
this.tsmiImagePreviewShow.Checked = true;
this.tsmiImagePreviewShow.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiImagePreviewShow.Name = "tsmiImagePreviewShow";
this.tsmiImagePreviewShow.Size = new System.Drawing.Size(152, 22);
this.tsmiImagePreviewShow.Size = new System.Drawing.Size(130, 22);
this.tsmiImagePreviewShow.Text = "Show";
this.tsmiImagePreviewShow.Click += new System.EventHandler(this.tsmiImagePreviewShow_Click);
//
// tsmiImagePreviewHide
//
this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide";
this.tsmiImagePreviewHide.Size = new System.Drawing.Size(152, 22);
this.tsmiImagePreviewHide.Size = new System.Drawing.Size(130, 22);
this.tsmiImagePreviewHide.Text = "Hide";
this.tsmiImagePreviewHide.Click += new System.EventHandler(this.tsmiImagePreviewHide_Click);
//
// tsmiImagePreviewAutomatic
//
this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic";
this.tsmiImagePreviewAutomatic.Size = new System.Drawing.Size(152, 22);
this.tsmiImagePreviewAutomatic.Size = new System.Drawing.Size(130, 22);
this.tsmiImagePreviewAutomatic.Text = "Automatic";
this.tsmiImagePreviewAutomatic.Click += new System.EventHandler(this.tsmiImagePreviewAutomatic_Click);
//

View file

@ -220,7 +220,7 @@ private void InitializeComponent()
this.cbUseDefaultAfterCaptureSettings.Location = new System.Drawing.Point(8, 70);
this.cbUseDefaultAfterCaptureSettings.Name = "cbUseDefaultAfterCaptureSettings";
this.cbUseDefaultAfterCaptureSettings.Size = new System.Drawing.Size(193, 17);
this.cbUseDefaultAfterCaptureSettings.TabIndex = 3;
this.cbUseDefaultAfterCaptureSettings.TabIndex = 4;
this.cbUseDefaultAfterCaptureSettings.Text = "Use default \"After capture\" settings";
this.cbUseDefaultAfterCaptureSettings.UseVisualStyleBackColor = true;
this.cbUseDefaultAfterCaptureSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultAfterCaptureSettings_CheckedChanged);
@ -231,7 +231,7 @@ private void InitializeComponent()
this.cbUseDefaultAfterUploadSettings.Location = new System.Drawing.Point(8, 126);
this.cbUseDefaultAfterUploadSettings.Name = "cbUseDefaultAfterUploadSettings";
this.cbUseDefaultAfterUploadSettings.Size = new System.Drawing.Size(189, 17);
this.cbUseDefaultAfterUploadSettings.TabIndex = 5;
this.cbUseDefaultAfterUploadSettings.TabIndex = 6;
this.cbUseDefaultAfterUploadSettings.Text = "Use default \"After upload\" settings";
this.cbUseDefaultAfterUploadSettings.UseVisualStyleBackColor = true;
this.cbUseDefaultAfterUploadSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultAfterUploadSettings_CheckedChanged);
@ -242,7 +242,7 @@ private void InitializeComponent()
this.cbUseDefaultDestinationSettings.Location = new System.Drawing.Point(8, 182);
this.cbUseDefaultDestinationSettings.Name = "cbUseDefaultDestinationSettings";
this.cbUseDefaultDestinationSettings.Size = new System.Drawing.Size(185, 17);
this.cbUseDefaultDestinationSettings.TabIndex = 7;
this.cbUseDefaultDestinationSettings.TabIndex = 8;
this.cbUseDefaultDestinationSettings.Text = "Use default \"Destination\" settings";
this.cbUseDefaultDestinationSettings.UseVisualStyleBackColor = true;
this.cbUseDefaultDestinationSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultDestinationSettings_CheckedChanged);
@ -314,7 +314,7 @@ private void InitializeComponent()
this.btnDescriptionAutoFill.Location = new System.Drawing.Point(448, 7);
this.btnDescriptionAutoFill.Name = "btnDescriptionAutoFill";
this.btnDescriptionAutoFill.Size = new System.Drawing.Size(64, 24);
this.btnDescriptionAutoFill.TabIndex = 11;
this.btnDescriptionAutoFill.TabIndex = 2;
this.btnDescriptionAutoFill.Text = "Auto fill";
this.btnDescriptionAutoFill.UseVisualStyleBackColor = true;
this.btnDescriptionAutoFill.Click += new System.EventHandler(this.btnDescriptionAutoFill_Click);
@ -325,7 +325,7 @@ private void InitializeComponent()
this.chkOverrideFTP.Location = new System.Drawing.Point(8, 240);
this.chkOverrideFTP.Name = "chkOverrideFTP";
this.chkOverrideFTP.Size = new System.Drawing.Size(169, 17);
this.chkOverrideFTP.TabIndex = 9;
this.chkOverrideFTP.TabIndex = 10;
this.chkOverrideFTP.Text = "Override default FTP account:";
this.chkOverrideFTP.UseVisualStyleBackColor = true;
this.chkOverrideFTP.CheckedChanged += new System.EventHandler(this.chkOverrideFTP_CheckedChanged);
@ -338,7 +338,7 @@ private void InitializeComponent()
this.cboFTPaccounts.Location = new System.Drawing.Point(181, 238);
this.cboFTPaccounts.Name = "cboFTPaccounts";
this.cboFTPaccounts.Size = new System.Drawing.Size(330, 21);
this.cboFTPaccounts.TabIndex = 10;
this.cboFTPaccounts.TabIndex = 11;
this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged);
//
// btnAfterCapture
@ -347,7 +347,7 @@ private void InitializeComponent()
this.btnAfterCapture.Menu = this.cmsAfterCapture;
this.btnAfterCapture.Name = "btnAfterCapture";
this.btnAfterCapture.Size = new System.Drawing.Size(506, 23);
this.btnAfterCapture.TabIndex = 4;
this.btnAfterCapture.TabIndex = 5;
this.btnAfterCapture.Text = "After capture...";
this.btnAfterCapture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAfterCapture.UseMnemonic = false;
@ -359,7 +359,7 @@ private void InitializeComponent()
this.btnAfterUpload.Menu = this.cmsAfterUpload;
this.btnAfterUpload.Name = "btnAfterUpload";
this.btnAfterUpload.Size = new System.Drawing.Size(506, 23);
this.btnAfterUpload.TabIndex = 6;
this.btnAfterUpload.TabIndex = 7;
this.btnAfterUpload.Text = "After upload...";
this.btnAfterUpload.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAfterUpload.UseMnemonic = false;
@ -371,7 +371,7 @@ private void InitializeComponent()
this.btnDestinations.Menu = this.cmsDestinations;
this.btnDestinations.Name = "btnDestinations";
this.btnDestinations.Size = new System.Drawing.Size(506, 23);
this.btnDestinations.TabIndex = 8;
this.btnDestinations.TabIndex = 9;
this.btnDestinations.Text = "Destinations...";
this.btnDestinations.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDestinations.UseMnemonic = false;
@ -429,7 +429,7 @@ private void InitializeComponent()
this.btnTask.Menu = this.cmsTask;
this.btnTask.Name = "btnTask";
this.btnTask.Size = new System.Drawing.Size(506, 23);
this.btnTask.TabIndex = 2;
this.btnTask.TabIndex = 3;
this.btnTask.Text = "Task...";
this.btnTask.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnTask.UseMnemonic = false;
@ -1165,7 +1165,7 @@ private void InitializeComponent()
this.lblScreenRecorderFixedDuration.Location = new System.Drawing.Point(211, 115);
this.lblScreenRecorderFixedDuration.Name = "lblScreenRecorderFixedDuration";
this.lblScreenRecorderFixedDuration.Size = new System.Drawing.Size(47, 13);
this.lblScreenRecorderFixedDuration.TabIndex = 15;
this.lblScreenRecorderFixedDuration.TabIndex = 12;
this.lblScreenRecorderFixedDuration.Text = "seconds";
//
// nudScreenRecordFPS
@ -1183,7 +1183,7 @@ private void InitializeComponent()
0});
this.nudScreenRecordFPS.Name = "nudScreenRecordFPS";
this.nudScreenRecordFPS.Size = new System.Drawing.Size(64, 20);
this.nudScreenRecordFPS.TabIndex = 8;
this.nudScreenRecordFPS.TabIndex = 7;
this.nudScreenRecordFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudScreenRecordFPS.Value = new decimal(new int[] {
20,
@ -1198,7 +1198,7 @@ private void InitializeComponent()
this.lblScreenRecordFPS.Location = new System.Drawing.Point(16, 68);
this.lblScreenRecordFPS.Name = "lblScreenRecordFPS";
this.lblScreenRecordFPS.Size = new System.Drawing.Size(100, 13);
this.lblScreenRecordFPS.TabIndex = 7;
this.lblScreenRecordFPS.TabIndex = 6;
this.lblScreenRecordFPS.Text = "Screen record FPS:";
//
// chkRunScreencastCLI
@ -1227,7 +1227,7 @@ private void InitializeComponent()
this.btnEncoderConfig.Location = new System.Drawing.Point(402, 39);
this.btnEncoderConfig.Name = "btnEncoderConfig";
this.btnEncoderConfig.Size = new System.Drawing.Size(70, 23);
this.btnEncoderConfig.TabIndex = 6;
this.btnEncoderConfig.TabIndex = 5;
this.btnEncoderConfig.Text = "Profiles...";
this.btnEncoderConfig.UseVisualStyleBackColor = true;
this.btnEncoderConfig.Click += new System.EventHandler(this.btnEncoderConfig_Click);
@ -1239,7 +1239,7 @@ private void InitializeComponent()
this.cboEncoder.Location = new System.Drawing.Point(144, 40);
this.cboEncoder.Name = "cboEncoder";
this.cboEncoder.Size = new System.Drawing.Size(256, 21);
this.cboEncoder.TabIndex = 5;
this.cboEncoder.TabIndex = 4;
this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged);
//
// nudScreenRecorderDuration
@ -1263,7 +1263,7 @@ private void InitializeComponent()
0});
this.nudScreenRecorderDuration.Name = "nudScreenRecorderDuration";
this.nudScreenRecorderDuration.Size = new System.Drawing.Size(64, 20);
this.nudScreenRecorderDuration.TabIndex = 12;
this.nudScreenRecorderDuration.TabIndex = 11;
this.nudScreenRecorderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudScreenRecorderDuration.Value = new decimal(new int[] {
3,
@ -1331,7 +1331,7 @@ private void InitializeComponent()
this.cbScreenRecorderFixedDuration.Location = new System.Drawing.Point(18, 114);
this.cbScreenRecorderFixedDuration.Name = "cbScreenRecorderFixedDuration";
this.cbScreenRecorderFixedDuration.Size = new System.Drawing.Size(95, 17);
this.cbScreenRecorderFixedDuration.TabIndex = 11;
this.cbScreenRecorderFixedDuration.TabIndex = 10;
this.cbScreenRecorderFixedDuration.Text = "Fixed duration:";
this.cbScreenRecorderFixedDuration.UseVisualStyleBackColor = true;
this.cbScreenRecorderFixedDuration.CheckedChanged += new System.EventHandler(this.cbScreenRecorderFixedDuration_CheckedChanged);
@ -1351,7 +1351,7 @@ private void InitializeComponent()
0});
this.nudGIFFPS.Name = "nudGIFFPS";
this.nudGIFFPS.Size = new System.Drawing.Size(64, 20);
this.nudGIFFPS.TabIndex = 10;
this.nudGIFFPS.TabIndex = 9;
this.nudGIFFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudGIFFPS.Value = new decimal(new int[] {
5,
@ -1366,7 +1366,7 @@ private void InitializeComponent()
this.lblGIFPS.Location = new System.Drawing.Point(16, 92);
this.lblGIFPS.Name = "lblGIFPS";
this.lblGIFPS.Size = new System.Drawing.Size(50, 13);
this.lblGIFPS.TabIndex = 9;
this.lblGIFPS.TabIndex = 8;
this.lblGIFPS.Text = "GIF FPS:";
//
// chkUseDefaultCaptureSettings

View file

@ -112,15 +112,15 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="cmsUploaders.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="cmsUploaders.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 17</value>
</metadata>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -78,7 +78,7 @@ private void InitializeComponent()
this.btnTest.Location = new System.Drawing.Point(224, 8);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(64, 24);
this.btnTest.TabIndex = 2;
this.btnTest.TabIndex = 3;
this.btnTest.Text = "Test";
this.btnTest.UseVisualStyleBackColor = true;
//
@ -114,7 +114,7 @@ private void InitializeComponent()
this.btnDuplicate.Location = new System.Drawing.Point(152, 8);
this.btnDuplicate.Name = "btnDuplicate";
this.btnDuplicate.Size = new System.Drawing.Size(64, 24);
this.btnDuplicate.TabIndex = 3;
this.btnDuplicate.TabIndex = 2;
this.btnDuplicate.Text = "Duplicate";
this.btnDuplicate.UseVisualStyleBackColor = true;
//

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -29,13 +29,13 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.gbUserAccount = new System.Windows.Forms.GroupBox();
this.btnClearAuthorization = new System.Windows.Forms.Button();
this.btnRefreshAuthorization = new System.Windows.Forms.Button();
this.btnOpenAuthorizePage = new System.Windows.Forms.Button();
this.lblVerificationCode = new System.Windows.Forms.Label();
this.btnCompleteAuthorization = new System.Windows.Forms.Button();
this.txtVerificationCode = new System.Windows.Forms.TextBox();
this.lblLoginStatus = new System.Windows.Forms.Label();
this.btnClearAuthorization = new System.Windows.Forms.Button();
this.gbUserAccount.SuspendLayout();
this.SuspendLayout();
//
@ -51,17 +51,28 @@ private void InitializeComponent()
this.gbUserAccount.Location = new System.Drawing.Point(0, 0);
this.gbUserAccount.Name = "gbUserAccount";
this.gbUserAccount.Size = new System.Drawing.Size(320, 230);
this.gbUserAccount.TabIndex = 5;
this.gbUserAccount.TabIndex = 0;
this.gbUserAccount.TabStop = false;
this.gbUserAccount.Text = "User account";
//
// btnClearAuthorization
//
this.btnClearAuthorization.Enabled = false;
this.btnClearAuthorization.Location = new System.Drawing.Point(16, 160);
this.btnClearAuthorization.Name = "btnClearAuthorization";
this.btnClearAuthorization.Size = new System.Drawing.Size(288, 23);
this.btnClearAuthorization.TabIndex = 5;
this.btnClearAuthorization.Text = "Clear authorization";
this.btnClearAuthorization.UseVisualStyleBackColor = true;
this.btnClearAuthorization.Click += new System.EventHandler(this.btnClearAuthorization_Click);
//
// btnRefreshAuthorization
//
this.btnRefreshAuthorization.Enabled = false;
this.btnRefreshAuthorization.Location = new System.Drawing.Point(16, 192);
this.btnRefreshAuthorization.Name = "btnRefreshAuthorization";
this.btnRefreshAuthorization.Size = new System.Drawing.Size(288, 23);
this.btnRefreshAuthorization.TabIndex = 5;
this.btnRefreshAuthorization.TabIndex = 6;
this.btnRefreshAuthorization.Text = "Refresh authorization";
this.btnRefreshAuthorization.UseVisualStyleBackColor = true;
this.btnRefreshAuthorization.Click += new System.EventHandler(this.btnRefreshAuthorization_Click);
@ -113,17 +124,6 @@ private void InitializeComponent()
this.lblLoginStatus.TabIndex = 4;
this.lblLoginStatus.Text = "Status";
//
// btnClearAuthorization
//
this.btnClearAuthorization.Enabled = false;
this.btnClearAuthorization.Location = new System.Drawing.Point(16, 160);
this.btnClearAuthorization.Name = "btnClearAuthorization";
this.btnClearAuthorization.Size = new System.Drawing.Size(288, 23);
this.btnClearAuthorization.TabIndex = 6;
this.btnClearAuthorization.Text = "Clear authorization";
this.btnClearAuthorization.UseVisualStyleBackColor = true;
this.btnClearAuthorization.Click += new System.EventHandler(this.btnClearAuthorization_Click);
//
// OAuthControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View file

@ -112,15 +112,15 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tsMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="tsMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="cmsDropbox.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="cmsDropbox.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>109, 17</value>
</metadata>
</root>

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -84,7 +84,7 @@ private void InitializeComponent()
this.btnTranslateTo.Location = new System.Drawing.Point(216, 208);
this.btnTranslateTo.Name = "btnTranslateTo";
this.btnTranslateTo.Size = new System.Drawing.Size(136, 24);
this.btnTranslateTo.TabIndex = 9;
this.btnTranslateTo.TabIndex = 7;
this.btnTranslateTo.Text = "???";
this.btnTranslateTo.UseVisualStyleBackColor = true;
this.btnTranslateTo.Click += new System.EventHandler(this.btnTranslateTo_Click);
@ -101,7 +101,7 @@ private void InitializeComponent()
this.txtTranslateResult.ReadOnly = true;
this.txtTranslateResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTranslateResult.Size = new System.Drawing.Size(336, 114);
this.txtTranslateResult.TabIndex = 7;
this.txtTranslateResult.TabIndex = 9;
//
// txtLanguages
//
@ -109,14 +109,14 @@ private void InitializeComponent()
this.txtLanguages.Name = "txtLanguages";
this.txtLanguages.ReadOnly = true;
this.txtLanguages.Size = new System.Drawing.Size(336, 20);
this.txtLanguages.TabIndex = 6;
this.txtLanguages.TabIndex = 8;
//
// btnTranslate
//
this.btnTranslate.Location = new System.Drawing.Point(16, 208);
this.btnTranslate.Name = "btnTranslate";
this.btnTranslate.Size = new System.Drawing.Size(192, 24);
this.btnTranslate.TabIndex = 8;
this.btnTranslate.TabIndex = 6;
this.btnTranslate.Text = "Translate ( Ctrl + Enter )";
this.btnTranslate.UseVisualStyleBackColor = true;
this.btnTranslate.Click += new System.EventHandler(this.btnTranslate_Click);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -64,7 +64,7 @@ private void InitializeComponent()
this.lblSummary.Location = new System.Drawing.Point(3, 16);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(207, 41);
this.lblSummary.TabIndex = 2;
this.lblSummary.TabIndex = 0;
this.lblSummary.Text = "lblSummary";
//
// btnUpload
@ -73,7 +73,7 @@ private void InitializeComponent()
this.btnUpload.Location = new System.Drawing.Point(147, 98);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(75, 23);
this.btnUpload.TabIndex = 3;
this.btnUpload.TabIndex = 4;
this.btnUpload.Text = "Upload";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnSend_Click);
@ -85,7 +85,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(18, 98);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 4;
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -99,7 +99,7 @@ private void InitializeComponent()
this.gpSummary.Location = new System.Drawing.Point(12, 32);
this.gpSummary.Name = "gpSummary";
this.gpSummary.Size = new System.Drawing.Size(213, 60);
this.gpSummary.TabIndex = 5;
this.gpSummary.TabIndex = 2;
this.gpSummary.TabStop = false;
this.gpSummary.Text = "Summary";
//

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -31,8 +31,8 @@ private void InitializeComponent()
this.wbMain = new System.Windows.Forms.WebBrowser();
this.tscMain = new System.Windows.Forms.ToolStripContainer();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tstbURL = new System.Windows.Forms.ToolStripTextBox();
this.tslURL = new System.Windows.Forms.ToolStripLabel();
this.tstbURL = new System.Windows.Forms.ToolStripTextBox();
this.tscMain.ContentPanel.SuspendLayout();
this.tscMain.TopToolStripPanel.SuspendLayout();
this.tscMain.SuspendLayout();
@ -70,6 +70,7 @@ private void InitializeComponent()
//
// tsMain
//
this.tsMain.Dock = System.Windows.Forms.DockStyle.None;
this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslURL,
@ -82,18 +83,18 @@ private void InitializeComponent()
this.tsMain.Stretch = true;
this.tsMain.TabIndex = 0;
//
// tstbURL
//
this.tstbURL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tstbURL.Name = "tstbURL";
this.tstbURL.Size = new System.Drawing.Size(800, 23);
//
// tslURL
//
this.tslURL.Name = "tslURL";
this.tslURL.Size = new System.Drawing.Size(31, 20);
this.tslURL.Text = "URL:";
//
// tstbURL
//
this.tstbURL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tstbURL.Name = "tstbURL";
this.tstbURL.Size = new System.Drawing.Size(800, 23);
//
// OAuthWebForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View file

@ -112,12 +112,12 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="tsMain.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<metadata name="tsMain.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View file

@ -77,7 +77,7 @@ private void InitializeComponent()
this.tpWebBrowser.Location = new System.Drawing.Point(4, 22);
this.tpWebBrowser.Name = "tpWebBrowser";
this.tpWebBrowser.Padding = new System.Windows.Forms.Padding(3);
this.tpWebBrowser.Size = new System.Drawing.Size(752, 443);
this.tpWebBrowser.Size = new System.Drawing.Size(752, 487);
this.tpWebBrowser.TabIndex = 1;
this.tpWebBrowser.Text = "Web browser";
this.tpWebBrowser.UseVisualStyleBackColor = true;
@ -89,7 +89,7 @@ private void InitializeComponent()
this.wbResponse.MinimumSize = new System.Drawing.Size(20, 20);
this.wbResponse.Name = "wbResponse";
this.wbResponse.ScriptErrorsSuppressed = true;
this.wbResponse.Size = new System.Drawing.Size(746, 437);
this.wbResponse.Size = new System.Drawing.Size(746, 481);
this.wbResponse.TabIndex = 0;
//
// ResponseForm

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -39,7 +39,7 @@ private void InitializeComponent()
this.btnOK.Location = new System.Drawing.Point(224, 208);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 24);
this.btnOK.TabIndex = 1;
this.btnOK.TabIndex = 2;
this.btnOK.Text = "&Tweet";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
@ -49,7 +49,7 @@ private void InitializeComponent()
this.btnCancel.Location = new System.Drawing.Point(312, 208);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 24);
this.btnCancel.TabIndex = 2;
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "&Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
@ -73,7 +73,7 @@ private void InitializeComponent()
this.lblTweetLength.Location = new System.Drawing.Point(8, 208);
this.lblTweetLength.Name = "lblTweetLength";
this.lblTweetLength.Size = new System.Drawing.Size(36, 20);
this.lblTweetLength.TabIndex = 3;
this.lblTweetLength.TabIndex = 1;
this.lblTweetLength.Text = "140";
//
// TwitterTweetForm

File diff suppressed because it is too large Load diff

View file

@ -76,7 +76,7 @@ private void InitializeComponent()
this.txtPassword.Location = new System.Drawing.Point(80, 88);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(208, 20);
this.txtPassword.TabIndex = 6;
this.txtPassword.TabIndex = 7;
this.txtPassword.UseSystemPasswordChar = true;
//
// label1
@ -94,7 +94,7 @@ private void InitializeComponent()
this.label2.Location = new System.Drawing.Point(16, 96);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 13);
this.label2.TabIndex = 7;
this.label2.TabIndex = 6;
this.label2.Text = "Password:";
//
// label3