diff --git a/ShareX/Controls/HotkeyManagerControl.Designer.cs b/ShareX/Controls/HotkeyManagerControl.Designer.cs index 7ce4b6db8..ea665dff3 100644 --- a/ShareX/Controls/HotkeyManagerControl.Designer.cs +++ b/ShareX/Controls/HotkeyManagerControl.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HotkeyManagerControl)); this.flpHotkeys = new System.Windows.Forms.FlowLayoutPanel(); this.btnAdd = new System.Windows.Forms.Button(); this.btnRemove = new System.Windows.Forms.Button(); @@ -38,75 +39,48 @@ private void InitializeComponent() // // flpHotkeys // - this.flpHotkeys.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.flpHotkeys.AutoScroll = true; - this.flpHotkeys.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; - this.flpHotkeys.Location = new System.Drawing.Point(8, 35); + resources.ApplyResources(this.flpHotkeys, "flpHotkeys"); this.flpHotkeys.Name = "flpHotkeys"; - this.flpHotkeys.Size = new System.Drawing.Size(481, 309); - this.flpHotkeys.TabIndex = 5; - this.flpHotkeys.WrapContents = false; this.flpHotkeys.Layout += new System.Windows.Forms.LayoutEventHandler(this.flpHotkeys_Layout); // // btnAdd // - this.btnAdd.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; - this.btnAdd.Size = new System.Drawing.Size(72, 23); - this.btnAdd.TabIndex = 0; - this.btnAdd.Text = "Add..."; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnRemove // - this.btnRemove.Enabled = false; - this.btnRemove.Location = new System.Drawing.Point(152, 8); + resources.ApplyResources(this.btnRemove, "btnRemove"); this.btnRemove.Name = "btnRemove"; - this.btnRemove.Size = new System.Drawing.Size(72, 23); - this.btnRemove.TabIndex = 2; - this.btnRemove.Text = "Remove"; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // btnEdit // - this.btnEdit.Enabled = false; - this.btnEdit.Location = new System.Drawing.Point(80, 8); + resources.ApplyResources(this.btnEdit, "btnEdit"); this.btnEdit.Name = "btnEdit"; - this.btnEdit.Size = new System.Drawing.Size(72, 23); - this.btnEdit.TabIndex = 1; - this.btnEdit.Text = "Edit..."; this.btnEdit.UseVisualStyleBackColor = true; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnReset // - this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnReset.Location = new System.Drawing.Point(345, 8); + resources.ApplyResources(this.btnReset, "btnReset"); this.btnReset.Name = "btnReset"; - this.btnReset.Size = new System.Drawing.Size(144, 23); - this.btnReset.TabIndex = 4; - this.btnReset.Text = "Restore default hotkeys"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // btnDuplicate // - this.btnDuplicate.Enabled = false; - this.btnDuplicate.Location = new System.Drawing.Point(224, 8); + resources.ApplyResources(this.btnDuplicate, "btnDuplicate"); this.btnDuplicate.Name = "btnDuplicate"; - this.btnDuplicate.Size = new System.Drawing.Size(72, 23); - this.btnDuplicate.TabIndex = 3; - this.btnDuplicate.Text = "Duplicate"; this.btnDuplicate.UseVisualStyleBackColor = true; this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click); // // HotkeyManagerControl // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.btnDuplicate); @@ -116,7 +90,6 @@ private void InitializeComponent() this.Controls.Add(this.btnRemove); this.Controls.Add(this.btnAdd); this.Name = "HotkeyManagerControl"; - this.Size = new System.Drawing.Size(496, 350); this.ResumeLayout(false); } diff --git a/ShareX/Controls/HotkeyManagerControl.resx b/ShareX/Controls/HotkeyManagerControl.resx index 1af7de150..cc626d132 100644 --- a/ShareX/Controls/HotkeyManagerControl.resx +++ b/ShareX/Controls/HotkeyManagerControl.resx @@ -117,4 +117,190 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + + TopDown + + + flpHotkeys + + + 3 + + + $this + + + $this + + + + 152, 8 + + + btnEdit + + + False + + + False + + + 5 + + + 2 + + + $this + + + 5 + + + HotkeyManagerControl + + + Top, Right + + + 72, 23 + + + btnAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 3 + + + True + + + 1 + + + 72, 23 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnDuplicate + + + 1 + + + 0 + + + 0 + + + 72, 23 + + + System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Edit... + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 80, 8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Add... + + + 481, 309 + + + Top, Bottom, Left, Right + + + $this + + + Restore default hotkeys + + + 4 + + + btnRemove + + + 8, 8 + + + 144, 23 + + + 6, 13 + + + Duplicate + + + $this + + + 224, 8 + + + False + + + btnReset + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 35 + + + False + + + 72, 23 + + + 496, 350 + + + 345, 8 + + + Remove + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Controls/HotkeyManagerControl.tr.resx b/ShareX/Controls/HotkeyManagerControl.tr.resx new file mode 100644 index 000000000..af4d88338 --- /dev/null +++ b/ShareX/Controls/HotkeyManagerControl.tr.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ekle... + + + Kaldır + + + Düzenle... + + + Varsayılan kısayollara dön + + + Çoğalt + + \ No newline at end of file diff --git a/ShareX/Controls/HotkeySelectionControl.Designer.cs b/ShareX/Controls/HotkeySelectionControl.Designer.cs index 04cc0599b..82e6f4405 100644 --- a/ShareX/Controls/HotkeySelectionControl.Designer.cs +++ b/ShareX/Controls/HotkeySelectionControl.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HotkeySelectionControl)); this.lblHotkeyStatus = new System.Windows.Forms.Label(); this.lblHotkeyDescription = new System.Windows.Forms.Label(); this.btnHotkey = new System.Windows.Forms.Button(); @@ -35,27 +36,17 @@ private void InitializeComponent() // // lblHotkeyStatus // - this.lblHotkeyStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.lblHotkeyStatus, "lblHotkeyStatus"); this.lblHotkeyStatus.BackColor = System.Drawing.Color.IndianRed; this.lblHotkeyStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lblHotkeyStatus.Location = new System.Drawing.Point(456, 1); this.lblHotkeyStatus.Name = "lblHotkeyStatus"; - this.lblHotkeyStatus.Size = new System.Drawing.Size(24, 21); - this.lblHotkeyStatus.TabIndex = 2; // // lblHotkeyDescription // - this.lblHotkeyDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.lblHotkeyDescription, "lblHotkeyDescription"); this.lblHotkeyDescription.BackColor = System.Drawing.Color.White; this.lblHotkeyDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.lblHotkeyDescription.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; - this.lblHotkeyDescription.Location = new System.Drawing.Point(0, 1); this.lblHotkeyDescription.Name = "lblHotkeyDescription"; - this.lblHotkeyDescription.Size = new System.Drawing.Size(254, 21); - this.lblHotkeyDescription.TabIndex = 0; - this.lblHotkeyDescription.Text = "Description"; - this.lblHotkeyDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblHotkeyDescription.UseMnemonic = false; this.lblHotkeyDescription.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblHotkeyDescription_MouseClick); this.lblHotkeyDescription.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblHotkeyDescription_MouseDoubleClick); @@ -64,13 +55,8 @@ 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); + resources.ApplyResources(this.btnHotkey, "btnHotkey"); this.btnHotkey.Name = "btnHotkey"; - this.btnHotkey.Size = new System.Drawing.Size(192, 23); - this.btnHotkey.TabIndex = 1; - this.btnHotkey.Text = "Hotkey"; this.btnHotkey.UseVisualStyleBackColor = true; this.btnHotkey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyDown); this.btnHotkey.KeyUp += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyUp); @@ -80,14 +66,12 @@ private void InitializeComponent() // // HotkeySelectionControl // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnHotkey); this.Controls.Add(this.lblHotkeyStatus); this.Controls.Add(this.lblHotkeyDescription); - this.Margin = new System.Windows.Forms.Padding(0); this.Name = "HotkeySelectionControl"; - this.Size = new System.Drawing.Size(480, 23); this.ResumeLayout(false); } diff --git a/ShareX/Controls/HotkeySelectionControl.resx b/ShareX/Controls/HotkeySelectionControl.resx index 1af7de150..fb7b47ce7 100644 --- a/ShareX/Controls/HotkeySelectionControl.resx +++ b/ShareX/Controls/HotkeySelectionControl.resx @@ -117,4 +117,115 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this + + + Hotkey + + + + 6, 13 + + + $this + + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HotkeySelectionControl + + + 254, 21 + + + + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnHotkey + + + 1 + + + 456, 1 + + + 24, 21 + + + lblHotkeyStatus + + + 0 + + + + Top, Right + + + MiddleLeft + + + $this + + + 259, 0 + + + 0, 1 + + + MiddleRight + + + 0, 0, 0, 0 + + + Top, Right + + + Top, Left, Right + + + 2 + + + 1 + + + Description + + + lblHotkeyDescription + + + 192, 23 + + + 480, 23 + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Controls/HotkeySelectionControl.tr.resx b/ShareX/Controls/HotkeySelectionControl.tr.resx new file mode 100644 index 000000000..1d6dda754 --- /dev/null +++ b/ShareX/Controls/HotkeySelectionControl.tr.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Açıklama + + + Kısayol tuşu + + \ No newline at end of file diff --git a/ShareX/Forms/AboutForm.Designer.cs b/ShareX/Forms/AboutForm.Designer.cs index fd4528e6f..5aca59bfb 100644 --- a/ShareX/Forms/AboutForm.Designer.cs +++ b/ShareX/Forms/AboutForm.Designer.cs @@ -56,104 +56,70 @@ private void InitializeComponent() // // lblProductName // - this.lblProductName.AutoSize = true; + resources.ApplyResources(this.lblProductName, "lblProductName"); this.lblProductName.BackColor = System.Drawing.Color.Transparent; this.lblProductName.Cursor = System.Windows.Forms.Cursors.Hand; - this.lblProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.lblProductName.ForeColor = System.Drawing.Color.RoyalBlue; - this.lblProductName.Location = new System.Drawing.Point(12, 8); this.lblProductName.Name = "lblProductName"; - this.lblProductName.Size = new System.Drawing.Size(134, 24); - this.lblProductName.TabIndex = 0; - this.lblProductName.Text = "ShareX 1.0.0.0"; - this.lblProductName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblProductName.Click += new System.EventHandler(this.lblProductName_Click); // // lblBerk // - this.lblBerk.AutoSize = true; + resources.ApplyResources(this.lblBerk, "lblBerk"); this.lblBerk.BackColor = System.Drawing.Color.Transparent; this.lblBerk.ForeColor = System.Drawing.Color.Black; - this.lblBerk.Location = new System.Drawing.Point(89, 144); this.lblBerk.Name = "lblBerk"; - this.lblBerk.Size = new System.Drawing.Size(60, 13); - this.lblBerk.TabIndex = 4; - this.lblBerk.Text = "Jaex (Berk)"; // // lblMike // - this.lblMike.AutoSize = true; + resources.ApplyResources(this.lblMike, "lblMike"); this.lblMike.BackColor = System.Drawing.Color.Transparent; this.lblMike.ForeColor = System.Drawing.Color.Black; - 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 = 5; - this.lblMike.Text = "mcored (Michael Delpach)"; // // rtbCredits // this.rtbCredits.BackColor = System.Drawing.Color.WhiteSmoke; this.rtbCredits.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.rtbCredits.Location = new System.Drawing.Point(15, 200); + resources.ApplyResources(this.rtbCredits, "rtbCredits"); this.rtbCredits.Name = "rtbCredits"; this.rtbCredits.ReadOnly = true; - this.rtbCredits.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; - this.rtbCredits.Size = new System.Drawing.Size(409, 234); - 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); // // rtbShareXInfo // this.rtbShareXInfo.BackColor = System.Drawing.Color.WhiteSmoke; this.rtbShareXInfo.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.rtbShareXInfo.Location = new System.Drawing.Point(15, 66); + resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo"); this.rtbShareXInfo.Name = "rtbShareXInfo"; this.rtbShareXInfo.ReadOnly = true; - this.rtbShareXInfo.Size = new System.Drawing.Size(247, 48); - this.rtbShareXInfo.TabIndex = 2; - this.rtbShareXInfo.Text = "Website: http://getsharex.com\nProject page: https://github.com/ShareX/ShareX\nIssu" + - "es: https://github.com/ShareX/ShareX/issues"; this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); // // lblOwners // - this.lblOwners.AutoSize = true; - this.lblOwners.Location = new System.Drawing.Point(14, 117); + resources.ApplyResources(this.lblOwners, "lblOwners"); this.lblOwners.Name = "lblOwners"; - this.lblOwners.Size = new System.Drawing.Size(46, 13); - this.lblOwners.TabIndex = 3; - this.lblOwners.Text = "Owners:"; // // cLogo // this.cLogo.Interval = 100; - this.cLogo.Location = new System.Drawing.Point(240, -8); + resources.ApplyResources(this.cLogo, "cLogo"); this.cLogo.Name = "cLogo"; - this.cLogo.Size = new System.Drawing.Size(200, 200); - 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); // // uclUpdate // - this.uclUpdate.Location = new System.Drawing.Point(13, 36); + resources.ApplyResources(this.uclUpdate, "uclUpdate"); this.uclUpdate.Name = "uclUpdate"; - this.uclUpdate.Size = new System.Drawing.Size(224, 24); - this.uclUpdate.TabIndex = 1; // // pbMikeGooglePlus // this.pbMikeGooglePlus.BackColor = System.Drawing.Color.Transparent; this.pbMikeGooglePlus.Cursor = System.Windows.Forms.Cursors.Hand; this.pbMikeGooglePlus.Image = global::ShareX.Properties.Resources.google_plus; - this.pbMikeGooglePlus.Location = new System.Drawing.Point(64, 166); + resources.ApplyResources(this.pbMikeGooglePlus, "pbMikeGooglePlus"); this.pbMikeGooglePlus.Name = "pbMikeGooglePlus"; - this.pbMikeGooglePlus.Size = new System.Drawing.Size(16, 16); - this.pbMikeGooglePlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pbMikeGooglePlus.TabIndex = 22; this.pbMikeGooglePlus.TabStop = false; this.pbMikeGooglePlus.Click += new System.EventHandler(this.pbMikeGooglePlus_Click); // @@ -162,11 +128,8 @@ private void InitializeComponent() this.pbBerkSteamURL.BackColor = System.Drawing.Color.Transparent; this.pbBerkSteamURL.Cursor = System.Windows.Forms.Cursors.Hand; this.pbBerkSteamURL.Image = global::ShareX.Properties.Resources.steam; - this.pbBerkSteamURL.Location = new System.Drawing.Point(65, 142); + resources.ApplyResources(this.pbBerkSteamURL, "pbBerkSteamURL"); this.pbBerkSteamURL.Name = "pbBerkSteamURL"; - this.pbBerkSteamURL.Size = new System.Drawing.Size(16, 16); - this.pbBerkSteamURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pbBerkSteamURL.TabIndex = 21; this.pbBerkSteamURL.TabStop = false; this.pbBerkSteamURL.Click += new System.EventHandler(this.pbBerkSteamURL_Click); // @@ -175,11 +138,8 @@ private void InitializeComponent() this.pbMikeURL.BackColor = System.Drawing.Color.Transparent; this.pbMikeURL.Cursor = System.Windows.Forms.Cursors.Hand; this.pbMikeURL.Image = global::ShareX.Properties.Resources.GitHub; - this.pbMikeURL.Location = new System.Drawing.Point(41, 166); + resources.ApplyResources(this.pbMikeURL, "pbMikeURL"); this.pbMikeURL.Name = "pbMikeURL"; - this.pbMikeURL.Size = new System.Drawing.Size(16, 16); - this.pbMikeURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pbMikeURL.TabIndex = 14; this.pbMikeURL.TabStop = false; this.pbMikeURL.Click += new System.EventHandler(this.pbMikeURL_Click); // @@ -187,11 +147,8 @@ private void InitializeComponent() // this.pbAU.BackColor = System.Drawing.Color.Transparent; this.pbAU.Image = global::ShareX.Properties.Resources.au; - this.pbAU.Location = new System.Drawing.Point(17, 166); + resources.ApplyResources(this.pbAU, "pbAU"); this.pbAU.Name = "pbAU"; - this.pbAU.Size = new System.Drawing.Size(16, 16); - this.pbAU.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pbAU.TabIndex = 12; this.pbAU.TabStop = false; // // pbBerkURL @@ -199,11 +156,8 @@ private void InitializeComponent() this.pbBerkURL.BackColor = System.Drawing.Color.Transparent; this.pbBerkURL.Cursor = System.Windows.Forms.Cursors.Hand; this.pbBerkURL.Image = global::ShareX.Properties.Resources.GitHub; - this.pbBerkURL.Location = new System.Drawing.Point(41, 142); + resources.ApplyResources(this.pbBerkURL, "pbBerkURL"); this.pbBerkURL.Name = "pbBerkURL"; - this.pbBerkURL.Size = new System.Drawing.Size(16, 16); - this.pbBerkURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pbBerkURL.TabIndex = 10; this.pbBerkURL.TabStop = false; this.pbBerkURL.Click += new System.EventHandler(this.pbBerkURL_Click); // @@ -211,19 +165,15 @@ private void InitializeComponent() // this.pbTR.BackColor = System.Drawing.Color.Transparent; this.pbTR.Image = global::ShareX.Properties.Resources.tr; - this.pbTR.Location = new System.Drawing.Point(17, 142); + resources.ApplyResources(this.pbTR, "pbTR"); this.pbTR.Name = "pbTR"; - this.pbTR.Size = new System.Drawing.Size(16, 16); - this.pbTR.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; - this.pbTR.TabIndex = 8; this.pbTR.TabStop = false; // // AboutForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.WhiteSmoke; - this.ClientSize = new System.Drawing.Size(433, 446); this.Controls.Add(this.pbMikeGooglePlus); this.Controls.Add(this.lblOwners); this.Controls.Add(this.rtbShareXInfo); @@ -231,18 +181,16 @@ private void InitializeComponent() this.Controls.Add(this.pbBerkSteamURL); this.Controls.Add(this.lblBerk); this.Controls.Add(this.lblMike); - this.Controls.Add(this.cLogo); this.Controls.Add(this.uclUpdate); this.Controls.Add(this.pbMikeURL); this.Controls.Add(this.pbAU); this.Controls.Add(this.pbBerkURL); this.Controls.Add(this.pbTR); this.Controls.Add(this.lblProductName); + this.Controls.Add(this.cLogo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "AboutForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - About"; this.Shown += new System.EventHandler(this.AboutForm_Shown); ((System.ComponentModel.ISupportInitialize)(this.pbMikeGooglePlus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbBerkSteamURL)).EndInit(); diff --git a/ShareX/Forms/AboutForm.resx b/ShareX/Forms/AboutForm.resx index 99ddbc49e..3780b2540 100644 --- a/ShareX/Forms/AboutForm.resx +++ b/ShareX/Forms/AboutForm.resx @@ -117,6 +117,108 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + Microsoft Sans Serif, 14.25pt + + + 12, 8 + + + 134, 24 + + + 0 + + + ShareX 1.0.0.0 + + + MiddleCenter + + + lblProductName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + True + + + 89, 144 + + + 60, 13 + + + 4 + + + Jaex (Berk) + + + lblBerk + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + 89, 168 + + + 131, 13 + + + 5 + + + mcored (Michael Delpach) + + + lblMike + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 15, 200 + + + + Vertical + + + 409, 234 + + + 6 + Contributors: @@ -148,4 +250,282 @@ System.Net.FtpClient: https://netftp.codeplex.com Copyright © 2007 - 2014 ShareX Developers + + False + + + rtbCredits + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 15, 66 + + + 251, 48 + + + 2 + + + Website: http://getsharex.com +Project page: https://github.com/ShareX/ShareX +Issues: https://github.com/ShareX/ShareX/issues + + + rtbShareXInfo + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 14, 117 + + + 46, 13 + + + 3 + + + Owners: + + + lblOwners + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 240, -8 + + + 200, 200 + + + 7 + + + cLogo + + + HelpersLib.Canvas, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 13 + + + 13, 36 + + + 224, 24 + + + 1 + + + uclUpdate + + + HelpersLib.UpdateCheckerLabel, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 7 + + + 64, 166 + + + 16, 16 + + + StretchImage + + + 22 + + + pbMikeGooglePlus + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + 65, 142 + + + 16, 16 + + + CenterImage + + + 21 + + + pbBerkSteamURL + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 41, 166 + + + 16, 16 + + + CenterImage + + + 14 + + + pbMikeURL + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + 17, 166 + + + 16, 16 + + + CenterImage + + + 12 + + + pbAU + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 41, 142 + + + 16, 16 + + + CenterImage + + + 10 + + + pbBerkURL + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + 17, 142 + + + 16, 16 + + + CenterImage + + + 8 + + + pbTR + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + tr + + + True + + + 6, 13 + + + 433, 446 + + + CenterScreen + + + ShareX - About + + + AboutForm + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/ShareX/Forms/AboutForm.tr.resx b/ShareX/Forms/AboutForm.tr.resx new file mode 100644 index 000000000..d92149f86 --- /dev/null +++ b/ShareX/Forms/AboutForm.tr.resx @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + NoControl + + + NoControl + + + NoControl + + + Katılımcılar: + +Mega, Gist and Jira support: https://github.com/gpailler +Web site: https://github.com/dmxt +MediaCrush support: https://github.com/SirCmpwn +Amazon S3 and DreamObjects support: https://github.com/alanedwardes +Gfycat support: https://github.com/Dinnerbone +Copy support: https://github.com/KamilKZ +AdFly support: https://github.com/LRNAB +MediaFire support: https://github.com/michalx2 +Pushbullet support: https://github.com/BallisticLingonberries + +Harici kütüphaneler: + +Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot +Json.NET: https://json.codeplex.com +SSH.NET: https://sshnet.codeplex.com +Icons: http://p.yusukekamiyamane.com +ImageListView: https://code.google.com/p/imagelistview +AviWriter: https://code.google.com/p/aforge +FFmpeg: http://www.ffmpeg.org +FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds +7-Zip: http://www.7-zip.org +SevenZipSharp: https://sevenzipsharp.codeplex.com +DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free +QrCode.Net: https://qrcodenet.codeplex.com +System.Net.FtpClient: https://netftp.codeplex.com + +Copyright © 2007 - 2014 ShareX Developers + + + Website: http://getsharex.com +Proje sayfası: https://github.com/ShareX/ShareX +Sorunlar: https://github.com/ShareX/ShareX/issues + + + NoControl + + + + 48, 13 + + + Sahipler: + + + NoControl + + + NoControl + + + NoControl + + + NoControl + + + NoControl + + + NoControl + + + ShareX - Hakkında + + \ No newline at end of file diff --git a/ShareX/Forms/ActionsForm.Designer.cs b/ShareX/Forms/ActionsForm.Designer.cs index 02a9f173f..2c00e9627 100644 --- a/ShareX/Forms/ActionsForm.Designer.cs +++ b/ShareX/Forms/ActionsForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActionsForm)); this.lblName = new System.Windows.Forms.Label(); this.lblPath = new System.Windows.Forms.Label(); this.lblArgs = new System.Windows.Forms.Label(); @@ -45,133 +46,80 @@ private void InitializeComponent() // // lblName // - this.lblName.AutoSize = true; - this.lblName.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.lblName, "lblName"); this.lblName.Name = "lblName"; - this.lblName.Size = new System.Drawing.Size(38, 13); - this.lblName.TabIndex = 0; - this.lblName.Text = "Name:"; // // lblPath // - this.lblPath.AutoSize = true; - this.lblPath.Location = new System.Drawing.Point(8, 56); + resources.ApplyResources(this.lblPath, "lblPath"); this.lblPath.Name = "lblPath"; - this.lblPath.Size = new System.Drawing.Size(50, 13); - this.lblPath.TabIndex = 2; - this.lblPath.Text = "File path:"; // // lblArgs // - this.lblArgs.AutoSize = true; - this.lblArgs.Location = new System.Drawing.Point(8, 104); + resources.ApplyResources(this.lblArgs, "lblArgs"); this.lblArgs.Name = "lblArgs"; - this.lblArgs.Size = new System.Drawing.Size(60, 13); - this.lblArgs.TabIndex = 5; - this.lblArgs.Text = "Arguments:"; // // txtName // - this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtName.Location = new System.Drawing.Point(8, 24); + resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; - this.txtName.Size = new System.Drawing.Size(296, 20); - this.txtName.TabIndex = 1; // // txtPath // - this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtPath.Location = new System.Drawing.Point(8, 72); + resources.ApplyResources(this.txtPath, "txtPath"); this.txtPath.Name = "txtPath"; - this.txtPath.Size = new System.Drawing.Size(248, 20); - this.txtPath.TabIndex = 3; // // txtArguments // - this.txtArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtArguments.Location = new System.Drawing.Point(8, 120); + resources.ApplyResources(this.txtArguments, "txtArguments"); this.txtArguments.Name = "txtArguments"; - this.txtArguments.Size = new System.Drawing.Size(296, 20); - this.txtArguments.TabIndex = 6; // // btnPathBrowse // - this.btnPathBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnPathBrowse.Location = new System.Drawing.Point(264, 70); + resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse"); this.btnPathBrowse.Name = "btnPathBrowse"; - this.btnPathBrowse.Size = new System.Drawing.Size(40, 24); - this.btnPathBrowse.TabIndex = 4; - this.btnPathBrowse.Text = "..."; this.btnPathBrowse.UseVisualStyleBackColor = true; this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click); // // 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(152, 248); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(72, 24); - this.btnOK.TabIndex = 7; - 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(232, 248); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(72, 24); - this.btnCancel.TabIndex = 8; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblExtensions // - this.lblExtensions.AutoSize = true; - this.lblExtensions.Location = new System.Drawing.Point(8, 200); + resources.ApplyResources(this.lblExtensions, "lblExtensions"); this.lblExtensions.Name = "lblExtensions"; - this.lblExtensions.Size = new System.Drawing.Size(191, 13); - this.lblExtensions.TabIndex = 9; - this.lblExtensions.Text = "Extension filter: (Example: jpg png mp4)"; // // txtExtensions // - this.txtExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtExtensions.Location = new System.Drawing.Point(8, 216); + resources.ApplyResources(this.txtExtensions, "txtExtensions"); this.txtExtensions.Name = "txtExtensions"; - this.txtExtensions.Size = new System.Drawing.Size(296, 20); - this.txtExtensions.TabIndex = 10; // // txtOutputExtension // - this.txtOutputExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtOutputExtension.Location = new System.Drawing.Point(8, 168); + resources.ApplyResources(this.txtOutputExtension, "txtOutputExtension"); this.txtOutputExtension.Name = "txtOutputExtension"; - this.txtOutputExtension.Size = new System.Drawing.Size(296, 20); - this.txtOutputExtension.TabIndex = 11; // // lblOutputExtension // - this.lblOutputExtension.AutoSize = true; - this.lblOutputExtension.Location = new System.Drawing.Point(8, 152); + resources.ApplyResources(this.lblOutputExtension, "lblOutputExtension"); this.lblOutputExtension.Name = "lblOutputExtension"; - this.lblOutputExtension.Size = new System.Drawing.Size(277, 13); - this.lblOutputExtension.TabIndex = 12; - this.lblOutputExtension.Text = "Output file name extension: (Empty = Use same file name)"; // // ActionsForm // this.AcceptButton = this.btnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(313, 281); this.Controls.Add(this.lblOutputExtension); this.Controls.Add(this.txtOutputExtension); this.Controls.Add(this.txtExtensions); @@ -187,8 +135,6 @@ private void InitializeComponent() this.Controls.Add(this.lblName); this.MaximizeBox = false; this.Name = "ActionsForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Actions"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/ActionsForm.resx b/ShareX/Forms/ActionsForm.resx index 1af7de150..e138b3e03 100644 --- a/ShareX/Forms/ActionsForm.resx +++ b/ShareX/Forms/ActionsForm.resx @@ -117,4 +117,367 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 + + + + 6 + + + 11 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + btnCancel + + + + 248, 20 + + + txtOutputExtension + + + $this + + + 4 + + + 264, 70 + + + btnOK + + + $this + + + ActionsForm + + + btnPathBrowse + + + True + + + 8 + + + 7 + + + True + + + txtName + + + + Top, Left, Right + + + 8, 24 + + + 277, 13 + + + 296, 20 + + + 72, 24 + + + 6, 13 + + + 6 + + + $this + + + Top, Right + + + 1 + + + Top, Right + + + Top, Right + + + lblOutputExtension + + + 5 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 40, 24 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 8 + + + Top, Left, Right + + + Extension filter: (Example: jpg png mp4) + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 10 + + + 313, 281 + + + 296, 20 + + + 8, 168 + + + ... + + + CenterScreen + + + True + + + 0 + + + True + + + 191, 13 + + + txtPath + + + 8, 72 + + + 8, 200 + + + Output file name extension: (Empty = Use same file name) + + + 152, 248 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + 232, 248 + + + 296, 20 + + + $this + + + 50, 13 + + + 72, 24 + + + Top, Left, Right + + + 60, 13 + + + lblPath + + + 8, 216 + + + $this + + + 9 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Left, Right + + + 38, 13 + + + lblName + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + lblArgs + + + 10 + + + OK + + + 0 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 2 + + + $this + + + 8, 104 + + + 8, 56 + + + 9 + + + Name: + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtArguments + + + $this + + + 8, 120 + + + Cancel + + + ShareX - Actions + + + 8, 152 + + + 5 + + + 7 + + + 3 + + + lblExtensions + + + File path: + + + Top, Left, Right + + + $this + + + 296, 20 + + + Arguments: + + + txtExtensions + + + 12 + + + 1 + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/ActionsForm.tr.resx b/ShareX/Forms/ActionsForm.tr.resx new file mode 100644 index 000000000..d8172a41c --- /dev/null +++ b/ShareX/Forms/ActionsForm.tr.resx @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 23, 13 + + + Ad: + + + 62, 13 + + + Dosya yolu: + + + 69, 13 + + + Parametreler: + + + Tamam + + + İptal + + + 181, 13 + + + Uzantı süzgeçi: (Örnek: jpg png mp4) + + + 282, 13 + + + Çıkış dosya adı uzantısı (Boş = Aynı dosya uzantısını kullan) + + + ShareX - Aksiyonlar + + \ No newline at end of file diff --git a/ShareX/Forms/AfterCaptureForm.Designer.cs b/ShareX/Forms/AfterCaptureForm.Designer.cs index c03bbd751..94d1f361f 100644 --- a/ShareX/Forms/AfterCaptureForm.Designer.cs +++ b/ShareX/Forms/AfterCaptureForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AfterCaptureForm)); this.lvAfterCaptureTasks = new System.Windows.Forms.ListView(); this.chAfterCapture = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.btnContinue = new System.Windows.Forms.Button(); @@ -45,18 +46,14 @@ private void InitializeComponent() // // lvAfterCaptureTasks // + resources.ApplyResources(this.lvAfterCaptureTasks, "lvAfterCaptureTasks"); this.lvAfterCaptureTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chAfterCapture}); - this.lvAfterCaptureTasks.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvAfterCaptureTasks.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.lvAfterCaptureTasks.FullRowSelect = true; this.lvAfterCaptureTasks.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.lvAfterCaptureTasks.Location = new System.Drawing.Point(3, 3); this.lvAfterCaptureTasks.MultiSelect = false; this.lvAfterCaptureTasks.Name = "lvAfterCaptureTasks"; this.lvAfterCaptureTasks.Scrollable = false; - this.lvAfterCaptureTasks.Size = new System.Drawing.Size(290, 268); - this.lvAfterCaptureTasks.TabIndex = 0; this.lvAfterCaptureTasks.UseCompatibleStateImageBehavior = false; this.lvAfterCaptureTasks.View = System.Windows.Forms.View.Details; this.lvAfterCaptureTasks.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvAfterCaptureTasks_ItemSelectionChanged); @@ -64,116 +61,79 @@ private void InitializeComponent() // // chAfterCapture // - this.chAfterCapture.Text = "Tasks"; - this.chAfterCapture.Width = 252; + resources.ApplyResources(this.chAfterCapture, "chAfterCapture"); // // btnContinue // - this.btnContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnContinue.Location = new System.Drawing.Point(8, 312); + resources.ApplyResources(this.btnContinue, "btnContinue"); this.btnContinue.Name = "btnContinue"; - this.btnContinue.Size = new System.Drawing.Size(80, 32); - this.btnContinue.TabIndex = 1; - this.btnContinue.Text = "Continue"; this.btnContinue.UseVisualStyleBackColor = true; this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click); // // btnCancel // - this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnCancel.Location = new System.Drawing.Point(96, 312); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(80, 32); - this.btnCancel.TabIndex = 2; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // pbImage // - this.pbImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.pbImage, "pbImage"); this.pbImage.BackColor = System.Drawing.Color.White; this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbImage.Cursor = System.Windows.Forms.Cursors.Default; this.pbImage.DrawCheckeredBackground = true; this.pbImage.EnableRightClickMenu = true; this.pbImage.FullscreenOnClick = true; - this.pbImage.Location = new System.Drawing.Point(320, 8); this.pbImage.Name = "pbImage"; - this.pbImage.Size = new System.Drawing.Size(376, 336); - this.pbImage.TabIndex = 4; // // btnCopy // - this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnCopy.Location = new System.Drawing.Point(184, 312); + resources.ApplyResources(this.btnCopy, "btnCopy"); this.btnCopy.Name = "btnCopy"; - this.btnCopy.Size = new System.Drawing.Size(80, 32); - this.btnCopy.TabIndex = 3; - this.btnCopy.Text = "Copy"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // tcTasks // - this.tcTasks.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left))); + resources.ApplyResources(this.tcTasks, "tcTasks"); this.tcTasks.Controls.Add(this.tpAfterCapture); this.tcTasks.Controls.Add(this.tpBeforeUpload); - this.tcTasks.Location = new System.Drawing.Point(8, 8); this.tcTasks.Name = "tcTasks"; this.tcTasks.SelectedIndex = 0; - this.tcTasks.Size = new System.Drawing.Size(304, 300); - this.tcTasks.TabIndex = 0; // // tpAfterCapture // + resources.ApplyResources(this.tpAfterCapture, "tpAfterCapture"); this.tpAfterCapture.Controls.Add(this.lvAfterCaptureTasks); - this.tpAfterCapture.Location = new System.Drawing.Point(4, 22); this.tpAfterCapture.Name = "tpAfterCapture"; - this.tpAfterCapture.Padding = new System.Windows.Forms.Padding(3); - this.tpAfterCapture.Size = new System.Drawing.Size(296, 274); - this.tpAfterCapture.TabIndex = 0; - this.tpAfterCapture.Text = "After capture"; this.tpAfterCapture.UseVisualStyleBackColor = true; // // tpBeforeUpload // + resources.ApplyResources(this.tpBeforeUpload, "tpBeforeUpload"); this.tpBeforeUpload.Controls.Add(this.ucBeforeUpload); - this.tpBeforeUpload.Location = new System.Drawing.Point(4, 22); this.tpBeforeUpload.Name = "tpBeforeUpload"; - this.tpBeforeUpload.Padding = new System.Windows.Forms.Padding(3); - this.tpBeforeUpload.Size = new System.Drawing.Size(296, 274); - this.tpBeforeUpload.TabIndex = 1; - this.tpBeforeUpload.Text = "Before upload"; this.tpBeforeUpload.UseVisualStyleBackColor = true; // // ucBeforeUpload // - this.ucBeforeUpload.Dock = System.Windows.Forms.DockStyle.Fill; - this.ucBeforeUpload.Location = new System.Drawing.Point(3, 3); + resources.ApplyResources(this.ucBeforeUpload, "ucBeforeUpload"); this.ucBeforeUpload.Name = "ucBeforeUpload"; - this.ucBeforeUpload.Size = new System.Drawing.Size(290, 268); - this.ucBeforeUpload.TabIndex = 0; // // AfterCaptureForm // this.AcceptButton = this.btnContinue; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(704, 352); this.Controls.Add(this.tcTasks); this.Controls.Add(this.btnCopy); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnContinue); this.Controls.Add(this.pbImage); - this.MinimumSize = new System.Drawing.Size(720, 368); this.Name = "AfterCaptureForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Post capture tasks"; this.TopMost = true; this.tcTasks.ResumeLayout(false); this.tpAfterCapture.ResumeLayout(false); diff --git a/ShareX/Forms/AfterCaptureForm.resx b/ShareX/Forms/AfterCaptureForm.resx index 1af7de150..92c2f5fa4 100644 --- a/ShareX/Forms/AfterCaptureForm.resx +++ b/ShareX/Forms/AfterCaptureForm.resx @@ -117,4 +117,280 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 + + + + 0 + + + tpBeforeUpload + + + $this + + + + 720, 368 + + + $this + + + tcTasks + + + lvAfterCaptureTasks + + + 0 + + + 184, 312 + + + 1 + + + chAfterCapture + + + 3, 3 + + + AfterCaptureForm + + + $this + + + 2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pbImage + + + 6, 13 + + + 252 + + + + Bottom, Left + + + 80, 32 + + + btnCopy + + + 4, 22 + + + 3, 3, 3, 3 + + + 3 + + + 296, 274 + + + Fill + + + Continue + + + 304, 300 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 296, 274 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpAfterCapture + + + 1 + + + Before upload + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX.BeforeUploadControl, ShareX, Version=9.4.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 290, 268 + + + 80, 32 + + + 8, 8 + + + CenterScreen + + + btnCancel + + + 0 + + + 0 + + + HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + ucBeforeUpload + + + 3, 3 + + + 3, 3, 3, 3 + + + Microsoft Sans Serif, 9.75pt + + + 4, 22 + + + 1 + + + 290, 268 + + + 96, 312 + + + tcTasks + + + 376, 336 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 80, 32 + + + 2 + + + Bottom, Left + + + Bottom, Left + + + 0 + + + Fill + + + 0 + + + 320, 8 + + + $this + + + 0 + + + 0 + + + btnContinue + + + ShareX - Post capture tasks + + + tcTasks + + + tpAfterCapture + + + 3 + + + 1 + + + Top, Bottom, Left + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + After capture + + + Copy + + + Cancel + + + Top, Bottom, Left, Right + + + 8, 312 + + + 704, 352 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpBeforeUpload + + + Tasks + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/AfterCaptureForm.tr.resx b/ShareX/Forms/AfterCaptureForm.tr.resx new file mode 100644 index 000000000..ec66ce97d --- /dev/null +++ b/ShareX/Forms/AfterCaptureForm.tr.resx @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Devam + + + İptal + + + Kopyala + + + Yakalama sonrası + + + Yükleme öncesi + + + ShareX - Yakalama sonrası görevler + + \ No newline at end of file diff --git a/ShareX/Forms/AfterUploadForm.designer.cs b/ShareX/Forms/AfterUploadForm.designer.cs index c956ae8db..b97484d21 100644 --- a/ShareX/Forms/AfterUploadForm.designer.cs +++ b/ShareX/Forms/AfterUploadForm.designer.cs @@ -29,6 +29,7 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AfterUploadForm)); this.pbPreview = new HelpersLib.MyPictureBox(); this.btnCopyImage = new System.Windows.Forms.Button(); this.btnCopyLink = new System.Windows.Forms.Button(); @@ -44,80 +45,46 @@ private void InitializeComponent() // // pbPreview // - this.pbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.pbPreview, "pbPreview"); this.pbPreview.BackColor = System.Drawing.Color.White; this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbPreview.DrawCheckeredBackground = true; this.pbPreview.EnableRightClickMenu = true; this.pbPreview.FullscreenOnClick = true; - this.pbPreview.Location = new System.Drawing.Point(392, 8); this.pbPreview.Name = "pbPreview"; - this.pbPreview.Size = new System.Drawing.Size(304, 288); - this.pbPreview.TabIndex = 1; // // btnCopyImage // - this.btnCopyImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnCopyImage.AutoSize = true; - this.btnCopyImage.Location = new System.Drawing.Point(8, 304); - this.btnCopyImage.Margin = new System.Windows.Forms.Padding(0); + resources.ApplyResources(this.btnCopyImage, "btnCopyImage"); this.btnCopyImage.Name = "btnCopyImage"; - this.btnCopyImage.Size = new System.Drawing.Size(88, 32); - this.btnCopyImage.TabIndex = 2; - this.btnCopyImage.Text = "Copy image"; this.btnCopyImage.UseVisualStyleBackColor = true; this.btnCopyImage.Click += new System.EventHandler(this.btnCopyImage_Click); // // btnCopyLink // - this.btnCopyLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnCopyLink.AutoSize = true; - this.btnCopyLink.Location = new System.Drawing.Point(96, 304); - this.btnCopyLink.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); + resources.ApplyResources(this.btnCopyLink, "btnCopyLink"); this.btnCopyLink.Name = "btnCopyLink"; - this.btnCopyLink.Size = new System.Drawing.Size(88, 32); - this.btnCopyLink.TabIndex = 3; - this.btnCopyLink.Text = "Copy link"; this.btnCopyLink.UseVisualStyleBackColor = true; this.btnCopyLink.Click += new System.EventHandler(this.btnCopyLink_Click); // // btnOpenLink // - this.btnOpenLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnOpenLink.AutoSize = true; - this.btnOpenLink.Location = new System.Drawing.Point(184, 304); - this.btnOpenLink.Margin = new System.Windows.Forms.Padding(0); + resources.ApplyResources(this.btnOpenLink, "btnOpenLink"); this.btnOpenLink.Name = "btnOpenLink"; - this.btnOpenLink.Size = new System.Drawing.Size(88, 32); - this.btnOpenLink.TabIndex = 4; - this.btnOpenLink.Text = "Open link..."; this.btnOpenLink.UseVisualStyleBackColor = true; this.btnOpenLink.Click += new System.EventHandler(this.btnOpenLink_Click); // // btnOpenFile // - this.btnOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnOpenFile.AutoSize = true; - this.btnOpenFile.Location = new System.Drawing.Point(272, 304); - this.btnOpenFile.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); + resources.ApplyResources(this.btnOpenFile, "btnOpenFile"); this.btnOpenFile.Name = "btnOpenFile"; - this.btnOpenFile.Size = new System.Drawing.Size(88, 32); - this.btnOpenFile.TabIndex = 5; - this.btnOpenFile.Text = "Open file..."; this.btnOpenFile.UseVisualStyleBackColor = true; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // btnOpenFolder // - this.btnOpenFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnOpenFolder.AutoSize = true; - this.btnOpenFolder.Location = new System.Drawing.Point(360, 304); - this.btnOpenFolder.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); + resources.ApplyResources(this.btnOpenFolder, "btnOpenFolder"); this.btnOpenFolder.Name = "btnOpenFolder"; - this.btnOpenFolder.Size = new System.Drawing.Size(88, 32); - this.btnOpenFolder.TabIndex = 6; - this.btnOpenFolder.Text = "Open folder..."; this.btnOpenFolder.UseVisualStyleBackColor = true; this.btnOpenFolder.Click += new System.EventHandler(this.btnFolderOpen_Click); // @@ -129,20 +96,14 @@ private void InitializeComponent() // // btnClose // - this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnClose.Location = new System.Drawing.Point(608, 304); + resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; - this.btnClose.Size = new System.Drawing.Size(88, 32); - this.btnClose.TabIndex = 7; - this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // lvClipboardFormats // - this.lvClipboardFormats.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats"); this.lvClipboardFormats.AutoFillColumn = true; this.lvClipboardFormats.AutoFillColumnIndex = 1; this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { @@ -150,29 +111,23 @@ private void InitializeComponent() this.chFormat}); this.lvClipboardFormats.FullRowSelect = true; this.lvClipboardFormats.GridLines = true; - this.lvClipboardFormats.Location = new System.Drawing.Point(8, 8); this.lvClipboardFormats.Name = "lvClipboardFormats"; - this.lvClipboardFormats.Size = new System.Drawing.Size(376, 288); - this.lvClipboardFormats.TabIndex = 0; this.lvClipboardFormats.UseCompatibleStateImageBehavior = false; this.lvClipboardFormats.View = System.Windows.Forms.View.Details; this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick); // // chDescription // - this.chDescription.Text = "Description"; - this.chDescription.Width = 110; + resources.ApplyResources(this.chDescription, "chDescription"); // // chFormat // - this.chFormat.Text = "Format"; - this.chFormat.Width = 262; + resources.ApplyResources(this.chFormat, "chFormat"); // // AfterUploadForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(704, 344); this.Controls.Add(this.lvClipboardFormats); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOpenLink); @@ -181,10 +136,7 @@ private void InitializeComponent() this.Controls.Add(this.btnCopyLink); this.Controls.Add(this.btnCopyImage); this.Controls.Add(this.pbPreview); - this.MinimumSize = new System.Drawing.Size(600, 312); this.Name = "AfterUploadForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - After upload"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/AfterUploadForm.resx b/ShareX/Forms/AfterUploadForm.resx index 10ab2e354..91045d9ed 100644 --- a/ShareX/Forms/AfterUploadForm.resx +++ b/ShareX/Forms/AfterUploadForm.resx @@ -117,6 +117,306 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 600, 312 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnCopyLink + + + $this + + + 88, 32 + + + + 0 + + + 4 + + + + 3, 0, 0, 0 + + + True + + + $this + + + chFormat + + + AfterUploadForm + + + $this + + + 304, 288 + + + 272, 304 + + + 360, 304 + + + btnOpenLink + + + 392, 8 + + + 3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + lvClipboardFormats + + + Description + + + 3, 0, 0, 0 + + + 88, 32 + + + 6 + + + Copy image + + + CenterScreen + + + 7 + + + Bottom, Left + + + True + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + btnOpenFile + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Top, Bottom, Left, Right + + + 8, 8 + + + 262 + + + chDescription + + + Top, Bottom, Right + + + 6, 13 + + + $this + + + pbPreview + + + Open link... + + + 0 + + + $this + + + 8, 304 + + + 88, 32 + + + 6 + + + btnClose + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 110 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 376, 288 + + + True + + + btnOpenFolder + + + Bottom, Right + + + 5 + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + Bottom, Left + + + 184, 304 + + + 7 + + + 96, 304 + + + 0, 0, 0, 0 + + + Bottom, Left + + + btnCopyImage + + + 88, 32 + + + tmrClose + + + 2 + + + 4 + + + 88, 32 + + + Close + + + ShareX - After upload + + + Copy link + + + 2 + + + 0, 0, 0, 0 + + + Open folder... + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + Open file... + + + 1 + + + Bottom, Left + + + 5 + + + Format + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 88, 32 + + + 704, 344 + + + 1 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 608, 304 + + + 3, 0, 0, 0 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + tr + 17, 17 diff --git a/ShareX/Forms/AfterUploadForm.tr.resx b/ShareX/Forms/AfterUploadForm.tr.resx new file mode 100644 index 000000000..58ef8a4a5 --- /dev/null +++ b/ShareX/Forms/AfterUploadForm.tr.resx @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Resim kopyala + + + Link kopyala + + + Link aç... + + + Dosya aç... + + + Dizin aç... + + + Kapat + + + Açıklama + + + Biçim + + + ShareX - Yükleme sonrası + + \ No newline at end of file diff --git a/ShareX/Forms/ApplicationSettingsForm.Designer.cs b/ShareX/Forms/ApplicationSettingsForm.Designer.cs index 5515b3c39..1f7ce2ff8 100644 --- a/ShareX/Forms/ApplicationSettingsForm.Designer.cs +++ b/ShareX/Forms/ApplicationSettingsForm.Designer.cs @@ -29,6 +29,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationSettingsForm)); this.tcSettings = new System.Windows.Forms.TabControl(); this.tpGeneral = new System.Windows.Forms.TabPage(); this.cbRememberMainFormPosition = new System.Windows.Forms.CheckBox(); @@ -126,21 +127,19 @@ private void InitializeComponent() // // tcSettings // + resources.ApplyResources(this.tcSettings, "tcSettings"); this.tcSettings.Controls.Add(this.tpGeneral); this.tcSettings.Controls.Add(this.tpPaths); this.tcSettings.Controls.Add(this.tpProxy); this.tcSettings.Controls.Add(this.tpUpload); this.tcSettings.Controls.Add(this.tpPrint); this.tcSettings.Controls.Add(this.tpAdvanced); - this.tcSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcSettings.Location = new System.Drawing.Point(3, 3); this.tcSettings.Name = "tcSettings"; this.tcSettings.SelectedIndex = 0; - this.tcSettings.Size = new System.Drawing.Size(618, 396); - this.tcSettings.TabIndex = 0; // // tpGeneral // + resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.Controls.Add(this.cbRememberMainFormPosition); this.tpGeneral.Controls.Add(this.cbSilentRun); this.tpGeneral.Controls.Add(this.cbRememberMainFormSize); @@ -150,115 +149,75 @@ private void InitializeComponent() this.tpGeneral.Controls.Add(this.cbStartWithWindows); this.tpGeneral.Controls.Add(this.cbShowTray); this.tpGeneral.Controls.Add(this.cbSendToMenu); - this.tpGeneral.Location = new System.Drawing.Point(4, 22); this.tpGeneral.Name = "tpGeneral"; - this.tpGeneral.Padding = new System.Windows.Forms.Padding(3); - this.tpGeneral.Size = new System.Drawing.Size(610, 370); - this.tpGeneral.TabIndex = 0; - this.tpGeneral.Text = "General"; this.tpGeneral.UseVisualStyleBackColor = true; // // cbRememberMainFormPosition // - this.cbRememberMainFormPosition.AutoSize = true; - this.cbRememberMainFormPosition.Location = new System.Drawing.Point(16, 184); + resources.ApplyResources(this.cbRememberMainFormPosition, "cbRememberMainFormPosition"); this.cbRememberMainFormPosition.Name = "cbRememberMainFormPosition"; - this.cbRememberMainFormPosition.Size = new System.Drawing.Size(180, 17); - this.cbRememberMainFormPosition.TabIndex = 9; - this.cbRememberMainFormPosition.Text = "Remember main window position"; this.cbRememberMainFormPosition.UseVisualStyleBackColor = true; this.cbRememberMainFormPosition.CheckedChanged += new System.EventHandler(this.cbRememberMainFormPosition_CheckedChanged); // // cbSilentRun // - this.cbSilentRun.AutoSize = true; - this.cbSilentRun.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.cbSilentRun, "cbSilentRun"); this.cbSilentRun.Name = "cbSilentRun"; - this.cbSilentRun.Size = new System.Drawing.Size(137, 17); - this.cbSilentRun.TabIndex = 1; - this.cbSilentRun.Text = "On start minimize to tray"; this.cbSilentRun.UseVisualStyleBackColor = true; this.cbSilentRun.CheckedChanged += new System.EventHandler(this.cbSilentRun_CheckedChanged); // // cbRememberMainFormSize // - this.cbRememberMainFormSize.AutoSize = true; - this.cbRememberMainFormSize.Location = new System.Drawing.Point(16, 208); + resources.ApplyResources(this.cbRememberMainFormSize, "cbRememberMainFormSize"); this.cbRememberMainFormSize.Name = "cbRememberMainFormSize"; - this.cbRememberMainFormSize.Size = new System.Drawing.Size(162, 17); - this.cbRememberMainFormSize.TabIndex = 8; - this.cbRememberMainFormSize.Text = "Remember main window size"; this.cbRememberMainFormSize.UseVisualStyleBackColor = true; this.cbRememberMainFormSize.CheckedChanged += new System.EventHandler(this.cbRememberMainFormSize_CheckedChanged); // // cbTaskbarProgressEnabled // - this.cbTaskbarProgressEnabled.AutoSize = true; - this.cbTaskbarProgressEnabled.Location = new System.Drawing.Point(16, 160); + resources.ApplyResources(this.cbTaskbarProgressEnabled, "cbTaskbarProgressEnabled"); this.cbTaskbarProgressEnabled.Name = "cbTaskbarProgressEnabled"; - this.cbTaskbarProgressEnabled.Size = new System.Drawing.Size(178, 17); - this.cbTaskbarProgressEnabled.TabIndex = 7; - this.cbTaskbarProgressEnabled.Text = "Show progress in taskbar button"; this.cbTaskbarProgressEnabled.UseVisualStyleBackColor = true; this.cbTaskbarProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTaskbarProgressEnabled_CheckedChanged); // // cbTrayIconProgressEnabled // - this.cbTrayIconProgressEnabled.AutoSize = true; - this.cbTrayIconProgressEnabled.Location = new System.Drawing.Point(16, 136); + resources.ApplyResources(this.cbTrayIconProgressEnabled, "cbTrayIconProgressEnabled"); this.cbTrayIconProgressEnabled.Name = "cbTrayIconProgressEnabled"; - this.cbTrayIconProgressEnabled.Size = new System.Drawing.Size(150, 17); - this.cbTrayIconProgressEnabled.TabIndex = 6; - this.cbTrayIconProgressEnabled.Text = "Show progress in tray icon"; this.cbTrayIconProgressEnabled.UseVisualStyleBackColor = true; this.cbTrayIconProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTrayIconProgressEnabled_CheckedChanged); // // cbShellContextMenu // - this.cbShellContextMenu.AutoSize = true; - this.cbShellContextMenu.Location = new System.Drawing.Point(16, 112); + resources.ApplyResources(this.cbShellContextMenu, "cbShellContextMenu"); this.cbShellContextMenu.Name = "cbShellContextMenu"; - this.cbShellContextMenu.Size = new System.Drawing.Size(301, 17); - this.cbShellContextMenu.TabIndex = 4; - this.cbShellContextMenu.Text = "Show \"Upload using ShareX\" button in shell context menu"; this.cbShellContextMenu.UseVisualStyleBackColor = true; this.cbShellContextMenu.CheckedChanged += new System.EventHandler(this.cbShellContextMenu_CheckedChanged); // // cbStartWithWindows // - this.cbStartWithWindows.AutoSize = true; - this.cbStartWithWindows.Location = new System.Drawing.Point(16, 64); + resources.ApplyResources(this.cbStartWithWindows, "cbStartWithWindows"); this.cbStartWithWindows.Name = "cbStartWithWindows"; - this.cbStartWithWindows.Size = new System.Drawing.Size(188, 17); - this.cbStartWithWindows.TabIndex = 2; - this.cbStartWithWindows.Text = "Run ShareX when Windows starts"; this.cbStartWithWindows.UseVisualStyleBackColor = true; this.cbStartWithWindows.CheckedChanged += new System.EventHandler(this.cbStartWithWindows_CheckedChanged); // // cbShowTray // - this.cbShowTray.AutoSize = true; - this.cbShowTray.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.cbShowTray, "cbShowTray"); this.cbShowTray.Name = "cbShowTray"; - this.cbShowTray.Size = new System.Drawing.Size(96, 17); - this.cbShowTray.TabIndex = 0; - this.cbShowTray.Text = "Show tray icon"; this.cbShowTray.UseVisualStyleBackColor = true; this.cbShowTray.CheckedChanged += new System.EventHandler(this.cbShowTray_CheckedChanged); // // cbSendToMenu // - this.cbSendToMenu.AutoSize = true; - this.cbSendToMenu.Location = new System.Drawing.Point(16, 88); + resources.ApplyResources(this.cbSendToMenu, "cbSendToMenu"); this.cbSendToMenu.Name = "cbSendToMenu"; - this.cbSendToMenu.Size = new System.Drawing.Size(181, 17); - this.cbSendToMenu.TabIndex = 3; - this.cbSendToMenu.Text = "Show ShareX in \"Send to\" menu"; this.cbSendToMenu.UseVisualStyleBackColor = true; this.cbSendToMenu.CheckedChanged += new System.EventHandler(this.cbSendToMenu_CheckedChanged); // // tpPaths // + resources.ApplyResources(this.tpPaths, "tpPaths"); this.tpPaths.Controls.Add(this.lblNotePersonalFolderPath); this.tpPaths.Controls.Add(this.btnOpenScreenshotsFolder); this.tpPaths.Controls.Add(this.lblPreviewPersonalFolderPath); @@ -272,136 +231,90 @@ private void InitializeComponent() this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPattern); this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPatternPreview); this.tpPaths.Controls.Add(this.txtSaveImageSubFolderPattern); - this.tpPaths.Location = new System.Drawing.Point(4, 22); this.tpPaths.Name = "tpPaths"; - this.tpPaths.Padding = new System.Windows.Forms.Padding(3); - this.tpPaths.Size = new System.Drawing.Size(610, 370); - this.tpPaths.TabIndex = 1; - this.tpPaths.Text = "Paths"; this.tpPaths.UseVisualStyleBackColor = true; // // lblNotePersonalFolderPath // - this.lblNotePersonalFolderPath.AutoSize = true; - this.lblNotePersonalFolderPath.Location = new System.Drawing.Point(16, 96); + resources.ApplyResources(this.lblNotePersonalFolderPath, "lblNotePersonalFolderPath"); this.lblNotePersonalFolderPath.Name = "lblNotePersonalFolderPath"; - this.lblNotePersonalFolderPath.Size = new System.Drawing.Size(354, 13); - this.lblNotePersonalFolderPath.TabIndex = 5; - this.lblNotePersonalFolderPath.Text = "Note: You must reopen ShareX for personal folder changes to take effect."; // // btnOpenScreenshotsFolder // - this.btnOpenScreenshotsFolder.Location = new System.Drawing.Point(16, 208); + resources.ApplyResources(this.btnOpenScreenshotsFolder, "btnOpenScreenshotsFolder"); this.btnOpenScreenshotsFolder.Name = "btnOpenScreenshotsFolder"; - this.btnOpenScreenshotsFolder.Size = new System.Drawing.Size(80, 23); - this.btnOpenScreenshotsFolder.TabIndex = 11; - this.btnOpenScreenshotsFolder.Text = "Open..."; this.btnOpenScreenshotsFolder.UseVisualStyleBackColor = true; this.btnOpenScreenshotsFolder.Click += new System.EventHandler(this.btnOpenScreenshotsFolder_Click); // // lblPreviewPersonalFolderPath // - this.lblPreviewPersonalFolderPath.AutoSize = true; - this.lblPreviewPersonalFolderPath.Location = new System.Drawing.Point(104, 69); + resources.ApplyResources(this.lblPreviewPersonalFolderPath, "lblPreviewPersonalFolderPath"); this.lblPreviewPersonalFolderPath.Name = "lblPreviewPersonalFolderPath"; - this.lblPreviewPersonalFolderPath.Size = new System.Drawing.Size(16, 13); - this.lblPreviewPersonalFolderPath.TabIndex = 4; - this.lblPreviewPersonalFolderPath.Text = "..."; // // btnBrowsePersonalFolderPath // - this.btnBrowsePersonalFolderPath.Location = new System.Drawing.Point(432, 39); + resources.ApplyResources(this.btnBrowsePersonalFolderPath, "btnBrowsePersonalFolderPath"); this.btnBrowsePersonalFolderPath.Name = "btnBrowsePersonalFolderPath"; - this.btnBrowsePersonalFolderPath.Size = new System.Drawing.Size(80, 23); - this.btnBrowsePersonalFolderPath.TabIndex = 2; - this.btnBrowsePersonalFolderPath.Text = "Browse..."; this.btnBrowsePersonalFolderPath.UseVisualStyleBackColor = true; this.btnBrowsePersonalFolderPath.Click += new System.EventHandler(this.btnBrowsePersonalFolderPath_Click); // // lblPersonalFolderPath // - this.lblPersonalFolderPath.AutoSize = true; - this.lblPersonalFolderPath.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblPersonalFolderPath, "lblPersonalFolderPath"); this.lblPersonalFolderPath.Name = "lblPersonalFolderPath"; - this.lblPersonalFolderPath.Size = new System.Drawing.Size(117, 13); - this.lblPersonalFolderPath.TabIndex = 0; - this.lblPersonalFolderPath.Text = "ShareX personal folder:"; // // txtPersonalFolderPath // - this.txtPersonalFolderPath.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.txtPersonalFolderPath, "txtPersonalFolderPath"); this.txtPersonalFolderPath.Name = "txtPersonalFolderPath"; - this.txtPersonalFolderPath.Size = new System.Drawing.Size(408, 20); - this.txtPersonalFolderPath.TabIndex = 1; this.txtPersonalFolderPath.TextChanged += new System.EventHandler(this.txtPersonalFolderPath_TextChanged); // // btnBrowseCustomScreenshotsPath // - this.btnBrowseCustomScreenshotsPath.Location = new System.Drawing.Point(432, 151); + resources.ApplyResources(this.btnBrowseCustomScreenshotsPath, "btnBrowseCustomScreenshotsPath"); this.btnBrowseCustomScreenshotsPath.Name = "btnBrowseCustomScreenshotsPath"; - this.btnBrowseCustomScreenshotsPath.Size = new System.Drawing.Size(80, 23); - this.btnBrowseCustomScreenshotsPath.TabIndex = 8; - this.btnBrowseCustomScreenshotsPath.Text = "Browse..."; this.btnBrowseCustomScreenshotsPath.UseVisualStyleBackColor = true; this.btnBrowseCustomScreenshotsPath.Click += new System.EventHandler(this.btnBrowseCustomScreenshotsPath_Click); // // btnOpenPersonalFolderPath // - this.btnOpenPersonalFolderPath.Location = new System.Drawing.Point(16, 64); + resources.ApplyResources(this.btnOpenPersonalFolderPath, "btnOpenPersonalFolderPath"); this.btnOpenPersonalFolderPath.Name = "btnOpenPersonalFolderPath"; - this.btnOpenPersonalFolderPath.Size = new System.Drawing.Size(80, 23); - this.btnOpenPersonalFolderPath.TabIndex = 3; - this.btnOpenPersonalFolderPath.Text = "Open..."; this.btnOpenPersonalFolderPath.UseVisualStyleBackColor = true; this.btnOpenPersonalFolderPath.Click += new System.EventHandler(this.btnOpenPersonalFolder_Click); // // txtCustomScreenshotsPath // - this.txtCustomScreenshotsPath.Location = new System.Drawing.Point(16, 152); + resources.ApplyResources(this.txtCustomScreenshotsPath, "txtCustomScreenshotsPath"); this.txtCustomScreenshotsPath.Name = "txtCustomScreenshotsPath"; - this.txtCustomScreenshotsPath.Size = new System.Drawing.Size(408, 20); - this.txtCustomScreenshotsPath.TabIndex = 7; this.txtCustomScreenshotsPath.TextChanged += new System.EventHandler(this.txtCustomScreenshotsPath_TextChanged); // // cbUseCustomScreenshotsPath // - this.cbUseCustomScreenshotsPath.AutoSize = true; - this.cbUseCustomScreenshotsPath.Location = new System.Drawing.Point(16, 128); + resources.ApplyResources(this.cbUseCustomScreenshotsPath, "cbUseCustomScreenshotsPath"); this.cbUseCustomScreenshotsPath.Name = "cbUseCustomScreenshotsPath"; - this.cbUseCustomScreenshotsPath.Size = new System.Drawing.Size(174, 17); - this.cbUseCustomScreenshotsPath.TabIndex = 6; - this.cbUseCustomScreenshotsPath.Text = "Use custom screenshots folder:"; this.cbUseCustomScreenshotsPath.UseVisualStyleBackColor = true; this.cbUseCustomScreenshotsPath.CheckedChanged += new System.EventHandler(this.cbUseCustomScreenshotsPath_CheckedChanged); // // lblSaveImageSubFolderPattern // - this.lblSaveImageSubFolderPattern.AutoSize = true; - this.lblSaveImageSubFolderPattern.Location = new System.Drawing.Point(16, 184); + resources.ApplyResources(this.lblSaveImageSubFolderPattern, "lblSaveImageSubFolderPattern"); this.lblSaveImageSubFolderPattern.Name = "lblSaveImageSubFolderPattern"; - this.lblSaveImageSubFolderPattern.Size = new System.Drawing.Size(94, 13); - this.lblSaveImageSubFolderPattern.TabIndex = 9; - this.lblSaveImageSubFolderPattern.Text = "Sub folder pattern:"; // // lblSaveImageSubFolderPatternPreview // - this.lblSaveImageSubFolderPatternPreview.AutoSize = true; - this.lblSaveImageSubFolderPatternPreview.Location = new System.Drawing.Point(104, 213); + resources.ApplyResources(this.lblSaveImageSubFolderPatternPreview, "lblSaveImageSubFolderPatternPreview"); this.lblSaveImageSubFolderPatternPreview.Name = "lblSaveImageSubFolderPatternPreview"; - this.lblSaveImageSubFolderPatternPreview.Size = new System.Drawing.Size(16, 13); - this.lblSaveImageSubFolderPatternPreview.TabIndex = 12; - this.lblSaveImageSubFolderPatternPreview.Text = "..."; // // txtSaveImageSubFolderPattern // - this.txtSaveImageSubFolderPattern.Location = new System.Drawing.Point(120, 180); + resources.ApplyResources(this.txtSaveImageSubFolderPattern, "txtSaveImageSubFolderPattern"); this.txtSaveImageSubFolderPattern.Name = "txtSaveImageSubFolderPattern"; - this.txtSaveImageSubFolderPattern.Size = new System.Drawing.Size(392, 20); - this.txtSaveImageSubFolderPattern.TabIndex = 10; this.txtSaveImageSubFolderPattern.TextChanged += new System.EventHandler(this.txtSaveImageSubFolderPattern_TextChanged); // // tpProxy // + resources.ApplyResources(this.tpProxy, "tpProxy"); this.tpProxy.Controls.Add(this.cbProxyMethod); this.tpProxy.Controls.Add(this.lblProxyMethod); this.tpProxy.Controls.Add(this.lblProxyHost); @@ -412,178 +325,120 @@ private void InitializeComponent() this.tpProxy.Controls.Add(this.txtProxyPassword); this.tpProxy.Controls.Add(this.lblProxyUsername); this.tpProxy.Controls.Add(this.txtProxyUsername); - this.tpProxy.Location = new System.Drawing.Point(4, 22); this.tpProxy.Name = "tpProxy"; - this.tpProxy.Padding = new System.Windows.Forms.Padding(5); - this.tpProxy.Size = new System.Drawing.Size(610, 370); - this.tpProxy.TabIndex = 2; - this.tpProxy.Text = "Proxy"; this.tpProxy.UseVisualStyleBackColor = true; // // cbProxyMethod // + resources.ApplyResources(this.cbProxyMethod, "cbProxyMethod"); this.cbProxyMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbProxyMethod.FormattingEnabled = true; - this.cbProxyMethod.Location = new System.Drawing.Point(128, 12); this.cbProxyMethod.Name = "cbProxyMethod"; - this.cbProxyMethod.Size = new System.Drawing.Size(136, 21); - this.cbProxyMethod.TabIndex = 1; this.cbProxyMethod.SelectedIndexChanged += new System.EventHandler(this.cbProxyMethod_SelectedIndexChanged); // // lblProxyMethod // - this.lblProxyMethod.AutoSize = true; - this.lblProxyMethod.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblProxyMethod, "lblProxyMethod"); this.lblProxyMethod.Name = "lblProxyMethod"; - this.lblProxyMethod.Size = new System.Drawing.Size(100, 13); - this.lblProxyMethod.TabIndex = 0; - this.lblProxyMethod.Text = "Proxy configuration:"; // // lblProxyHost // - this.lblProxyHost.AutoSize = true; - this.lblProxyHost.Location = new System.Drawing.Point(16, 48); + resources.ApplyResources(this.lblProxyHost, "lblProxyHost"); this.lblProxyHost.Name = "lblProxyHost"; - this.lblProxyHost.Size = new System.Drawing.Size(32, 13); - this.lblProxyHost.TabIndex = 2; - this.lblProxyHost.Text = "Host:"; // // txtProxyHost // - this.txtProxyHost.Location = new System.Drawing.Point(128, 44); + resources.ApplyResources(this.txtProxyHost, "txtProxyHost"); this.txtProxyHost.Name = "txtProxyHost"; - this.txtProxyHost.Size = new System.Drawing.Size(232, 20); - this.txtProxyHost.TabIndex = 3; this.txtProxyHost.TextChanged += new System.EventHandler(this.txtProxyHost_TextChanged); // // nudProxyPort // - this.nudProxyPort.Location = new System.Drawing.Point(400, 44); + resources.ApplyResources(this.nudProxyPort, "nudProxyPort"); this.nudProxyPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.nudProxyPort.Name = "nudProxyPort"; - this.nudProxyPort.Size = new System.Drawing.Size(64, 20); - this.nudProxyPort.TabIndex = 5; - this.nudProxyPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudProxyPort.ValueChanged += new System.EventHandler(this.nudProxyPort_ValueChanged); // // lblProxyPort // - this.lblProxyPort.AutoSize = true; - this.lblProxyPort.Location = new System.Drawing.Point(368, 48); + resources.ApplyResources(this.lblProxyPort, "lblProxyPort"); this.lblProxyPort.Name = "lblProxyPort"; - this.lblProxyPort.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - this.lblProxyPort.Size = new System.Drawing.Size(26, 13); - this.lblProxyPort.TabIndex = 4; - this.lblProxyPort.Text = "Port"; // // lblProxyPassword // - this.lblProxyPassword.AutoSize = true; - this.lblProxyPassword.Location = new System.Drawing.Point(16, 112); + resources.ApplyResources(this.lblProxyPassword, "lblProxyPassword"); this.lblProxyPassword.Name = "lblProxyPassword"; - this.lblProxyPassword.Size = new System.Drawing.Size(56, 13); - this.lblProxyPassword.TabIndex = 8; - this.lblProxyPassword.Text = "Password:"; // // txtProxyPassword // - this.txtProxyPassword.Location = new System.Drawing.Point(128, 108); + resources.ApplyResources(this.txtProxyPassword, "txtProxyPassword"); this.txtProxyPassword.Name = "txtProxyPassword"; - this.txtProxyPassword.Size = new System.Drawing.Size(232, 20); - this.txtProxyPassword.TabIndex = 9; this.txtProxyPassword.UseSystemPasswordChar = true; this.txtProxyPassword.TextChanged += new System.EventHandler(this.txtProxyPassword_TextChanged); // // lblProxyUsername // - this.lblProxyUsername.AutoSize = true; - this.lblProxyUsername.Location = new System.Drawing.Point(16, 80); + resources.ApplyResources(this.lblProxyUsername, "lblProxyUsername"); this.lblProxyUsername.Name = "lblProxyUsername"; - this.lblProxyUsername.Size = new System.Drawing.Size(58, 13); - this.lblProxyUsername.TabIndex = 6; - this.lblProxyUsername.Text = "Username:"; // // txtProxyUsername // - this.txtProxyUsername.Location = new System.Drawing.Point(128, 76); + resources.ApplyResources(this.txtProxyUsername, "txtProxyUsername"); this.txtProxyUsername.Name = "txtProxyUsername"; - this.txtProxyUsername.Size = new System.Drawing.Size(232, 20); - this.txtProxyUsername.TabIndex = 7; this.txtProxyUsername.TextChanged += new System.EventHandler(this.txtProxyUsername_TextChanged); // // tpUpload // + resources.ApplyResources(this.tpUpload, "tpUpload"); this.tpUpload.Controls.Add(this.tcUpload); - this.tpUpload.Location = new System.Drawing.Point(4, 22); this.tpUpload.Name = "tpUpload"; - this.tpUpload.Padding = new System.Windows.Forms.Padding(3); - this.tpUpload.Size = new System.Drawing.Size(610, 370); - this.tpUpload.TabIndex = 3; - this.tpUpload.Text = "Upload"; this.tpUpload.UseVisualStyleBackColor = true; // // tcUpload // + resources.ApplyResources(this.tcUpload, "tcUpload"); this.tcUpload.Controls.Add(this.tpPerformance); this.tcUpload.Controls.Add(this.tpUploadResults); this.tcUpload.Controls.Add(this.tpUploadRetry); - this.tcUpload.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcUpload.Location = new System.Drawing.Point(3, 3); this.tcUpload.Name = "tcUpload"; this.tcUpload.SelectedIndex = 0; - this.tcUpload.Size = new System.Drawing.Size(604, 364); - this.tcUpload.TabIndex = 0; // // tpPerformance // + resources.ApplyResources(this.tpPerformance, "tpPerformance"); this.tpPerformance.Controls.Add(this.gbBandwidth); - this.tpPerformance.Location = new System.Drawing.Point(4, 22); this.tpPerformance.Name = "tpPerformance"; - this.tpPerformance.Padding = new System.Windows.Forms.Padding(3); - this.tpPerformance.Size = new System.Drawing.Size(596, 338); - this.tpPerformance.TabIndex = 0; - this.tpPerformance.Text = "Performance"; this.tpPerformance.UseVisualStyleBackColor = true; // // gbBandwidth // + resources.ApplyResources(this.gbBandwidth, "gbBandwidth"); this.gbBandwidth.Controls.Add(this.lblUploadLimit); this.gbBandwidth.Controls.Add(this.nudUploadLimit); this.gbBandwidth.Controls.Add(this.lblUploadLimitHint); this.gbBandwidth.Controls.Add(this.lblBufferSize); this.gbBandwidth.Controls.Add(this.cbBufferSize); - this.gbBandwidth.Location = new System.Drawing.Point(8, 8); this.gbBandwidth.Name = "gbBandwidth"; - this.gbBandwidth.Size = new System.Drawing.Size(576, 88); - this.gbBandwidth.TabIndex = 0; this.gbBandwidth.TabStop = false; - this.gbBandwidth.Text = "Bandwidth"; // // lblUploadLimit // - this.lblUploadLimit.AutoSize = true; - this.lblUploadLimit.Location = new System.Drawing.Point(16, 24); + resources.ApplyResources(this.lblUploadLimit, "lblUploadLimit"); this.lblUploadLimit.Name = "lblUploadLimit"; - this.lblUploadLimit.Size = new System.Drawing.Size(128, 13); - this.lblUploadLimit.TabIndex = 0; - this.lblUploadLimit.Text = "Simultaneous upload limit:"; // // nudUploadLimit // - this.nudUploadLimit.Location = new System.Drawing.Point(148, 20); + resources.ApplyResources(this.nudUploadLimit, "nudUploadLimit"); this.nudUploadLimit.Maximum = new decimal(new int[] { 25, 0, 0, 0}); this.nudUploadLimit.Name = "nudUploadLimit"; - this.nudUploadLimit.Size = new System.Drawing.Size(56, 20); - this.nudUploadLimit.TabIndex = 1; - this.nudUploadLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudUploadLimit.Value = new decimal(new int[] { 5, 0, @@ -593,350 +448,256 @@ private void InitializeComponent() // // lblUploadLimitHint // - this.lblUploadLimitHint.AutoSize = true; - this.lblUploadLimitHint.Location = new System.Drawing.Point(212, 24); + resources.ApplyResources(this.lblUploadLimitHint, "lblUploadLimitHint"); this.lblUploadLimitHint.Name = "lblUploadLimitHint"; - this.lblUploadLimitHint.Size = new System.Drawing.Size(90, 13); - this.lblUploadLimitHint.TabIndex = 2; - this.lblUploadLimitHint.Text = "0 - 25 (0 disables)"; // // lblBufferSize // - this.lblBufferSize.AutoSize = true; - this.lblBufferSize.Location = new System.Drawing.Point(16, 56); + resources.ApplyResources(this.lblBufferSize, "lblBufferSize"); this.lblBufferSize.Name = "lblBufferSize"; - this.lblBufferSize.Size = new System.Drawing.Size(59, 13); - this.lblBufferSize.TabIndex = 3; - this.lblBufferSize.Text = "Buffer size:"; // // cbBufferSize // + resources.ApplyResources(this.cbBufferSize, "cbBufferSize"); this.cbBufferSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbBufferSize.FormattingEnabled = true; - this.cbBufferSize.Location = new System.Drawing.Point(76, 52); this.cbBufferSize.Name = "cbBufferSize"; - this.cbBufferSize.Size = new System.Drawing.Size(76, 21); - this.cbBufferSize.TabIndex = 4; this.cbBufferSize.SelectedIndexChanged += new System.EventHandler(this.cbBufferSize_SelectedIndexChanged); // // tpUploadResults // + resources.ApplyResources(this.tpUploadResults, "tpUploadResults"); this.tpUploadResults.Controls.Add(this.gbClipboardFormats); - this.tpUploadResults.Location = new System.Drawing.Point(4, 22); this.tpUploadResults.Name = "tpUploadResults"; - this.tpUploadResults.Padding = new System.Windows.Forms.Padding(3); - this.tpUploadResults.Size = new System.Drawing.Size(596, 338); - this.tpUploadResults.TabIndex = 1; - this.tpUploadResults.Text = "Results"; this.tpUploadResults.UseVisualStyleBackColor = true; // // gbClipboardFormats // + resources.ApplyResources(this.gbClipboardFormats, "gbClipboardFormats"); this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatEdit); this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatRemove); this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatAdd); this.gbClipboardFormats.Controls.Add(this.lvClipboardFormats); - this.gbClipboardFormats.Location = new System.Drawing.Point(8, 8); this.gbClipboardFormats.Name = "gbClipboardFormats"; - this.gbClipboardFormats.Size = new System.Drawing.Size(576, 320); - this.gbClipboardFormats.TabIndex = 0; this.gbClipboardFormats.TabStop = false; - this.gbClipboardFormats.Text = "Clipboard formats"; // // btnClipboardFormatEdit // - this.btnClipboardFormatEdit.Location = new System.Drawing.Point(88, 16); + resources.ApplyResources(this.btnClipboardFormatEdit, "btnClipboardFormatEdit"); this.btnClipboardFormatEdit.Name = "btnClipboardFormatEdit"; - this.btnClipboardFormatEdit.Size = new System.Drawing.Size(72, 23); - this.btnClipboardFormatEdit.TabIndex = 1; - this.btnClipboardFormatEdit.Text = "Edit..."; this.btnClipboardFormatEdit.UseVisualStyleBackColor = true; this.btnClipboardFormatEdit.Click += new System.EventHandler(this.btnClipboardFormatEdit_Click); // // btnClipboardFormatRemove // - this.btnClipboardFormatRemove.Location = new System.Drawing.Point(168, 16); + resources.ApplyResources(this.btnClipboardFormatRemove, "btnClipboardFormatRemove"); this.btnClipboardFormatRemove.Name = "btnClipboardFormatRemove"; - this.btnClipboardFormatRemove.Size = new System.Drawing.Size(72, 23); - this.btnClipboardFormatRemove.TabIndex = 2; - this.btnClipboardFormatRemove.Text = "Remove"; this.btnClipboardFormatRemove.UseVisualStyleBackColor = true; this.btnClipboardFormatRemove.Click += new System.EventHandler(this.btnClipboardFormatRemove_Click); // // btnClipboardFormatAdd // - this.btnClipboardFormatAdd.Location = new System.Drawing.Point(8, 16); + resources.ApplyResources(this.btnClipboardFormatAdd, "btnClipboardFormatAdd"); this.btnClipboardFormatAdd.Name = "btnClipboardFormatAdd"; - this.btnClipboardFormatAdd.Size = new System.Drawing.Size(72, 23); - this.btnClipboardFormatAdd.TabIndex = 0; - this.btnClipboardFormatAdd.Text = "Add..."; this.btnClipboardFormatAdd.UseVisualStyleBackColor = true; this.btnClipboardFormatAdd.Click += new System.EventHandler(this.btnAddClipboardFormat_Click); // // lvClipboardFormats // + resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats"); this.lvClipboardFormats.AutoFillColumn = true; this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chDescription, this.chFormat}); this.lvClipboardFormats.FullRowSelect = true; - this.lvClipboardFormats.Location = new System.Drawing.Point(8, 48); this.lvClipboardFormats.Name = "lvClipboardFormats"; - this.lvClipboardFormats.Size = new System.Drawing.Size(560, 264); - this.lvClipboardFormats.TabIndex = 3; this.lvClipboardFormats.UseCompatibleStateImageBehavior = false; this.lvClipboardFormats.View = System.Windows.Forms.View.Details; this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick); // // chDescription // - this.chDescription.Text = "Description"; - this.chDescription.Width = 135; + resources.ApplyResources(this.chDescription, "chDescription"); // // chFormat // - this.chFormat.Text = "Format"; - this.chFormat.Width = 320; + resources.ApplyResources(this.chFormat, "chFormat"); // // tpUploadRetry // + resources.ApplyResources(this.tpUploadRetry, "tpUploadRetry"); this.tpUploadRetry.Controls.Add(this.chkUseSecondaryUploaders); this.tpUploadRetry.Controls.Add(this.tlpBackupDestinations); this.tpUploadRetry.Controls.Add(this.cbIfUploadFailRetryOnce); this.tpUploadRetry.Controls.Add(this.nudRetryUpload); - this.tpUploadRetry.Location = new System.Drawing.Point(4, 22); this.tpUploadRetry.Name = "tpUploadRetry"; - this.tpUploadRetry.Padding = new System.Windows.Forms.Padding(3); - this.tpUploadRetry.Size = new System.Drawing.Size(596, 338); - this.tpUploadRetry.TabIndex = 2; - this.tpUploadRetry.Text = "Retry"; this.tpUploadRetry.UseVisualStyleBackColor = true; // // chkUseSecondaryUploaders // - this.chkUseSecondaryUploaders.Location = new System.Drawing.Point(264, 12); + resources.ApplyResources(this.chkUseSecondaryUploaders, "chkUseSecondaryUploaders"); this.chkUseSecondaryUploaders.Name = "chkUseSecondaryUploaders"; - this.chkUseSecondaryUploaders.Size = new System.Drawing.Size(305, 17); - this.chkUseSecondaryUploaders.TabIndex = 2; - this.chkUseSecondaryUploaders.Text = "Use secondary uploaders order of preference when retrying"; this.chkUseSecondaryUploaders.UseVisualStyleBackColor = true; this.chkUseSecondaryUploaders.CheckedChanged += new System.EventHandler(this.chkUseSecondaryUploaders_CheckedChanged); // // tlpBackupDestinations // - this.tlpBackupDestinations.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tlpBackupDestinations.ColumnCount = 3; - this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); - this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); - this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); + resources.ApplyResources(this.tlpBackupDestinations, "tlpBackupDestinations"); this.tlpBackupDestinations.Controls.Add(this.gbSecondaryImageUploaders, 0, 0); this.tlpBackupDestinations.Controls.Add(this.gbSecondaryFileUploaders, 2, 0); this.tlpBackupDestinations.Controls.Add(this.gbSecondaryTextUploaders, 1, 0); - this.tlpBackupDestinations.Location = new System.Drawing.Point(3, 40); this.tlpBackupDestinations.Name = "tlpBackupDestinations"; - this.tlpBackupDestinations.Padding = new System.Windows.Forms.Padding(5); - this.tlpBackupDestinations.RowCount = 1; - this.tlpBackupDestinations.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tlpBackupDestinations.Size = new System.Drawing.Size(590, 295); - this.tlpBackupDestinations.TabIndex = 3; // // gbSecondaryImageUploaders // + resources.ApplyResources(this.gbSecondaryImageUploaders, "gbSecondaryImageUploaders"); this.gbSecondaryImageUploaders.Controls.Add(this.lvSecondaryImageUploaders); - this.gbSecondaryImageUploaders.Dock = System.Windows.Forms.DockStyle.Fill; - this.gbSecondaryImageUploaders.Location = new System.Drawing.Point(8, 8); this.gbSecondaryImageUploaders.Name = "gbSecondaryImageUploaders"; - this.gbSecondaryImageUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3); - this.gbSecondaryImageUploaders.Size = new System.Drawing.Size(185, 279); - this.gbSecondaryImageUploaders.TabIndex = 0; this.gbSecondaryImageUploaders.TabStop = false; - this.gbSecondaryImageUploaders.Text = "Secondary image uploaders"; // // lvSecondaryImageUploaders // + resources.ApplyResources(this.lvSecondaryImageUploaders, "lvSecondaryImageUploaders"); this.lvSecondaryImageUploaders.AllowDrop = true; this.lvSecondaryImageUploaders.AutoFillColumn = true; this.lvSecondaryImageUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lvSecondaryImageUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); - this.lvSecondaryImageUploaders.Dock = System.Windows.Forms.DockStyle.Fill; this.lvSecondaryImageUploaders.FullRowSelect = true; this.lvSecondaryImageUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lvSecondaryImageUploaders.HideSelection = false; - this.lvSecondaryImageUploaders.Location = new System.Drawing.Point(3, 18); this.lvSecondaryImageUploaders.MultiSelect = false; this.lvSecondaryImageUploaders.Name = "lvSecondaryImageUploaders"; - this.lvSecondaryImageUploaders.Size = new System.Drawing.Size(179, 258); - this.lvSecondaryImageUploaders.TabIndex = 0; this.lvSecondaryImageUploaders.UseCompatibleStateImageBehavior = false; this.lvSecondaryImageUploaders.View = System.Windows.Forms.View.Details; this.lvSecondaryImageUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp); // + // columnHeader1 + // + resources.ApplyResources(this.columnHeader1, "columnHeader1"); + // // gbSecondaryFileUploaders // + resources.ApplyResources(this.gbSecondaryFileUploaders, "gbSecondaryFileUploaders"); this.gbSecondaryFileUploaders.Controls.Add(this.lvSecondaryFileUploaders); - this.gbSecondaryFileUploaders.Dock = System.Windows.Forms.DockStyle.Fill; - this.gbSecondaryFileUploaders.Location = new System.Drawing.Point(396, 8); this.gbSecondaryFileUploaders.Name = "gbSecondaryFileUploaders"; - this.gbSecondaryFileUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3); - this.gbSecondaryFileUploaders.Size = new System.Drawing.Size(186, 279); - this.gbSecondaryFileUploaders.TabIndex = 2; this.gbSecondaryFileUploaders.TabStop = false; - this.gbSecondaryFileUploaders.Text = "Secondary file uploaders"; // // lvSecondaryFileUploaders // + resources.ApplyResources(this.lvSecondaryFileUploaders, "lvSecondaryFileUploaders"); this.lvSecondaryFileUploaders.AllowDrop = true; this.lvSecondaryFileUploaders.AutoFillColumn = true; this.lvSecondaryFileUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lvSecondaryFileUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader3}); - this.lvSecondaryFileUploaders.Dock = System.Windows.Forms.DockStyle.Fill; this.lvSecondaryFileUploaders.FullRowSelect = true; this.lvSecondaryFileUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.lvSecondaryFileUploaders.Location = new System.Drawing.Point(3, 18); this.lvSecondaryFileUploaders.MultiSelect = false; this.lvSecondaryFileUploaders.Name = "lvSecondaryFileUploaders"; - this.lvSecondaryFileUploaders.Size = new System.Drawing.Size(180, 258); - this.lvSecondaryFileUploaders.TabIndex = 0; this.lvSecondaryFileUploaders.UseCompatibleStateImageBehavior = false; this.lvSecondaryFileUploaders.View = System.Windows.Forms.View.Details; this.lvSecondaryFileUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp); // + // columnHeader3 + // + resources.ApplyResources(this.columnHeader3, "columnHeader3"); + // // gbSecondaryTextUploaders // + resources.ApplyResources(this.gbSecondaryTextUploaders, "gbSecondaryTextUploaders"); this.gbSecondaryTextUploaders.Controls.Add(this.lvSecondaryTextUploaders); - this.gbSecondaryTextUploaders.Dock = System.Windows.Forms.DockStyle.Fill; - this.gbSecondaryTextUploaders.Location = new System.Drawing.Point(199, 8); this.gbSecondaryTextUploaders.Name = "gbSecondaryTextUploaders"; - this.gbSecondaryTextUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3); - this.gbSecondaryTextUploaders.Size = new System.Drawing.Size(191, 279); - this.gbSecondaryTextUploaders.TabIndex = 1; this.gbSecondaryTextUploaders.TabStop = false; - this.gbSecondaryTextUploaders.Text = "Secondary text uploaders"; // // lvSecondaryTextUploaders // + resources.ApplyResources(this.lvSecondaryTextUploaders, "lvSecondaryTextUploaders"); this.lvSecondaryTextUploaders.AllowDrop = true; this.lvSecondaryTextUploaders.AutoFillColumn = true; this.lvSecondaryTextUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lvSecondaryTextUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2}); - this.lvSecondaryTextUploaders.Dock = System.Windows.Forms.DockStyle.Fill; this.lvSecondaryTextUploaders.FullRowSelect = true; this.lvSecondaryTextUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.lvSecondaryTextUploaders.Location = new System.Drawing.Point(3, 18); this.lvSecondaryTextUploaders.MultiSelect = false; this.lvSecondaryTextUploaders.Name = "lvSecondaryTextUploaders"; - this.lvSecondaryTextUploaders.Size = new System.Drawing.Size(185, 258); - this.lvSecondaryTextUploaders.TabIndex = 0; this.lvSecondaryTextUploaders.UseCompatibleStateImageBehavior = false; this.lvSecondaryTextUploaders.View = System.Windows.Forms.View.Details; this.lvSecondaryTextUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp); // + // columnHeader2 + // + resources.ApplyResources(this.columnHeader2, "columnHeader2"); + // // cbIfUploadFailRetryOnce // - this.cbIfUploadFailRetryOnce.AutoSize = true; - this.cbIfUploadFailRetryOnce.Location = new System.Drawing.Point(8, 12); + resources.ApplyResources(this.cbIfUploadFailRetryOnce, "cbIfUploadFailRetryOnce"); this.cbIfUploadFailRetryOnce.Name = "cbIfUploadFailRetryOnce"; - this.cbIfUploadFailRetryOnce.Size = new System.Drawing.Size(185, 13); - this.cbIfUploadFailRetryOnce.TabIndex = 0; - this.cbIfUploadFailRetryOnce.Text = "Number of times to retry if upload fails:"; // // nudRetryUpload // - this.nudRetryUpload.Location = new System.Drawing.Point(200, 9); + resources.ApplyResources(this.nudRetryUpload, "nudRetryUpload"); this.nudRetryUpload.Maximum = new decimal(new int[] { 5, 0, 0, 0}); this.nudRetryUpload.Name = "nudRetryUpload"; - this.nudRetryUpload.Size = new System.Drawing.Size(48, 20); - this.nudRetryUpload.TabIndex = 1; this.nudRetryUpload.ValueChanged += new System.EventHandler(this.nudRetryUpload_ValueChanged); // // tpPrint // + resources.ApplyResources(this.tpPrint, "tpPrint"); this.tpPrint.Controls.Add(this.cbPrintDontShowWindowsDialog); this.tpPrint.Controls.Add(this.cbDontShowPrintSettingDialog); this.tpPrint.Controls.Add(this.btnShowImagePrintSettings); - this.tpPrint.Location = new System.Drawing.Point(4, 22); this.tpPrint.Name = "tpPrint"; - this.tpPrint.Padding = new System.Windows.Forms.Padding(3); - this.tpPrint.Size = new System.Drawing.Size(610, 370); - this.tpPrint.TabIndex = 4; - this.tpPrint.Text = "Print"; this.tpPrint.UseVisualStyleBackColor = true; // // cbPrintDontShowWindowsDialog // - this.cbPrintDontShowWindowsDialog.AutoSize = true; - this.cbPrintDontShowWindowsDialog.Location = new System.Drawing.Point(16, 72); + resources.ApplyResources(this.cbPrintDontShowWindowsDialog, "cbPrintDontShowWindowsDialog"); this.cbPrintDontShowWindowsDialog.Name = "cbPrintDontShowWindowsDialog"; - this.cbPrintDontShowWindowsDialog.Size = new System.Drawing.Size(180, 17); - this.cbPrintDontShowWindowsDialog.TabIndex = 2; - this.cbPrintDontShowWindowsDialog.Text = "Don\'t show Windows print dialog"; this.cbPrintDontShowWindowsDialog.UseVisualStyleBackColor = true; this.cbPrintDontShowWindowsDialog.CheckedChanged += new System.EventHandler(this.cbPrintDontShowWindowsDialog_CheckedChanged); // // cbDontShowPrintSettingDialog // - this.cbDontShowPrintSettingDialog.AutoSize = true; - this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 48); + resources.ApplyResources(this.cbDontShowPrintSettingDialog, "cbDontShowPrintSettingDialog"); this.cbDontShowPrintSettingDialog.Name = "cbDontShowPrintSettingDialog"; - this.cbDontShowPrintSettingDialog.Size = new System.Drawing.Size(203, 17); - 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, 16); + resources.ApplyResources(this.btnShowImagePrintSettings, "btnShowImagePrintSettings"); this.btnShowImagePrintSettings.Name = "btnShowImagePrintSettings"; - this.btnShowImagePrintSettings.Size = new System.Drawing.Size(144, 23); - this.btnShowImagePrintSettings.TabIndex = 0; - this.btnShowImagePrintSettings.Text = "Image print settings..."; this.btnShowImagePrintSettings.UseVisualStyleBackColor = true; this.btnShowImagePrintSettings.Click += new System.EventHandler(this.btnShowImagePrintSettings_Click); // // tpAdvanced // + resources.ApplyResources(this.tpAdvanced, "tpAdvanced"); this.tpAdvanced.Controls.Add(this.pgSettings); - this.tpAdvanced.Location = new System.Drawing.Point(4, 22); this.tpAdvanced.Name = "tpAdvanced"; - this.tpAdvanced.Padding = new System.Windows.Forms.Padding(3); - this.tpAdvanced.Size = new System.Drawing.Size(610, 370); - this.tpAdvanced.TabIndex = 5; - this.tpAdvanced.Text = "Advanced"; this.tpAdvanced.UseVisualStyleBackColor = true; // // pgSettings // - this.pgSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.pgSettings.Location = new System.Drawing.Point(3, 3); + resources.ApplyResources(this.pgSettings, "pgSettings"); this.pgSettings.Name = "pgSettings"; this.pgSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized; - this.pgSettings.Size = new System.Drawing.Size(604, 364); - this.pgSettings.TabIndex = 0; this.pgSettings.ToolbarVisible = false; // // ApplicationSettingsForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(624, 402); this.Controls.Add(this.tcSettings); - this.MinimumSize = new System.Drawing.Size(640, 440); this.Name = "ApplicationSettingsForm"; - 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 - Application settings"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed); this.Shown += new System.EventHandler(this.SettingsForm_Shown); this.Resize += new System.EventHandler(this.SettingsForm_Resize); diff --git a/ShareX/Forms/ApplicationSettingsForm.resx b/ShareX/Forms/ApplicationSettingsForm.resx index 1af7de150..56153f064 100644 --- a/ShareX/Forms/ApplicationSettingsForm.resx +++ b/ShareX/Forms/ApplicationSettingsForm.resx @@ -117,4 +117,1819 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 40 + + + gbSecondaryImageUploaders + + + 16, 24 + + + + CenterScreen + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + Top, Bottom, Left, Right + + + 1 + + + 8 + + + tpPaths + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + Sub folder pattern: + + + + 7 + + + 16, 184 + + + Run ShareX when Windows starts + + + Remember main window size + + + 2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 72, 23 + + + 180, 17 + + + Center + + + 1 + + + 3 + + + 0 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 44 + + + Simultaneous upload limit: + + + columnHeader1 + + + gbSecondaryTextUploaders + + + 16, 208 + + + True + + + 3, 3, 3, 3 + + + tpProxy + + + 16, 184 + + + tcSettings + + + 2 + + + True + + + gbBandwidth + + + 16, 40 + + + True + + + 6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbRememberMainFormPosition + + + 1 + + + lblSaveImageSubFolderPatternPreview + + + 185, 13 + + + tpUploadRetry + + + True + + + 4, 22 + + + lblProxyUsername + + + Proxy + + + Open... + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 22 + + + 610, 370 + + + tpUploadRetry + + + 4 + + + tpProxy + + + 4 + + + 0 + + + 0 + + + 72, 23 + + + cbTaskbarProgressEnabled + + + tpPrint + + + 4 + + + Format + + + tpProxy + + + 104, 69 + + + 4 + + + 76, 52 + + + 8 + + + ... + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 13 + + + True + + + 1 + + + 16, 64 + + + 120, 180 + + + Secondary text uploaders + + + gbBandwidth + + + lvClipboardFormats + + + 90, 13 + + + Buffer size: + + + tpPaths + + + tpGeneral + + + 0 + + + ShareX - Application settings + + + 94, 13 + + + Host: + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + tpPaths + + + 7 + + + tpGeneral + + + 48, 20 + + + 0 + + + 8 + + + Note: You must reopen ShareX for personal folder changes to take effect. + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + 354, 13 + + + True + + + 16, 56 + + + 128, 12 + + + 0 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbSecondaryTextUploaders + + + 4, 22 + + + 0 + + + tpPrint + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 100, 13 + + + 232, 20 + + + 180, 17 + + + 64, 20 + + + 0 + + + Show tray icon + + + tpProxy + + + 0 + + + 610, 370 + + + Proxy configuration: + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 96 + + + 191, 279 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 179, 258 + + + Clipboard formats + + + tcUpload + + + tpPrint + + + 400, 44 + + + gbClipboardFormats + + + 3, 5, 3, 3 + + + Open... + + + tpPaths + + + 5 + + + 2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpGeneral + + + 0 + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbBufferSize + + + 4, 22 + + + 1 + + + Advanced + + + tpGeneral + + + 396, 8 + + + Show "Upload using ShareX" button in shell context menu + + + 5, 5, 5, 5 + + + 80, 23 + + + 16, 128 + + + btnClipboardFormatAdd + + + 590, 295 + + + lvSecondaryFileUploaders + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpPaths + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpPaths + + + 8, 48 + + + cbShellContextMenu + + + 136, 21 + + + 212, 24 + + + tpProxy + + + 2 + + + Upload + + + 0 + + + 3 + + + 264, 12 + + + gbSecondaryFileUploaders + + + 185, 279 + + + 12 + + + lblProxyPort + + + 5, 5, 5, 5 + + + tcSettings + + + 16, 136 + + + gbClipboardFormats + + + ShareX personal folder: + + + True + + + 1 + + + Performance + + + 117, 13 + + + tpUploadRetry + + + 16, 64 + + + 148, 20 + + + 0 + + + 4, 22 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Browse... + + + Username: + + + cbSendToMenu + + + 2 + + + tpGeneral + + + 16, 48 + + + Fill + + + Password: + + + tpProxy + + + 5 + + + 368, 48 + + + 16, 160 + + + tpAdvanced + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + tcUpload + + + 640, 440 + + + Yes + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 18 + + + 3, 3, 3, 3 + + + 186, 279 + + + 3 + + + 432, 39 + + + lblUploadLimitHint + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 12 + + + 0 + + + 3 + + + 1 + + + gbClipboardFormats + + + True + + + tcSettings + + + 0 + + + 0 + + + True + + + Edit... + + + Show progress in taskbar button + + + lblNotePersonalFolderPath + + + 4 + + + Fill + + + 0 + + + Number of times to retry if upload fails: + + + 0 + + + 199, 8 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + cbTrayIconProgressEnabled + + + Use custom screenshots folder: + + + True + + + 6 + + + tpPaths + + + 0 + + + 96, 17 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Show ShareX in "Send to" menu + + + 610, 370 + + + 5 + + + Print + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 301, 17 + + + 180, 258 + + + tpGeneral + + + txtProxyUsername + + + tcSettings + + + 3, 5, 3, 3 + + + chFormat + + + General + + + 3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + txtSaveImageSubFolderPattern + + + tpUploadRetry + + + On start minimize to tray + + + 178, 17 + + + tpPrint + + + btnClipboardFormatEdit + + + Fill + + + 80, 23 + + + 8, 16 + + + 576, 88 + + + tpProxy + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Show progress in tray icon + + + 1 + + + Fill + + + 9 + + + 4, 22 + + + 5 + + + tcSettings + + + txtProxyHost + + + tcSettings + + + Results + + + True + + + gbSecondaryImageUploaders + + + 2 + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Remember main window position + + + Add... + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 2 + + + 104, 213 + + + 58, 13 + + + txtPersonalFolderPath + + + 2 + + + 128, 13 + + + 32, 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3 + + + 3, 3, 3, 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nudProxyPort + + + 2 + + + 4 + + + True + + + 56, 13 + + + cbSilentRun + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + tpPaths + + + Browse... + + + 168, 16 + + + 3 + + + lblBufferSize + + + Retry + + + 2 + + + gbClipboardFormats + + + 162, 17 + + + 3, 18 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 16 + + + ... + + + 203, 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + columnHeader2 + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 1 + + + 8, 8 + + + lblSaveImageSubFolderPattern + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 610, 370 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 9 + + + gbBandwidth + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpAdvanced + + + Use secondary uploaders order of preference when retrying + + + 1 + + + 3 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUploadResults + + + 5 + + + 610, 370 + + + tlpBackupDestinations + + + gbBandwidth + + + 0 + + + btnClipboardFormatRemove + + + 80, 23 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + tpUploadResults + + + lblProxyMethod + + + True + + + 8, 8 + + + 2 + + + cbUseCustomScreenshotsPath + + + 150, 17 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + tpPaths + + + tpUpload + + + 8 + + + txtCustomScreenshotsPath + + + 16, 16 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpProxy + + + ApplicationSettingsForm + + + tpProxy + + + 0 + + + True + + + 174, 17 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Port + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 3, 3, 3, 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 72 + + + lblPreviewPersonalFolderPath + + + 185, 258 + + + Remove + + + 4 + + + gbBandwidth + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="gbSecondaryImageUploaders" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="gbSecondaryFileUploaders" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="gbSecondaryTextUploaders" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,33,Percent,34,Percent,33" /><Rows Styles="Percent,100" /></TableLayoutSettings> + + + gbBandwidth + + + Fill + + + 7 + + + 4, 22 + + + tpPaths + + + 0 + + + Secondary image uploaders + + + tpGeneral + + + 135 + + + 80, 23 + + + 432, 151 + + + 9 + + + lvSecondaryImageUploaders + + + tpGeneral + + + gbClipboardFormats + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcUpload + + + 10 + + + 88, 16 + + + 610, 370 + + + lvSecondaryTextUploaders + + + btnBrowsePersonalFolderPath + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpPaths + + + 1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpPerformance + + + cbStartWithWindows + + + 1 + + + Don't show Windows print dialog + + + 56, 20 + + + tpPerformance + + + 3, 40 + + + cbDontShowPrintSettingDialog + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 4, 22 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 8 + + + 2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpPaths + + + 16, 112 + + + 3, 3 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 596, 338 + + + btnBrowseCustomScreenshotsPath + + + tpPaths + + + tpProxy + + + 3, 18 + + + 16, 88 + + + cbShowTray + + + 16, 13 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 1 + + + Fill + + + 0 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + btnOpenPersonalFolderPath + + + 26, 13 + + + 5 + + + tpUploadRetry + + + 128, 76 + + + tpPaths + + + 596, 338 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 137, 17 + + + btnShowImagePrintSettings + + + tlpBackupDestinations + + + True + + + tlpBackupDestinations + + + cbProxyMethod + + + 3 + + + tcUpload + + + Bandwidth + + + 604, 364 + + + Secondary file uploaders + + + 6, 13 + + + tpGeneral + + + 11 + + + 3 + + + 0 - 25 (0 disables) + + + tpUpload + + + 4, 22 + + + 2 + + + 10 + + + 8 + + + 6 + + + 16, 16 + + + 0 + + + 3, 3, 3, 3 + + + chkUseSecondaryUploaders + + + 59, 13 + + + 232, 20 + + + 7 + + + Fill + + + btnOpenScreenshotsFolder + + + 0 + + + Center + + + 4 + + + 128, 108 + + + 16, 152 + + + lblProxyPassword + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 11 + + + nudRetryUpload + + + True + + + pgSettings + + + 596, 338 + + + txtProxyPassword + + + 624, 402 + + + 4 + + + lblUploadLimit + + + Paths + + + chDescription + + + 16, 80 + + + tpProxy + + + 560, 264 + + + 144, 23 + + + 604, 364 + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + Image print settings... + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 576, 320 + + + 188, 17 + + + nudUploadLimit + + + 16, 208 + + + 16, 112 + + + cbIfUploadFailRetryOnce + + + 392, 20 + + + 2 + + + 72, 23 + + + cbPrintDontShowWindowsDialog + + + 232, 20 + + + gbSecondaryFileUploaders + + + 16, 48 + + + cbRememberMainFormSize + + + 3 + + + 408, 20 + + + 618, 396 + + + 0 + + + True + + + Description + + + 181, 17 + + + True + + + True + + + 0 + + + 7 + + + 76, 21 + + + 1 + + + $this + + + 2 + + + 3, 5, 3, 3 + + + True + + + 0 + + + 1 + + + lblProxyHost + + + 2 + + + 8, 8 + + + 2 + + + tpGeneral + + + tcSettings + + + 9 + + + True + + + Don't show image print settings dialog + + + 3, 3, 3, 3 + + + 0 + + + 200, 9 + + + True + + + 2 + + + 305, 17 + + + 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 16 + + + 3, 3, 3, 3 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + lblPersonalFolderPath + + + columnHeader3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + tlpBackupDestinations + + + 408, 20 + + + 320 + + + 1 + + + 3, 3 + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/ApplicationSettingsForm.tr.resx b/ShareX/Forms/ApplicationSettingsForm.tr.resx new file mode 100644 index 000000000..8ce14ef87 --- /dev/null +++ b/ShareX/Forms/ApplicationSettingsForm.tr.resx @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 171, 17 + + + Ana pencere konumunu hatırla + + + 193, 17 + + + Başlangıçta simge durumuna küçült + + + 165, 17 + + + Ana pencere boyutunu hatırla + + + 199, 17 + + + Görev çubuğu tuşunda durum göster + + + 171, 17 + + + Tepsi simgesinde durum göster + + + 271, 17 + + + "ShareX ile yükle" tuşunu sağ tık menüsünde göster + + + 206, 17 + + + Windows başladığında ShareX'i çalıştır + + + 163, 17 + + + Bildirim alanında simge göster + + + 251, 17 + + + "Gönder" menüsünde ShareX menüsünü göster + + + Genel + + + 364, 13 + + + Not: Kişisel dizin değişikliğinin aktif olması için ShareX yeniden başlatılmalıdır. + + + Aç... + + + Gözat... + + + 102, 13 + + + ShareX kişisel dizini: + + + Gözat... + + + Aç... + + + 187, 17 + + + Özel ekran görüntüsü dizini kullan: + + + 80, 13 + + + Alt dizin deseni: + + + Yollar + + + 168, 13 + + + 192, 21 + + + 146, 13 + + + Vekil sunucu konfigürasyonu: + + + 31, 13 + + + Şifre: + + + 66, 13 + + + Kullanıcı adı: + + + Vekil Sunucu + + + 121, 13 + + + Aynı anda yükleme limiti: + + + 95, 13 + + + 0 - 25 (0 iptal eder) + + + 84, 13 + + + Tampon boyutu: + + + 148, 53 + + + Bant genişliği + + + Performans + + + Düzenle... + + + Kaldır + + + Ekle... + + + Açıklama + + + Biçim + + + Pano biçimleri + + + Sonuçlar + + + 307, 12 + + + 283, 17 + + + Tekrar denerken ikincil yükleyicileri sırasına göre kullan + + + İkincil resim yükleyiciler + + + İkincil dosya yükleyiciler + + + İkincil yazı yükleyiciler + + + 8, 11 + + + 243, 13 + + + Yükleme hataya düşerse kaç kez tekrar denensin: + + + 253, 9 + + + Tekrarlar + + + Yükleme + + + 217, 17 + + + Windows yazdırma penceresini gösterme + + + 238, 17 + + + Resim yazdırma ayarları penceresini gösterme + + + Resim yazdırma ayarları... + + + Yazdırma + + + Gelişmiş + + + ShareX - Uygulama ayarları + + \ No newline at end of file diff --git a/ShareX/Forms/AutoCaptureForm.Designer.cs b/ShareX/Forms/AutoCaptureForm.Designer.cs index 810cdd835..689d96241 100644 --- a/ShareX/Forms/AutoCaptureForm.Designer.cs +++ b/ShareX/Forms/AutoCaptureForm.Designer.cs @@ -40,6 +40,7 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoCaptureForm)); this.ssBar = new System.Windows.Forms.StatusStrip(); this.tspbBar = new System.Windows.Forms.ToolStripProgressBar(); this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel(); @@ -59,87 +60,65 @@ private void InitializeComponent() // // ssBar // + resources.ApplyResources(this.ssBar, "ssBar"); this.ssBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tspbBar, this.tsslStatus}); - this.ssBar.Location = new System.Drawing.Point(0, 158); this.ssBar.Name = "ssBar"; - this.ssBar.Size = new System.Drawing.Size(319, 22); this.ssBar.SizingGrip = false; - this.ssBar.TabIndex = 9; - this.ssBar.Text = "statusStrip1"; // // tspbBar // + resources.ApplyResources(this.tspbBar, "tspbBar"); this.tspbBar.Name = "tspbBar"; - this.tspbBar.Size = new System.Drawing.Size(75, 16); // // tsslStatus // + resources.ApplyResources(this.tsslStatus, "tsslStatus"); this.tsslStatus.Name = "tsslStatus"; - this.tsslStatus.Size = new System.Drawing.Size(0, 17); // // btnExecute // - this.btnExecute.Enabled = false; - this.btnExecute.Location = new System.Drawing.Point(192, 104); + resources.ApplyResources(this.btnExecute, "btnExecute"); this.btnExecute.Name = "btnExecute"; - this.btnExecute.Size = new System.Drawing.Size(112, 40); - this.btnExecute.TabIndex = 8; - this.btnExecute.Text = "Start"; this.btnExecute.UseVisualStyleBackColor = true; this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click); // // cbWaitUploads // - this.cbWaitUploads.AutoSize = true; - this.cbWaitUploads.Location = new System.Drawing.Point(16, 128); + resources.ApplyResources(this.cbWaitUploads, "cbWaitUploads"); this.cbWaitUploads.Name = "cbWaitUploads"; - this.cbWaitUploads.Size = new System.Drawing.Size(144, 17); - this.cbWaitUploads.TabIndex = 7; - this.cbWaitUploads.Text = "Wait until tasks complete"; this.cbWaitUploads.UseVisualStyleBackColor = true; this.cbWaitUploads.CheckedChanged += new System.EventHandler(this.cbWaitUploads_CheckedChanged); // // cbAutoMinimize // - this.cbAutoMinimize.AutoSize = true; - this.cbAutoMinimize.Location = new System.Drawing.Point(16, 104); + resources.ApplyResources(this.cbAutoMinimize, "cbAutoMinimize"); this.cbAutoMinimize.Name = "cbAutoMinimize"; - this.cbAutoMinimize.Size = new System.Drawing.Size(122, 17); - this.cbAutoMinimize.TabIndex = 6; - this.cbAutoMinimize.Text = "Auto minimize to tray"; this.cbAutoMinimize.UseVisualStyleBackColor = true; this.cbAutoMinimize.CheckedChanged += new System.EventHandler(this.cbAutoMinimize_CheckedChanged); // // lblRegion // - this.lblRegion.AutoSize = true; - this.lblRegion.Location = new System.Drawing.Point(16, 48); + resources.ApplyResources(this.lblRegion, "lblRegion"); this.lblRegion.Name = "lblRegion"; - this.lblRegion.Size = new System.Drawing.Size(41, 13); - this.lblRegion.TabIndex = 2; - this.lblRegion.Text = "Region"; // // btnRegion // - this.btnRegion.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.btnRegion, "btnRegion"); this.btnRegion.Name = "btnRegion"; - this.btnRegion.Size = new System.Drawing.Size(104, 24); - this.btnRegion.TabIndex = 0; - this.btnRegion.Text = "Select region"; this.btnRegion.UseVisualStyleBackColor = true; this.btnRegion.Click += new System.EventHandler(this.btnRegion_Click); // // nudRepeatTime // + resources.ApplyResources(this.nudRepeatTime, "nudRepeatTime"); this.nudRepeatTime.DecimalPlaces = 1; this.nudRepeatTime.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - this.nudRepeatTime.Location = new System.Drawing.Point(88, 72); this.nudRepeatTime.Maximum = new decimal(new int[] { 3600, 0, @@ -151,9 +130,6 @@ private void InitializeComponent() 0, 0}); this.nudRepeatTime.Name = "nudRepeatTime"; - this.nudRepeatTime.Size = new System.Drawing.Size(64, 20); - this.nudRepeatTime.TabIndex = 4; - this.nudRepeatTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudRepeatTime.Value = new decimal(new int[] { 3, 0, @@ -163,42 +139,30 @@ private void InitializeComponent() // // lblDuration // - this.lblDuration.AutoSize = true; - this.lblDuration.Location = new System.Drawing.Point(16, 76); + resources.ApplyResources(this.lblDuration, "lblDuration"); this.lblDuration.Name = "lblDuration"; - this.lblDuration.Size = new System.Drawing.Size(67, 13); - this.lblDuration.TabIndex = 3; - this.lblDuration.Text = "Repeat time:"; // // btnFullscreen // - this.btnFullscreen.Location = new System.Drawing.Point(128, 16); + resources.ApplyResources(this.btnFullscreen, "btnFullscreen"); this.btnFullscreen.Name = "btnFullscreen"; - this.btnFullscreen.Size = new System.Drawing.Size(104, 23); - this.btnFullscreen.TabIndex = 1; - this.btnFullscreen.Text = "Fullscreen"; this.btnFullscreen.UseVisualStyleBackColor = true; this.btnFullscreen.Click += new System.EventHandler(this.btnFullscreen_Click); // // niTray // - this.niTray.Text = "ShareX - Auto capture"; + resources.ApplyResources(this.niTray, "niTray"); this.niTray.MouseClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseClick); // // lblDurationSeconds // - this.lblDurationSeconds.AutoSize = true; - this.lblDurationSeconds.Location = new System.Drawing.Point(160, 76); + resources.ApplyResources(this.lblDurationSeconds, "lblDurationSeconds"); this.lblDurationSeconds.Name = "lblDurationSeconds"; - this.lblDurationSeconds.Size = new System.Drawing.Size(47, 13); - this.lblDurationSeconds.TabIndex = 5; - this.lblDurationSeconds.Text = "seconds"; // // AutoCaptureForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(319, 180); this.Controls.Add(this.lblDurationSeconds); this.Controls.Add(this.btnFullscreen); this.Controls.Add(this.nudRepeatTime); @@ -212,8 +176,6 @@ private void InitializeComponent() this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "AutoCaptureForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Auto capture"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AutoCapture_FormClosing); this.Resize += new System.EventHandler(this.AutoCapture_Resize); this.ssBar.ResumeLayout(false); diff --git a/ShareX/Forms/AutoCaptureForm.resx b/ShareX/Forms/AutoCaptureForm.resx index 3e497a348..37693c270 100644 --- a/ShareX/Forms/AutoCaptureForm.resx +++ b/ShareX/Forms/AutoCaptureForm.resx @@ -117,9 +117,321 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 + + + + 75, 16 + + + niTray + + + 0, 17 + + + btnRegion + + + $this + + + 112, 40 + + + lblDurationSeconds + + + 47, 13 + + + Fullscreen + + + + 8 + + + AutoCaptureForm + + + 144, 17 + + + 4 + + + tspbBar + + + lblRegion + + + 319, 22 + + + 6, 13 + + + lblDuration + + + 3 + + + $this + + + 2 + + + seconds + + + Select region + + + btnExecute + + + 8 + + + 16, 48 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 41, 13 + + + 104, 24 + + + 67, 13 + + + $this + + + 6 + + + Start + + + ssBar + + + Region + + + Repeat time: + + + 0 + + + Auto minimize to tray + + + 104, 23 + + + 160, 76 + + + 122, 17 + + + $this + + + cbAutoMinimize + + + 4 + + + 64, 20 + + + statusStrip1 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 7 + + + btnFullscreen + + + 3 + + + 16, 128 + + + 1 + + + 7 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 9 + + + 192, 104 + + + System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + + Center + + + CenterScreen + + + tsslStatus + + + 2 + + + True + + + 5 + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Auto capture + + + 0, 158 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 16 + + + $this + + + 16, 104 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + True + + + True + + + 16, 76 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 88, 72 + + + cbWaitUploads + + + ShareX - Auto capture + + + Wait until tasks complete + + + 5 + + + 319, 180 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + nudRepeatTime + + + 128, 16 + + + True + 17, 17 + + tr + 97, 17 diff --git a/ShareX/Forms/AutoCaptureForm.tr.resx b/ShareX/Forms/AutoCaptureForm.tr.resx new file mode 100644 index 000000000..56f69033c --- /dev/null +++ b/ShareX/Forms/AutoCaptureForm.tr.resx @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Başla + + + + 146, 17 + + + Görevlerin bitmesini bekle + + + 141, 17 + + + Otomatik simgeye küçült + + + 34, 13 + + + Bölge + + + Bölge seç + + + 71, 13 + + + Tekrar süresi: + + + Tam ekran + + + 37, 13 + + + saniye + + + ShareX - Otomatik yakala + + \ No newline at end of file diff --git a/ShareX/Forms/BeforeUploadForm.Designer.cs b/ShareX/Forms/BeforeUploadForm.Designer.cs index 4669d0f29..981516e01 100644 --- a/ShareX/Forms/BeforeUploadForm.Designer.cs +++ b/ShareX/Forms/BeforeUploadForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BeforeUploadForm)); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblTitle = new System.Windows.Forms.Label(); @@ -36,64 +37,40 @@ private void InitializeComponent() // // btnOK // - this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnOK.Location = new System.Drawing.Point(240, 349); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(75, 23); - this.btnOK.TabIndex = 2; - 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.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnCancel.Location = new System.Drawing.Point(320, 349); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 3; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblTitle // - this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top; - this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F); - this.lblTitle.Location = new System.Drawing.Point(0, 0); + resources.ApplyResources(this.lblTitle, "lblTitle"); this.lblTitle.Name = "lblTitle"; - this.lblTitle.Padding = new System.Windows.Forms.Padding(4); - this.lblTitle.Size = new System.Drawing.Size(404, 40); - this.lblTitle.TabIndex = 0; - this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ucBeforeUpload // - this.ucBeforeUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.ucBeforeUpload.Location = new System.Drawing.Point(0, 48); + resources.ApplyResources(this.ucBeforeUpload, "ucBeforeUpload"); this.ucBeforeUpload.Name = "ucBeforeUpload"; - this.ucBeforeUpload.Size = new System.Drawing.Size(400, 289); - this.ucBeforeUpload.TabIndex = 1; // // BeforeUploadForm // this.AcceptButton = this.btnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(404, 382); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.ucBeforeUpload); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(420, 800); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(420, 420); this.Name = "BeforeUploadForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Dynamic destinations"; this.TopMost = true; this.ResumeLayout(false); diff --git a/ShareX/Forms/BeforeUploadForm.tr.resx b/ShareX/Forms/BeforeUploadForm.tr.resx new file mode 100644 index 000000000..e99033c88 --- /dev/null +++ b/ShareX/Forms/BeforeUploadForm.tr.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Tamam + + + İptal + + + ShareX - Dinamik hedefler + + \ No newline at end of file diff --git a/ShareX/Forms/ClipboardFormatForm.Designer.cs b/ShareX/Forms/ClipboardFormatForm.Designer.cs index 3efdfe84a..9f975fdba 100644 --- a/ShareX/Forms/ClipboardFormatForm.Designer.cs +++ b/ShareX/Forms/ClipboardFormatForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClipboardFormatForm)); this.txtFormat = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.lblFilter = new System.Windows.Forms.Label(); @@ -39,68 +40,47 @@ private void InitializeComponent() // // txtFormat // - this.txtFormat.Location = new System.Drawing.Point(88, 40); + resources.ApplyResources(this.txtFormat, "txtFormat"); this.txtFormat.Name = "txtFormat"; - this.txtFormat.Size = new System.Drawing.Size(304, 20); - this.txtFormat.TabIndex = 3; // // txtDescription // - this.txtDescription.Location = new System.Drawing.Point(88, 12); + resources.ApplyResources(this.txtDescription, "txtDescription"); this.txtDescription.Name = "txtDescription"; - this.txtDescription.Size = new System.Drawing.Size(304, 20); - this.txtDescription.TabIndex = 1; // // lblFilter // - this.lblFilter.AutoSize = true; - this.lblFilter.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.lblFilter, "lblFilter"); this.lblFilter.Name = "lblFilter"; - this.lblFilter.Size = new System.Drawing.Size(42, 13); - this.lblFilter.TabIndex = 2; - this.lblFilter.Text = "Format:"; // // lblFolderPath // - this.lblFolderPath.AutoSize = true; - this.lblFolderPath.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblFolderPath, "lblFolderPath"); this.lblFolderPath.Name = "lblFolderPath"; - this.lblFolderPath.Size = new System.Drawing.Size(63, 13); - this.lblFolderPath.TabIndex = 0; - this.lblFolderPath.Text = "Description:"; // // lblExample // - this.lblExample.Location = new System.Drawing.Point(88, 60); + resources.ApplyResources(this.lblExample, "lblExample"); this.lblExample.Name = "lblExample"; - this.lblExample.Size = new System.Drawing.Size(302, 68); - this.lblExample.TabIndex = 4; // // btnCancel // - this.btnCancel.Location = new System.Drawing.Point(312, 136); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(80, 23); - this.btnCancel.TabIndex = 6; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // - this.btnOK.Location = new System.Drawing.Point(224, 136); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(80, 23); - this.btnOK.TabIndex = 5; - this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // ClipboardFormatForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(400, 168); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblExample); @@ -112,8 +92,6 @@ private void InitializeComponent() this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ClipboardFormatForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Clipboard content format"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/ClipboardFormatForm.resx b/ShareX/Forms/ClipboardFormatForm.resx index 1af7de150..151bf86be 100644 --- a/ShareX/Forms/ClipboardFormatForm.resx +++ b/ShareX/Forms/ClipboardFormatForm.resx @@ -117,4 +117,196 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Format: + + + txtFormat + + + OK + + + + 6, 13 + + + $this + + + + True + + + lblFolderPath + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblExample + + + 16, 40 + + + $this + + + 3 + + + 2 + + + 80, 23 + + + 1 + + + 88, 60 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 400, 168 + + + 4 + + + 304, 20 + + + lblFilter + + + 1 + + + 312, 136 + + + + CenterScreen + + + 42, 13 + + + 5 + + + $this + + + 302, 68 + + + 5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 0 + + + 80, 23 + + + ClipboardFormatForm + + + txtDescription + + + 88, 40 + + + $this + + + 63, 13 + + + 6 + + + 3 + + + Cancel + + + Description: + + + 304, 20 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 2 + + + $this + + + $this + + + btnOK + + + 4 + + + btnCancel + + + 224, 136 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 16 + + + $this + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + Clipboard content format + + + 88, 12 + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/ClipboardFormatForm.tr.resx b/ShareX/Forms/ClipboardFormatForm.tr.resx new file mode 100644 index 000000000..867cf9eab --- /dev/null +++ b/ShareX/Forms/ClipboardFormatForm.tr.resx @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 35, 13 + + + Biçim: + + + 53, 13 + + + Açıklama: + + + İptal + + + Tamam + + + Pano içerik biçimi + + \ No newline at end of file diff --git a/ShareX/Forms/EncoderProgramForm.Designer.cs b/ShareX/Forms/EncoderProgramForm.Designer.cs index fe8711051..05e14b148 100644 --- a/ShareX/Forms/EncoderProgramForm.Designer.cs +++ b/ShareX/Forms/EncoderProgramForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EncoderProgramForm)); this.txtExtension = new System.Windows.Forms.TextBox(); this.lblExt = new System.Windows.Forms.Label(); this.txtArguments = new System.Windows.Forms.TextBox(); @@ -43,113 +44,70 @@ private void InitializeComponent() // // txtExtension // - this.txtExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtExtension.Location = new System.Drawing.Point(88, 80); + resources.ApplyResources(this.txtExtension, "txtExtension"); this.txtExtension.Name = "txtExtension"; - this.txtExtension.Size = new System.Drawing.Size(224, 20); - this.txtExtension.TabIndex = 8; // // lblExt // - this.lblExt.AutoSize = true; - this.lblExt.Location = new System.Drawing.Point(16, 84); + resources.ApplyResources(this.lblExt, "lblExt"); this.lblExt.Name = "lblExt"; - this.lblExt.Size = new System.Drawing.Size(56, 13); - this.lblExt.TabIndex = 7; - this.lblExt.Text = "Extension:"; // // txtArguments // - this.txtArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtArguments.Location = new System.Drawing.Point(88, 56); + resources.ApplyResources(this.txtArguments, "txtArguments"); this.txtArguments.Name = "txtArguments"; - this.txtArguments.Size = new System.Drawing.Size(224, 20); - this.txtArguments.TabIndex = 6; // // txtPath // - this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtPath.Location = new System.Drawing.Point(88, 32); + resources.ApplyResources(this.txtPath, "txtPath"); this.txtPath.Name = "txtPath"; - this.txtPath.Size = new System.Drawing.Size(176, 20); - this.txtPath.TabIndex = 3; // // txtName // - this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.txtName.Location = new System.Drawing.Point(88, 8); + resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; - this.txtName.Size = new System.Drawing.Size(224, 20); - this.txtName.TabIndex = 1; // // lblArgs // - this.lblArgs.AutoSize = true; - this.lblArgs.Location = new System.Drawing.Point(16, 60); + resources.ApplyResources(this.lblArgs, "lblArgs"); this.lblArgs.Name = "lblArgs"; - this.lblArgs.Size = new System.Drawing.Size(60, 13); - this.lblArgs.TabIndex = 5; - this.lblArgs.Text = "Arguments:"; // // lblPath // - this.lblPath.AutoSize = true; - this.lblPath.Location = new System.Drawing.Point(16, 36); + resources.ApplyResources(this.lblPath, "lblPath"); this.lblPath.Name = "lblPath"; - this.lblPath.Size = new System.Drawing.Size(32, 13); - this.lblPath.TabIndex = 2; - this.lblPath.Text = "Path:"; // // lblName // - this.lblName.AutoSize = true; - this.lblName.Location = new System.Drawing.Point(16, 12); + resources.ApplyResources(this.lblName, "lblName"); this.lblName.Name = "lblName"; - this.lblName.Size = new System.Drawing.Size(38, 13); - this.lblName.TabIndex = 0; - this.lblName.Text = "Name:"; // // btnPathBrowse // - this.btnPathBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnPathBrowse.Location = new System.Drawing.Point(272, 30); + resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse"); this.btnPathBrowse.Name = "btnPathBrowse"; - this.btnPathBrowse.Size = new System.Drawing.Size(40, 23); - this.btnPathBrowse.TabIndex = 4; - this.btnPathBrowse.Text = "..."; this.btnPathBrowse.UseVisualStyleBackColor = true; this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click); // // btnCancel // - this.btnCancel.Location = new System.Drawing.Point(240, 112); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 23); - this.btnCancel.TabIndex = 10; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // - this.btnOK.Location = new System.Drawing.Point(160, 112); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(75, 23); - this.btnOK.TabIndex = 9; - this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // EncoderProgramForm // this.AcceptButton = this.btnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(322, 146); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnPathBrowse); @@ -163,8 +121,6 @@ private void InitializeComponent() this.Controls.Add(this.lblExt); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "EncoderProgramForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Encoder Program"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/EncoderProgramForm.resx b/ShareX/Forms/EncoderProgramForm.resx index 1af7de150..6d12bd954 100644 --- a/ShareX/Forms/EncoderProgramForm.resx +++ b/ShareX/Forms/EncoderProgramForm.resx @@ -117,4 +117,310 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 56, 13 + + + + 6 + + + 7 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + btnCancel + + + 176, 20 + + + $this + + + 272, 30 + + + btnOK + + + $this + + + EncoderProgramForm + + + btnPathBrowse + + + True + + + 10 + + + Extension: + + + + Top, Left, Right + + + 88, 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 13 + + + 2 + + + $this + + + 1 + + + Top, Right + + + 16, 60 + + + $this + + + $this + + + 2 + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 12 + + + $this + + + 6 + + + 224, 20 + + + 88, 80 + + + ... + + + CenterScreen + + + 88, 56 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 4 + + + 0 + + + True + + + txtPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 160, 112 + + + Top, Left, Right + + + Top, Left, Right + + + 240, 112 + + + 224, 20 + + + txtExtension + + + 32, 13 + + + 75, 23 + + + lblExt + + + 60, 13 + + + lblPath + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 5 + + + Top, Left, Right + + + 38, 13 + + + lblName + + + True + + + 7 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblArgs + + + 5 + + + OK + + + 16, 36 + + + 4 + + + 88, 32 + + + $this + + + 224, 20 + + + 10 + + + Name: + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtArguments + + + $this + + + 75, 23 + + + 16, 84 + + + Cancel + + + Encoder Program + + + 1 + + + 9 + + + 3 + + + 322, 146 + + + Path: + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtName + + + Arguments: + + + 40, 23 + + + 8 + + + $this + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/EncoderProgramForm.tr.resx b/ShareX/Forms/EncoderProgramForm.tr.resx new file mode 100644 index 000000000..38d686e21 --- /dev/null +++ b/ShareX/Forms/EncoderProgramForm.tr.resx @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 51, 13 + + + Uzantılar: + + + 69, 13 + + + Parametreler: + + + 25, 13 + + + Yol: + + + 23, 13 + + + Ad: + + + İptal + + + Tamam + + + Kodlama Programı + + \ No newline at end of file diff --git a/ShareX/Forms/FileExistForm.Designer.cs b/ShareX/Forms/FileExistForm.Designer.cs index 70e239a1f..d1a0cfc5e 100644 --- a/ShareX/Forms/FileExistForm.Designer.cs +++ b/ShareX/Forms/FileExistForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileExistForm)); this.lblTitle = new System.Windows.Forms.Label(); this.btnOverwrite = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); @@ -38,80 +39,47 @@ private void InitializeComponent() // // lblTitle // - this.lblTitle.AutoSize = true; - this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); - this.lblTitle.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.lblTitle, "lblTitle"); this.lblTitle.Name = "lblTitle"; - this.lblTitle.Size = new System.Drawing.Size(346, 32); - this.lblTitle.TabIndex = 0; - this.lblTitle.Text = "There is already a file with the same name in this location.\r\nSelect new file nam" + - "e or action:"; // // btnOverwrite // - this.btnOverwrite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.btnOverwrite.Location = new System.Drawing.Point(8, 120); + resources.ApplyResources(this.btnOverwrite, "btnOverwrite"); this.btnOverwrite.Name = "btnOverwrite"; - this.btnOverwrite.Size = new System.Drawing.Size(352, 32); - this.btnOverwrite.TabIndex = 3; - this.btnOverwrite.Text = "Overwrite: "; - this.btnOverwrite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnOverwrite.UseVisualStyleBackColor = true; this.btnOverwrite.Click += new System.EventHandler(this.btnOverwrite_Click); // // btnCancel // - this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.btnCancel.Location = new System.Drawing.Point(8, 200); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(352, 32); - this.btnCancel.TabIndex = 5; - this.btnCancel.Text = "Do not save"; - this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnUniqueName // - this.btnUniqueName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.btnUniqueName.Location = new System.Drawing.Point(8, 160); + resources.ApplyResources(this.btnUniqueName, "btnUniqueName"); this.btnUniqueName.Name = "btnUniqueName"; - this.btnUniqueName.Size = new System.Drawing.Size(352, 32); - this.btnUniqueName.TabIndex = 4; - this.btnUniqueName.Text = "Use a unique name: "; - this.btnUniqueName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnUniqueName.UseVisualStyleBackColor = true; this.btnUniqueName.Click += new System.EventHandler(this.btnUniqueName_Click); // // btnNewName // - this.btnNewName.Enabled = false; - this.btnNewName.Location = new System.Drawing.Point(8, 80); + resources.ApplyResources(this.btnNewName, "btnNewName"); this.btnNewName.Name = "btnNewName"; - this.btnNewName.Size = new System.Drawing.Size(352, 32); - this.btnNewName.TabIndex = 2; - this.btnNewName.Text = "Use new name:"; - this.btnNewName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnNewName.UseVisualStyleBackColor = true; this.btnNewName.Click += new System.EventHandler(this.btnNewName_Click); // // txtNewName // - this.txtNewName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); - this.txtNewName.Location = new System.Drawing.Point(8, 48); + resources.ApplyResources(this.txtNewName, "txtNewName"); this.txtNewName.Name = "txtNewName"; - this.txtNewName.Size = new System.Drawing.Size(352, 22); - this.txtNewName.TabIndex = 1; this.txtNewName.TextChanged += new System.EventHandler(this.txtNewName_TextChanged); // // FileExistForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(369, 241); this.Controls.Add(this.txtNewName); this.Controls.Add(this.btnNewName); this.Controls.Add(this.btnUniqueName); @@ -119,8 +87,6 @@ private void InitializeComponent() this.Controls.Add(this.btnOverwrite); this.Controls.Add(this.lblTitle); this.Name = "FileExistForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - How to save?"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/FileExistForm.resx b/ShareX/Forms/FileExistForm.resx index 1af7de150..2551f2f82 100644 --- a/ShareX/Forms/FileExistForm.resx +++ b/ShareX/Forms/FileExistForm.resx @@ -117,4 +117,206 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 369, 241 + + + $this + + + Use a unique name: + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + True + + + There is already a file with the same name in this location. +Select new file name or action: + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FileExistForm + + + 5 + + + MiddleLeft + + + Overwrite: + + + 5 + + + 6, 13 + + + $this + + + 4 + + + 8, 120 + + + $this + + + $this + + + + Top, Left, Right + + + Top, Left, Right + + + MiddleLeft + + + 8, 160 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + Microsoft Sans Serif, 9.75pt + + + 8, 200 + + + Top, Left, Right + + + CenterScreen + + + btnCancel + + + $this + + + 8, 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnOverwrite + + + 352, 32 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + lblTitle + + + MiddleLeft + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 352, 32 + + + 8, 48 + + + Use new name: + + + 352, 32 + + + 3 + + + 4 + + + 3 + + + 352, 22 + + + btnUniqueName + + + 0 + + + btnNewName + + + ShareX - How to save? + + + 2 + + + txtNewName + + + 346, 32 + + + 1 + + + False + + + 352, 32 + + + Do not save + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9.75pt + + + 2 + + + MiddleLeft + + + 8, 80 + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/FileExistForm.tr.resx b/ShareX/Forms/FileExistForm.tr.resx new file mode 100644 index 000000000..9b99ada13 --- /dev/null +++ b/ShareX/Forms/FileExistForm.tr.resx @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 271, 32 + + + Burada aynı isimli zaten bir dosya bulunuyor. +Yeni dosya ismi veya aksiyon seçiniz: + + + Üzerine yaz: + + + Kaydetme + + + Benzersiz bir isim kullan: + + + Yeni isim kullan: + + + ShareX - Nasıl kaydedilsin? + + \ No newline at end of file diff --git a/ShareX/Forms/HotkeySettingsForm.Designer.cs b/ShareX/Forms/HotkeySettingsForm.Designer.cs index 9f7de65e6..2ae88fe93 100644 --- a/ShareX/Forms/HotkeySettingsForm.Designer.cs +++ b/ShareX/Forms/HotkeySettingsForm.Designer.cs @@ -28,29 +28,23 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HotkeySettingsForm)); this.hmHotkeys = new ShareX.HotkeyManagerControl(); this.SuspendLayout(); // // hmHotkeys // + resources.ApplyResources(this.hmHotkeys, "hmHotkeys"); this.hmHotkeys.BackColor = System.Drawing.Color.White; - this.hmHotkeys.Dock = System.Windows.Forms.DockStyle.Fill; - this.hmHotkeys.Location = new System.Drawing.Point(0, 0); this.hmHotkeys.Name = "hmHotkeys"; - this.hmHotkeys.Size = new System.Drawing.Size(534, 412); - this.hmHotkeys.TabIndex = 0; // // HotkeySettingsForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(534, 412); this.Controls.Add(this.hmHotkeys); - this.MinimumSize = new System.Drawing.Size(550, 200); this.Name = "HotkeySettingsForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Hotkey settings"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HotkeySettingsForm_FormClosed); this.ResumeLayout(false); diff --git a/ShareX/Forms/HotkeySettingsForm.resx b/ShareX/Forms/HotkeySettingsForm.resx index 1af7de150..f60acc957 100644 --- a/ShareX/Forms/HotkeySettingsForm.resx +++ b/ShareX/Forms/HotkeySettingsForm.resx @@ -117,4 +117,58 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 534, 412 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Fill + + + + 0 + + + 534, 412 + + + 0, 0 + + + 6, 13 + + + ShareX.HotkeyManagerControl, ShareX, Version=9.4.0.0, Culture=neutral, PublicKeyToken=null + + + CenterScreen + + + 0 + + + $this + + + HotkeySettingsForm + + + 550, 200 + + + ShareX - Hotkey settings + + + hmHotkeys + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/HotkeySettingsForm.tr.resx b/ShareX/Forms/HotkeySettingsForm.tr.resx new file mode 100644 index 000000000..f615cb8d8 --- /dev/null +++ b/ShareX/Forms/HotkeySettingsForm.tr.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Kısayol ayarları + + \ No newline at end of file diff --git a/ShareX/Forms/MainForm.Designer.cs b/ShareX/Forms/MainForm.Designer.cs index 0966b5660..38e2ae5a6 100644 --- a/ShareX/Forms/MainForm.Designer.cs +++ b/ShareX/Forms/MainForm.Designer.cs @@ -29,6 +29,21 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); + this.scMain = new HelpersLib.SplitContainerCustomSplitter(); + this.pBackground = new System.Windows.Forms.Panel(); + this.pbLogo = new HelpersLib.MyPictureBox(); + this.lblDragAndDropTip = new System.Windows.Forms.Label(); + this.lblSplitter = new System.Windows.Forms.Label(); + this.lvUploads = new HelpersLib.MyListView(); + this.chFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chSpeed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chElapsed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chRemaining = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.chURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.pbPreview = new HelpersLib.MyPictureBox(); this.tsMain = new System.Windows.Forms.ToolStrip(); this.tsddbCapture = new System.Windows.Forms.ToolStripDropDownButton(); this.tsmiFullscreen = new System.Windows.Forms.ToolStripMenuItem(); @@ -95,20 +110,6 @@ private void InitializeComponent() this.tsmiTestUploaders = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiDonate = new System.Windows.Forms.ToolStripButton(); this.tsmiAbout = new System.Windows.Forms.ToolStripButton(); - this.scMain = new HelpersLib.SplitContainerCustomSplitter(); - this.pBackground = new System.Windows.Forms.Panel(); - this.pbLogo = new HelpersLib.MyPictureBox(); - this.lblDragAndDropTip = new System.Windows.Forms.Label(); - this.lblSplitter = new System.Windows.Forms.Label(); - this.lvUploads = new HelpersLib.MyListView(); - this.chFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chProgress = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chSpeed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chElapsed = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chRemaining = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.chURL = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.pbPreview = new HelpersLib.MyPictureBox(); this.cmsTaskInfo = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiShowErrors = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiStopUpload = new System.Windows.Forms.ToolStripMenuItem(); @@ -223,21 +224,132 @@ private void InitializeComponent() this.tsmiTrayShow = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiTrayExit = new System.Windows.Forms.ToolStripMenuItem(); this.ssToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.tsMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); this.scMain.Panel1.SuspendLayout(); this.scMain.Panel2.SuspendLayout(); this.scMain.SuspendLayout(); this.pBackground.SuspendLayout(); + this.tsMain.SuspendLayout(); this.cmsTaskInfo.SuspendLayout(); this.cmsTray.SuspendLayout(); this.SuspendLayout(); // + // scMain + // + resources.ApplyResources(this.scMain, "scMain"); + this.scMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + this.scMain.Name = "scMain"; + // + // scMain.Panel1 + // + resources.ApplyResources(this.scMain.Panel1, "scMain.Panel1"); + this.scMain.Panel1.Controls.Add(this.pBackground); + this.scMain.Panel1.Controls.Add(this.lblSplitter); + this.scMain.Panel1.Controls.Add(this.lvUploads); + // + // scMain.Panel2 + // + resources.ApplyResources(this.scMain.Panel2, "scMain.Panel2"); + this.scMain.Panel2.Controls.Add(this.pbPreview); + this.scMain.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.scMain_SplitterMoved); + // + // pBackground + // + resources.ApplyResources(this.pBackground, "pBackground"); + this.pBackground.BackColor = System.Drawing.Color.White; + this.pBackground.Controls.Add(this.pbLogo); + this.pBackground.Controls.Add(this.lblDragAndDropTip); + this.pBackground.Name = "pBackground"; + // + // pbLogo + // + resources.ApplyResources(this.pbLogo, "pbLogo"); + this.pbLogo.BackColor = System.Drawing.Color.White; + this.pbLogo.Name = "pbLogo"; + this.pbLogo.TabStop = false; + this.pbLogo.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp); + // + // lblDragAndDropTip + // + resources.ApplyResources(this.lblDragAndDropTip, "lblDragAndDropTip"); + this.lblDragAndDropTip.BackColor = System.Drawing.Color.White; + this.lblDragAndDropTip.ForeColor = System.Drawing.Color.Silver; + this.lblDragAndDropTip.Name = "lblDragAndDropTip"; + this.lblDragAndDropTip.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp); + // + // lblSplitter + // + resources.ApplyResources(this.lblSplitter, "lblSplitter"); + this.lblSplitter.BackColor = System.Drawing.Color.Black; + this.lblSplitter.Name = "lblSplitter"; + // + // lvUploads + // + resources.ApplyResources(this.lvUploads, "lvUploads"); + this.lvUploads.AutoFillColumn = true; + this.lvUploads.BackColor = System.Drawing.Color.White; + this.lvUploads.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.lvUploads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.chFilename, + this.chStatus, + this.chProgress, + this.chSpeed, + this.chElapsed, + this.chRemaining, + this.chURL}); + this.lvUploads.FullRowSelect = true; + this.lvUploads.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; + this.lvUploads.HideSelection = false; + this.lvUploads.Name = "lvUploads"; + this.lvUploads.ShowItemToolTips = true; + this.lvUploads.UseCompatibleStateImageBehavior = false; + this.lvUploads.View = System.Windows.Forms.View.Details; + this.lvUploads.SelectedIndexChanged += new System.EventHandler(this.lvUploads_SelectedIndexChanged); + this.lvUploads.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvUploads_KeyDown); + this.lvUploads.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvUploads_MouseDoubleClick); + this.lvUploads.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvUploads_MouseUp); + // + // chFilename + // + resources.ApplyResources(this.chFilename, "chFilename"); + // + // chStatus + // + resources.ApplyResources(this.chStatus, "chStatus"); + // + // chProgress + // + resources.ApplyResources(this.chProgress, "chProgress"); + // + // chSpeed + // + resources.ApplyResources(this.chSpeed, "chSpeed"); + // + // chElapsed + // + resources.ApplyResources(this.chElapsed, "chElapsed"); + // + // chRemaining + // + resources.ApplyResources(this.chRemaining, "chRemaining"); + // + // chURL + // + resources.ApplyResources(this.chURL, "chURL"); + // + // pbPreview + // + resources.ApplyResources(this.pbPreview, "pbPreview"); + this.pbPreview.BackColor = System.Drawing.Color.White; + this.pbPreview.DrawCheckeredBackground = true; + this.pbPreview.EnableRightClickMenu = true; + this.pbPreview.FullscreenOnClick = true; + this.pbPreview.Name = "pbPreview"; + // // tsMain // - this.tsMain.AutoSize = false; + resources.ApplyResources(this.tsMain, "tsMain"); this.tsMain.CanOverflow = false; - this.tsMain.Dock = System.Windows.Forms.DockStyle.Left; this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsddbCapture, @@ -259,16 +371,13 @@ private void InitializeComponent() this.tsmiDonate, this.tsmiAbout}); this.tsMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow; - this.tsMain.Location = new System.Drawing.Point(0, 0); this.tsMain.Name = "tsMain"; - this.tsMain.Padding = new System.Windows.Forms.Padding(6); this.tsMain.ShowItemToolTips = false; - this.tsMain.Size = new System.Drawing.Size(170, 407); - this.tsMain.TabIndex = 1; this.tsMain.TabStop = true; // // tsddbCapture // + resources.ApplyResources(this.tsddbCapture, "tsddbCapture"); this.tsddbCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiFullscreen, this.tsmiWindow, @@ -288,149 +397,129 @@ private void InitializeComponent() this.tsmiScreenRecordingGIF, this.tsmiAutoCapture}); this.tsddbCapture.Image = global::ShareX.Properties.Resources.camera; - this.tsddbCapture.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbCapture.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbCapture.Name = "tsddbCapture"; - this.tsddbCapture.Size = new System.Drawing.Size(157, 20); - this.tsddbCapture.Text = "Capture"; this.tsddbCapture.DropDownOpening += new System.EventHandler(this.tsddbCapture_DropDownOpening); // // tsmiFullscreen // + resources.ApplyResources(this.tsmiFullscreen, "tsmiFullscreen"); this.tsmiFullscreen.Image = global::ShareX.Properties.Resources.layer; this.tsmiFullscreen.Name = "tsmiFullscreen"; - this.tsmiFullscreen.Size = new System.Drawing.Size(217, 22); - this.tsmiFullscreen.Text = "Fullscreen"; this.tsmiFullscreen.Click += new System.EventHandler(this.tsmiFullscreen_Click); // // tsmiWindow // + resources.ApplyResources(this.tsmiWindow, "tsmiWindow"); this.tsmiWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiWindow.Name = "tsmiWindow"; - this.tsmiWindow.Size = new System.Drawing.Size(217, 22); - this.tsmiWindow.Text = "Window"; // // tsmiMonitor // + resources.ApplyResources(this.tsmiMonitor, "tsmiMonitor"); this.tsmiMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitor.Name = "tsmiMonitor"; - this.tsmiMonitor.Size = new System.Drawing.Size(217, 22); - this.tsmiMonitor.Text = "Monitor"; // // tsmiRectangle // + resources.ApplyResources(this.tsmiRectangle, "tsmiRectangle"); this.tsmiRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiRectangle.Name = "tsmiRectangle"; - this.tsmiRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiRectangle.Text = "Rectangle"; this.tsmiRectangle.Click += new System.EventHandler(this.tsmiRectangle_Click); // // tsmiWindowRectangle // + resources.ApplyResources(this.tsmiWindowRectangle, "tsmiWindowRectangle"); this.tsmiWindowRectangle.Image = global::ShareX.Properties.Resources.layers_ungroup; this.tsmiWindowRectangle.Name = "tsmiWindowRectangle"; - this.tsmiWindowRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiWindowRectangle.Text = "Rectangle (Objects)"; this.tsmiWindowRectangle.Click += new System.EventHandler(this.tsmiWindowRectangle_Click); // // tsmiRectangleAnnotate // + resources.ApplyResources(this.tsmiRectangleAnnotate, "tsmiRectangleAnnotate"); this.tsmiRectangleAnnotate.Image = global::ShareX.Properties.Resources.layer_pencil; this.tsmiRectangleAnnotate.Name = "tsmiRectangleAnnotate"; - this.tsmiRectangleAnnotate.Size = new System.Drawing.Size(217, 22); - this.tsmiRectangleAnnotate.Text = "Rectangle (Annotate)"; this.tsmiRectangleAnnotate.Click += new System.EventHandler(this.tsmiRectangleAnnotate_Click); // // tsmiRectangleLight // + resources.ApplyResources(this.tsmiRectangleLight, "tsmiRectangleLight"); this.tsmiRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiRectangleLight.Name = "tsmiRectangleLight"; - this.tsmiRectangleLight.Size = new System.Drawing.Size(217, 22); - this.tsmiRectangleLight.Text = "Rectangle (Light)"; this.tsmiRectangleLight.Click += new System.EventHandler(this.tsmiRectangleLight_Click); // // tsmiRoundedRectangle // + resources.ApplyResources(this.tsmiRoundedRectangle, "tsmiRoundedRectangle"); this.tsmiRoundedRectangle.Image = global::ShareX.Properties.Resources.layer_shape_round; this.tsmiRoundedRectangle.Name = "tsmiRoundedRectangle"; - this.tsmiRoundedRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiRoundedRectangle.Text = "Rounded rectangle"; this.tsmiRoundedRectangle.Click += new System.EventHandler(this.tsmiRoundedRectangle_Click); // // tsmiEllipse // + resources.ApplyResources(this.tsmiEllipse, "tsmiEllipse"); this.tsmiEllipse.Image = global::ShareX.Properties.Resources.layer_shape_ellipse; this.tsmiEllipse.Name = "tsmiEllipse"; - this.tsmiEllipse.Size = new System.Drawing.Size(217, 22); - this.tsmiEllipse.Text = "Ellipse"; this.tsmiEllipse.Click += new System.EventHandler(this.tsmiEllipse_Click); // // tsmiTriangle // + resources.ApplyResources(this.tsmiTriangle, "tsmiTriangle"); this.tsmiTriangle.Image = global::ShareX.Properties.Resources.Triangle; this.tsmiTriangle.Name = "tsmiTriangle"; - this.tsmiTriangle.Size = new System.Drawing.Size(217, 22); - this.tsmiTriangle.Text = "Triangle"; this.tsmiTriangle.Click += new System.EventHandler(this.tsmiTriangle_Click); // // tsmiDiamond // + resources.ApplyResources(this.tsmiDiamond, "tsmiDiamond"); this.tsmiDiamond.Image = global::ShareX.Properties.Resources.Diamond; this.tsmiDiamond.Name = "tsmiDiamond"; - this.tsmiDiamond.Size = new System.Drawing.Size(217, 22); - this.tsmiDiamond.Text = "Diamond"; this.tsmiDiamond.Click += new System.EventHandler(this.tsmiDiamond_Click); // // tsmiPolygon // + resources.ApplyResources(this.tsmiPolygon, "tsmiPolygon"); this.tsmiPolygon.Image = global::ShareX.Properties.Resources.layer_shape_polygon; this.tsmiPolygon.Name = "tsmiPolygon"; - this.tsmiPolygon.Size = new System.Drawing.Size(217, 22); - this.tsmiPolygon.Text = "Polygon"; this.tsmiPolygon.Click += new System.EventHandler(this.tsmiPolygon_Click); // // tsmiFreeHand // + resources.ApplyResources(this.tsmiFreeHand, "tsmiFreeHand"); this.tsmiFreeHand.Image = global::ShareX.Properties.Resources.layer_shape_curve; this.tsmiFreeHand.Name = "tsmiFreeHand"; - this.tsmiFreeHand.Size = new System.Drawing.Size(217, 22); - this.tsmiFreeHand.Text = "Freehand"; this.tsmiFreeHand.Click += new System.EventHandler(this.tsmiFreeHand_Click); // // tsmiLastRegion // + resources.ApplyResources(this.tsmiLastRegion, "tsmiLastRegion"); this.tsmiLastRegion.Image = global::ShareX.Properties.Resources.layers_arrange; this.tsmiLastRegion.Name = "tsmiLastRegion"; - this.tsmiLastRegion.Size = new System.Drawing.Size(217, 22); - this.tsmiLastRegion.Text = "Last region"; this.tsmiLastRegion.Click += new System.EventHandler(this.tsmiLastRegion_Click); // // tsmiScreenRecordingFFmpeg // + resources.ApplyResources(this.tsmiScreenRecordingFFmpeg, "tsmiScreenRecordingFFmpeg"); this.tsmiScreenRecordingFFmpeg.Image = global::ShareX.Properties.Resources.camcorder_image; this.tsmiScreenRecordingFFmpeg.Name = "tsmiScreenRecordingFFmpeg"; - this.tsmiScreenRecordingFFmpeg.Size = new System.Drawing.Size(217, 22); - this.tsmiScreenRecordingFFmpeg.Text = "Screen recording (FFmpeg)"; this.tsmiScreenRecordingFFmpeg.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiScreenRecordingGIF // + resources.ApplyResources(this.tsmiScreenRecordingGIF, "tsmiScreenRecordingGIF"); this.tsmiScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiScreenRecordingGIF.Name = "tsmiScreenRecordingGIF"; - this.tsmiScreenRecordingGIF.Size = new System.Drawing.Size(217, 22); - this.tsmiScreenRecordingGIF.Text = "Screen recording (GIF)"; this.tsmiScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiAutoCapture // + resources.ApplyResources(this.tsmiAutoCapture, "tsmiAutoCapture"); this.tsmiAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiAutoCapture.Name = "tsmiAutoCapture"; - this.tsmiAutoCapture.Size = new System.Drawing.Size(217, 22); - this.tsmiAutoCapture.Text = "Auto capture..."; this.tsmiAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tsddbUpload // + resources.ApplyResources(this.tsddbUpload, "tsddbUpload"); this.tsddbUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiUploadFile, this.tsmiUploadFolder, @@ -438,63 +527,52 @@ private void InitializeComponent() this.tsmiUploadURL, this.tsmiUploadDragDrop}); this.tsddbUpload.Image = global::ShareX.Properties.Resources.arrow_090; - this.tsddbUpload.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbUpload.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbUpload.Name = "tsddbUpload"; - this.tsddbUpload.Size = new System.Drawing.Size(157, 20); - this.tsddbUpload.Text = "Upload"; // // tsmiUploadFile // + resources.ApplyResources(this.tsmiUploadFile, "tsmiUploadFile"); this.tsmiUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiUploadFile.Name = "tsmiUploadFile"; - this.tsmiUploadFile.Size = new System.Drawing.Size(203, 22); - this.tsmiUploadFile.Text = "Upload file..."; this.tsmiUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiUploadFolder // + resources.ApplyResources(this.tsmiUploadFolder, "tsmiUploadFolder"); this.tsmiUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiUploadFolder.Name = "tsmiUploadFolder"; - this.tsmiUploadFolder.Size = new System.Drawing.Size(203, 22); - this.tsmiUploadFolder.Text = "Upload folder..."; this.tsmiUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiUploadClipboard // + resources.ApplyResources(this.tsmiUploadClipboard, "tsmiUploadClipboard"); this.tsmiUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiUploadClipboard.Name = "tsmiUploadClipboard"; - this.tsmiUploadClipboard.Size = new System.Drawing.Size(203, 22); - this.tsmiUploadClipboard.Text = "Upload from clipboard..."; this.tsmiUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiUploadURL // + resources.ApplyResources(this.tsmiUploadURL, "tsmiUploadURL"); this.tsmiUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiUploadURL.Name = "tsmiUploadURL"; - this.tsmiUploadURL.Size = new System.Drawing.Size(203, 22); - this.tsmiUploadURL.Text = "Upload from URL..."; this.tsmiUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiUploadDragDrop // + resources.ApplyResources(this.tsmiUploadDragDrop, "tsmiUploadDragDrop"); this.tsmiUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiUploadDragDrop.Name = "tsmiUploadDragDrop"; - this.tsmiUploadDragDrop.Size = new System.Drawing.Size(203, 22); - this.tsmiUploadDragDrop.Text = "Drag and drop upload..."; this.tsmiUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsddbWorkflows // + resources.ApplyResources(this.tsddbWorkflows, "tsddbWorkflows"); this.tsddbWorkflows.Image = global::ShareX.Properties.Resources.categories; - this.tsddbWorkflows.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; - this.tsddbWorkflows.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbWorkflows.Name = "tsddbWorkflows"; - this.tsddbWorkflows.Size = new System.Drawing.Size(157, 20); - this.tsddbWorkflows.Text = "Workflows"; // // tsddbTools // + resources.ApplyResources(this.tsddbTools, "tsddbTools"); this.tsddbTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiScreenColorPicker, this.tsmiImageEditor, @@ -508,126 +586,106 @@ private void InitializeComponent() this.tsmiTweetMessage, this.tsmiMonitorTest}); this.tsddbTools.Image = global::ShareX.Properties.Resources.toolbox; - this.tsddbTools.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbTools.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbTools.Name = "tsddbTools"; - this.tsddbTools.Size = new System.Drawing.Size(157, 20); - this.tsddbTools.Text = "Tools"; // // tsmiScreenColorPicker // + resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker"); this.tsmiScreenColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiScreenColorPicker.Name = "tsmiScreenColorPicker"; - this.tsmiScreenColorPicker.Size = new System.Drawing.Size(183, 22); - this.tsmiScreenColorPicker.Text = "Screen color picker..."; this.tsmiScreenColorPicker.Click += new System.EventHandler(this.tsmiCursorHelper_Click); // // tsmiImageEditor // + resources.ApplyResources(this.tsmiImageEditor, "tsmiImageEditor"); this.tsmiImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiImageEditor.Name = "tsmiImageEditor"; - this.tsmiImageEditor.Size = new System.Drawing.Size(183, 22); - this.tsmiImageEditor.Text = "Image editor..."; this.tsmiImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiImageEffects // + resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects"); this.tsmiImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiImageEffects.Name = "tsmiImageEffects"; - this.tsmiImageEffects.Size = new System.Drawing.Size(183, 22); - this.tsmiImageEffects.Text = "Image effects..."; this.tsmiImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiHashCheck // + resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck"); this.tsmiHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiHashCheck.Name = "tsmiHashCheck"; - this.tsmiHashCheck.Size = new System.Drawing.Size(183, 22); - this.tsmiHashCheck.Text = "Hash check..."; this.tsmiHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiDNSChanger // + resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger"); this.tsmiDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiDNSChanger.Name = "tsmiDNSChanger"; - this.tsmiDNSChanger.Size = new System.Drawing.Size(183, 22); - this.tsmiDNSChanger.Text = "DNS changer..."; this.tsmiDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiQRCode // + resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode"); this.tsmiQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiQRCode.Name = "tsmiQRCode"; - this.tsmiQRCode.Size = new System.Drawing.Size(183, 22); - this.tsmiQRCode.Text = "QR code..."; this.tsmiQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiIndexFolder // + resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder"); this.tsmiIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiIndexFolder.Name = "tsmiIndexFolder"; - this.tsmiIndexFolder.Size = new System.Drawing.Size(183, 22); - this.tsmiIndexFolder.Text = "Index folder..."; this.tsmiIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiRuler // + resources.ApplyResources(this.tsmiRuler, "tsmiRuler"); this.tsmiRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiRuler.Name = "tsmiRuler"; - this.tsmiRuler.Size = new System.Drawing.Size(183, 22); - this.tsmiRuler.Text = "Ruler..."; this.tsmiRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiFTPClient // + resources.ApplyResources(this.tsmiFTPClient, "tsmiFTPClient"); this.tsmiFTPClient.Image = global::ShareX.Properties.Resources.application_network; this.tsmiFTPClient.Name = "tsmiFTPClient"; - this.tsmiFTPClient.Size = new System.Drawing.Size(183, 22); - this.tsmiFTPClient.Text = "FTP client..."; this.tsmiFTPClient.Click += new System.EventHandler(this.tsmiFTPClient_Click); // // tsmiTweetMessage // + resources.ApplyResources(this.tsmiTweetMessage, "tsmiTweetMessage"); this.tsmiTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTweetMessage.Name = "tsmiTweetMessage"; - this.tsmiTweetMessage.Size = new System.Drawing.Size(183, 22); - this.tsmiTweetMessage.Text = "Tweet message..."; this.tsmiTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiMonitorTest // + resources.ApplyResources(this.tsmiMonitorTest, "tsmiMonitorTest"); this.tsmiMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitorTest.Name = "tsmiMonitorTest"; - this.tsmiMonitorTest.Size = new System.Drawing.Size(183, 22); - this.tsmiMonitorTest.Text = "Monitor test..."; this.tsmiMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssMain1 // + resources.ApplyResources(this.tssMain1, "tssMain1"); this.tssMain1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain1.Name = "tssMain1"; - this.tssMain1.Size = new System.Drawing.Size(157, 6); // // tsddbAfterCaptureTasks // + resources.ApplyResources(this.tsddbAfterCaptureTasks, "tsddbAfterCaptureTasks"); this.tsddbAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; - this.tsddbAfterCaptureTasks.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbAfterCaptureTasks.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbAfterCaptureTasks.Name = "tsddbAfterCaptureTasks"; - this.tsddbAfterCaptureTasks.Size = new System.Drawing.Size(157, 20); - this.tsddbAfterCaptureTasks.Text = "After capture tasks"; // // tsddbAfterUploadTasks // + resources.ApplyResources(this.tsddbAfterUploadTasks, "tsddbAfterUploadTasks"); this.tsddbAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; - this.tsddbAfterUploadTasks.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbAfterUploadTasks.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbAfterUploadTasks.Name = "tsddbAfterUploadTasks"; - this.tsddbAfterUploadTasks.Size = new System.Drawing.Size(157, 20); - this.tsddbAfterUploadTasks.Text = "After upload tasks"; // // tsddbDestinations // + resources.ApplyResources(this.tsddbDestinations, "tsddbDestinations"); this.tsddbDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImageUploaders, this.tsmiTextUploaders, @@ -637,129 +695,102 @@ private void InitializeComponent() this.tssDestinations1, this.tsmiDestinationSettings}); this.tsddbDestinations.Image = global::ShareX.Properties.Resources.drive_globe; - this.tsddbDestinations.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbDestinations.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbDestinations.Name = "tsddbDestinations"; - this.tsddbDestinations.Size = new System.Drawing.Size(157, 20); - this.tsddbDestinations.Text = "Destinations"; this.tsddbDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiImageUploaders // + resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiImageUploaders.Name = "tsmiImageUploaders"; - this.tsmiImageUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiImageUploaders.Text = "Image uploaders"; // // tsmiTextUploaders // + resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTextUploaders.Name = "tsmiTextUploaders"; - this.tsmiTextUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiTextUploaders.Text = "Text uploaders"; // // tsmiFileUploaders // + resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiFileUploaders.Name = "tsmiFileUploaders"; - this.tsmiFileUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiFileUploaders.Text = "File uploaders"; // // tsmiURLShorteners // + resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiURLShorteners.Name = "tsmiURLShorteners"; - this.tsmiURLShorteners.Size = new System.Drawing.Size(187, 22); - this.tsmiURLShorteners.Text = "URL shorteners"; // // tsmiURLSharingServices // + resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiURLSharingServices.Name = "tsmiURLSharingServices"; - this.tsmiURLSharingServices.Size = new System.Drawing.Size(187, 22); - this.tsmiURLSharingServices.Text = "URL sharing services"; // // tssDestinations1 // + resources.ApplyResources(this.tssDestinations1, "tssDestinations1"); this.tssDestinations1.Name = "tssDestinations1"; - this.tssDestinations1.Size = new System.Drawing.Size(184, 6); // // tsmiDestinationSettings // + resources.ApplyResources(this.tsmiDestinationSettings, "tsmiDestinationSettings"); this.tsmiDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiDestinationSettings.Name = "tsmiDestinationSettings"; - this.tsmiDestinationSettings.Size = new System.Drawing.Size(187, 22); - this.tsmiDestinationSettings.Text = "Destination settings..."; this.tsmiDestinationSettings.Click += new System.EventHandler(this.tsbDestinationSettings_Click); // // tsbApplicationSettings // + resources.ApplyResources(this.tsbApplicationSettings, "tsbApplicationSettings"); this.tsbApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; - this.tsbApplicationSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbApplicationSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbApplicationSettings.Name = "tsbApplicationSettings"; - this.tsbApplicationSettings.Size = new System.Drawing.Size(157, 20); - this.tsbApplicationSettings.Text = "Application settings..."; this.tsbApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsbTaskSettings // + resources.ApplyResources(this.tsbTaskSettings, "tsbTaskSettings"); this.tsbTaskSettings.Image = global::ShareX.Properties.Resources.gear; - this.tsbTaskSettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbTaskSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbTaskSettings.Name = "tsbTaskSettings"; - this.tsbTaskSettings.Size = new System.Drawing.Size(157, 20); - this.tsbTaskSettings.Text = "Task settings..."; this.tsbTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsbHotkeySettings // + resources.ApplyResources(this.tsbHotkeySettings, "tsbHotkeySettings"); this.tsbHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; - this.tsbHotkeySettings.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbHotkeySettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbHotkeySettings.Name = "tsbHotkeySettings"; - this.tsbHotkeySettings.Size = new System.Drawing.Size(157, 20); - this.tsbHotkeySettings.Text = "Hotkey settings..."; this.tsbHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tssMain2 // + resources.ApplyResources(this.tssMain2, "tssMain2"); this.tssMain2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain2.Name = "tssMain2"; - this.tssMain2.Size = new System.Drawing.Size(157, 6); // // tsbScreenshotsFolder // + resources.ApplyResources(this.tsbScreenshotsFolder, "tsbScreenshotsFolder"); this.tsbScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; - this.tsbScreenshotsFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbScreenshotsFolder.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbScreenshotsFolder.Name = "tsbScreenshotsFolder"; - this.tsbScreenshotsFolder.Size = new System.Drawing.Size(157, 20); - this.tsbScreenshotsFolder.Text = "Screenshots folder..."; this.tsbScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsbHistory // + resources.ApplyResources(this.tsbHistory, "tsbHistory"); this.tsbHistory.Image = global::ShareX.Properties.Resources.application_blog; - this.tsbHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbHistory.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbHistory.Name = "tsbHistory"; - this.tsbHistory.Size = new System.Drawing.Size(157, 20); - this.tsbHistory.Text = "History..."; this.tsbHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsbImageHistory // + resources.ApplyResources(this.tsbImageHistory, "tsbImageHistory"); this.tsbImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; - this.tsbImageHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsbImageHistory.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbImageHistory.Name = "tsbImageHistory"; - this.tsbImageHistory.Size = new System.Drawing.Size(157, 20); - this.tsbImageHistory.Text = "Image history..."; this.tsbImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsddbDebug // + resources.ApplyResources(this.tsddbDebug, "tsddbDebug"); this.tsddbDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowDebugLog, this.tsmiTestImageUpload, @@ -769,240 +800,74 @@ private void InitializeComponent() this.tsmiTestURLSharing, this.tsmiTestUploaders}); this.tsddbDebug.Image = global::ShareX.Properties.Resources.traffic_cone; - this.tsddbDebug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsddbDebug.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsddbDebug.Name = "tsddbDebug"; - this.tsddbDebug.Size = new System.Drawing.Size(157, 20); - this.tsddbDebug.Text = "Debug"; // // tsmiShowDebugLog // + resources.ApplyResources(this.tsmiShowDebugLog, "tsmiShowDebugLog"); this.tsmiShowDebugLog.Image = global::ShareX.Properties.Resources.application_monitor; this.tsmiShowDebugLog.Name = "tsmiShowDebugLog"; - this.tsmiShowDebugLog.Size = new System.Drawing.Size(173, 22); - this.tsmiShowDebugLog.Text = "Debug log..."; this.tsmiShowDebugLog.Click += new System.EventHandler(this.tsmiShowDebugLog_Click); // // tsmiTestImageUpload // + resources.ApplyResources(this.tsmiTestImageUpload, "tsmiTestImageUpload"); this.tsmiTestImageUpload.Image = global::ShareX.Properties.Resources.image; this.tsmiTestImageUpload.Name = "tsmiTestImageUpload"; - this.tsmiTestImageUpload.Size = new System.Drawing.Size(173, 22); - this.tsmiTestImageUpload.Text = "Test image upload"; this.tsmiTestImageUpload.Click += new System.EventHandler(this.tsmiTestImageUpload_Click); // // tsmiTestTextUpload // + resources.ApplyResources(this.tsmiTestTextUpload, "tsmiTestTextUpload"); this.tsmiTestTextUpload.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTestTextUpload.Name = "tsmiTestTextUpload"; - this.tsmiTestTextUpload.Size = new System.Drawing.Size(173, 22); - this.tsmiTestTextUpload.Text = "Test text upload"; this.tsmiTestTextUpload.Click += new System.EventHandler(this.tsmiTestTextUpload_Click); // // tsmiTestFileUpload // + resources.ApplyResources(this.tsmiTestFileUpload, "tsmiTestFileUpload"); this.tsmiTestFileUpload.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTestFileUpload.Name = "tsmiTestFileUpload"; - this.tsmiTestFileUpload.Size = new System.Drawing.Size(173, 22); - this.tsmiTestFileUpload.Text = "Test file upload"; this.tsmiTestFileUpload.Click += new System.EventHandler(this.tsmiTestFileUpload_Click); // // tsmiTestURLShortener // + resources.ApplyResources(this.tsmiTestURLShortener, "tsmiTestURLShortener"); this.tsmiTestURLShortener.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTestURLShortener.Name = "tsmiTestURLShortener"; - this.tsmiTestURLShortener.Size = new System.Drawing.Size(173, 22); - this.tsmiTestURLShortener.Text = "Test URL shortener"; this.tsmiTestURLShortener.Click += new System.EventHandler(this.tsmiTestURLShortener_Click); // // tsmiTestURLSharing // + resources.ApplyResources(this.tsmiTestURLSharing, "tsmiTestURLSharing"); this.tsmiTestURLSharing.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTestURLSharing.Name = "tsmiTestURLSharing"; - this.tsmiTestURLSharing.Size = new System.Drawing.Size(173, 22); - this.tsmiTestURLSharing.Text = "Test URL sharing"; this.tsmiTestURLSharing.Click += new System.EventHandler(this.tsmiTestURLSharing_Click); // // tsmiTestUploaders // + resources.ApplyResources(this.tsmiTestUploaders, "tsmiTestUploaders"); this.tsmiTestUploaders.Image = global::ShareX.Properties.Resources.application_browser; this.tsmiTestUploaders.Name = "tsmiTestUploaders"; - this.tsmiTestUploaders.Size = new System.Drawing.Size(173, 22); - this.tsmiTestUploaders.Text = "Test uploaders..."; - this.tsmiTestUploaders.Visible = false; this.tsmiTestUploaders.Click += new System.EventHandler(this.tsmiTestUploaders_Click); // // tsmiDonate // + resources.ApplyResources(this.tsmiDonate, "tsmiDonate"); this.tsmiDonate.Image = global::ShareX.Properties.Resources.heart; - this.tsmiDonate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsmiDonate.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsmiDonate.Name = "tsmiDonate"; - this.tsmiDonate.Size = new System.Drawing.Size(157, 20); - this.tsmiDonate.Text = "Donate..."; this.tsmiDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsmiAbout // + resources.ApplyResources(this.tsmiAbout, "tsmiAbout"); this.tsmiAbout.Image = global::ShareX.Properties.Resources.crown; - this.tsmiAbout.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.tsmiAbout.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsmiAbout.Name = "tsmiAbout"; - this.tsmiAbout.Size = new System.Drawing.Size(157, 20); - this.tsmiAbout.Text = "About..."; this.tsmiAbout.Click += new System.EventHandler(this.tsbAbout_Click); // - // scMain - // - this.scMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.scMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; - this.scMain.Location = new System.Drawing.Point(170, 0); - this.scMain.Name = "scMain"; - // - // scMain.Panel1 - // - this.scMain.Panel1.Controls.Add(this.pBackground); - this.scMain.Panel1.Controls.Add(this.lblSplitter); - this.scMain.Panel1.Controls.Add(this.lvUploads); - // - // scMain.Panel2 - // - this.scMain.Panel2.Controls.Add(this.pbPreview); - this.scMain.Size = new System.Drawing.Size(664, 407); - this.scMain.SplitterDistance = 335; - this.scMain.SplitterWidth = 6; - this.scMain.TabIndex = 1; - this.scMain.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.scMain_SplitterMoved); - // - // pBackground - // - this.pBackground.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pBackground.BackColor = System.Drawing.Color.White; - this.pBackground.Controls.Add(this.pbLogo); - this.pBackground.Controls.Add(this.lblDragAndDropTip); - this.pBackground.Location = new System.Drawing.Point(8, 40); - this.pBackground.Name = "pBackground"; - this.pBackground.Size = new System.Drawing.Size(320, 344); - this.pBackground.TabIndex = 3; - // - // pbLogo - // - this.pbLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.pbLogo.BackColor = System.Drawing.Color.White; - this.pbLogo.Location = new System.Drawing.Point(0, 0); - this.pbLogo.Name = "pbLogo"; - this.pbLogo.Size = new System.Drawing.Size(320, 280); - this.pbLogo.TabIndex = 2; - this.pbLogo.TabStop = false; - this.pbLogo.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp); - // - // lblDragAndDropTip - // - this.lblDragAndDropTip.BackColor = System.Drawing.Color.White; - this.lblDragAndDropTip.Dock = System.Windows.Forms.DockStyle.Bottom; - this.lblDragAndDropTip.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); - this.lblDragAndDropTip.ForeColor = System.Drawing.Color.Silver; - this.lblDragAndDropTip.Location = new System.Drawing.Point(0, 280); - this.lblDragAndDropTip.Name = "lblDragAndDropTip"; - this.lblDragAndDropTip.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); - this.lblDragAndDropTip.Size = new System.Drawing.Size(320, 64); - this.lblDragAndDropTip.TabIndex = 1; - this.lblDragAndDropTip.Text = "You can drag and drop files to this window"; - this.lblDragAndDropTip.TextAlign = System.Drawing.ContentAlignment.TopCenter; - this.lblDragAndDropTip.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblDragAndDropTip_MouseUp); - // - // lblSplitter - // - this.lblSplitter.BackColor = System.Drawing.Color.Black; - this.lblSplitter.Dock = System.Windows.Forms.DockStyle.Left; - this.lblSplitter.Location = new System.Drawing.Point(0, 0); - this.lblSplitter.Name = "lblSplitter"; - this.lblSplitter.Size = new System.Drawing.Size(1, 407); - this.lblSplitter.TabIndex = 0; - // - // lvUploads - // - this.lvUploads.AutoFillColumn = true; - this.lvUploads.BackColor = System.Drawing.Color.White; - this.lvUploads.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.lvUploads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { - this.chFilename, - this.chStatus, - this.chProgress, - this.chSpeed, - this.chElapsed, - this.chRemaining, - this.chURL}); - this.lvUploads.Dock = System.Windows.Forms.DockStyle.Fill; - this.lvUploads.FullRowSelect = true; - this.lvUploads.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; - this.lvUploads.HideSelection = false; - this.lvUploads.Location = new System.Drawing.Point(0, 0); - this.lvUploads.Name = "lvUploads"; - this.lvUploads.ShowItemToolTips = true; - this.lvUploads.Size = new System.Drawing.Size(335, 407); - 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); - this.lvUploads.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvUploads_KeyDown); - this.lvUploads.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvUploads_MouseDoubleClick); - this.lvUploads.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvUploads_MouseUp); - // - // chFilename - // - this.chFilename.Text = "Filename"; - this.chFilename.Width = 150; - // - // chStatus - // - this.chStatus.Text = "Status"; - // - // chProgress - // - this.chProgress.Text = "Progress"; - this.chProgress.Width = 125; - // - // chSpeed - // - this.chSpeed.Text = "Speed"; - this.chSpeed.Width = 75; - // - // chElapsed - // - this.chElapsed.Text = "Elapsed"; - this.chElapsed.Width = 42; - // - // chRemaining - // - this.chRemaining.Text = "Remaining"; - this.chRemaining.Width = 42; - // - // chURL - // - this.chURL.Text = "URL"; - this.chURL.Width = 150; - // - // 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; - this.pbPreview.EnableRightClickMenu = true; - this.pbPreview.FullscreenOnClick = true; - this.pbPreview.Location = new System.Drawing.Point(0, 0); - this.pbPreview.Name = "pbPreview"; - this.pbPreview.Size = new System.Drawing.Size(323, 407); - this.pbPreview.TabIndex = 0; - // // cmsTaskInfo // + resources.ApplyResources(this.cmsTaskInfo, "cmsTaskInfo"); this.cmsTaskInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowErrors, this.tsmiStopUpload, @@ -1020,26 +885,24 @@ private void InitializeComponent() this.tsmiHideMenu, this.tsmiImagePreview}); this.cmsTaskInfo.Name = "cmsHistory"; - this.cmsTaskInfo.Size = new System.Drawing.Size(164, 318); // // tsmiShowErrors // + resources.ApplyResources(this.tsmiShowErrors, "tsmiShowErrors"); this.tsmiShowErrors.Image = global::ShareX.Properties.Resources.exclamation_button; this.tsmiShowErrors.Name = "tsmiShowErrors"; - this.tsmiShowErrors.Size = new System.Drawing.Size(163, 22); - this.tsmiShowErrors.Text = "Show errors"; this.tsmiShowErrors.Click += new System.EventHandler(this.tsmiShowErrors_Click); // // tsmiStopUpload // + resources.ApplyResources(this.tsmiStopUpload, "tsmiStopUpload"); this.tsmiStopUpload.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiStopUpload.Name = "tsmiStopUpload"; - this.tsmiStopUpload.Size = new System.Drawing.Size(163, 22); - this.tsmiStopUpload.Text = "Stop upload"; this.tsmiStopUpload.Click += new System.EventHandler(this.tsmiStopUpload_Click); // // tsmiOpen // + resources.ApplyResources(this.tsmiOpen, "tsmiOpen"); this.tsmiOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiOpenURL, this.tsmiOpenShortenedURL, @@ -1051,65 +914,57 @@ private void InitializeComponent() this.tsmiOpenThumbnailFile}); this.tsmiOpen.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiOpen.Name = "tsmiOpen"; - this.tsmiOpen.Size = new System.Drawing.Size(163, 22); - this.tsmiOpen.Text = "Open"; // // tsmiOpenURL // + resources.ApplyResources(this.tsmiOpenURL, "tsmiOpenURL"); this.tsmiOpenURL.Name = "tsmiOpenURL"; - this.tsmiOpenURL.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenURL.Text = "URL"; this.tsmiOpenURL.Click += new System.EventHandler(this.tsmiOpenURL_Click); // // tsmiOpenShortenedURL // + resources.ApplyResources(this.tsmiOpenShortenedURL, "tsmiOpenShortenedURL"); this.tsmiOpenShortenedURL.Name = "tsmiOpenShortenedURL"; - this.tsmiOpenShortenedURL.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenShortenedURL.Text = "Shortened URL"; this.tsmiOpenShortenedURL.Click += new System.EventHandler(this.tsmiOpenShortenedURL_Click); // // tsmiOpenThumbnailURL // + resources.ApplyResources(this.tsmiOpenThumbnailURL, "tsmiOpenThumbnailURL"); this.tsmiOpenThumbnailURL.Name = "tsmiOpenThumbnailURL"; - this.tsmiOpenThumbnailURL.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenThumbnailURL.Text = "Thumbnail URL"; this.tsmiOpenThumbnailURL.Click += new System.EventHandler(this.tsmiOpenThumbnailURL_Click); // // tsmiOpenDeletionURL // + resources.ApplyResources(this.tsmiOpenDeletionURL, "tsmiOpenDeletionURL"); this.tsmiOpenDeletionURL.Name = "tsmiOpenDeletionURL"; - this.tsmiOpenDeletionURL.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenDeletionURL.Text = "Deletion URL"; this.tsmiOpenDeletionURL.Click += new System.EventHandler(this.tsmiOpenDeletionURL_Click); // // tssOpen1 // + resources.ApplyResources(this.tssOpen1, "tssOpen1"); this.tssOpen1.Name = "tssOpen1"; - this.tssOpen1.Size = new System.Drawing.Size(153, 6); // // tsmiOpenFile // + resources.ApplyResources(this.tsmiOpenFile, "tsmiOpenFile"); this.tsmiOpenFile.Name = "tsmiOpenFile"; - this.tsmiOpenFile.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenFile.Text = "File"; this.tsmiOpenFile.Click += new System.EventHandler(this.tsmiOpenFile_Click); // // tsmiOpenFolder // + resources.ApplyResources(this.tsmiOpenFolder, "tsmiOpenFolder"); this.tsmiOpenFolder.Name = "tsmiOpenFolder"; - this.tsmiOpenFolder.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenFolder.Text = "Folder"; this.tsmiOpenFolder.Click += new System.EventHandler(this.tsmiOpenFolder_Click); // // tsmiOpenThumbnailFile // + resources.ApplyResources(this.tsmiOpenThumbnailFile, "tsmiOpenThumbnailFile"); this.tsmiOpenThumbnailFile.Name = "tsmiOpenThumbnailFile"; - this.tsmiOpenThumbnailFile.Size = new System.Drawing.Size(156, 22); - this.tsmiOpenThumbnailFile.Text = "Thumbnail file"; this.tsmiOpenThumbnailFile.Click += new System.EventHandler(this.tsmiOpenThumbnailFile_Click); // // tsmiCopy // + resources.ApplyResources(this.tsmiCopy, "tsmiCopy"); this.tsmiCopy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCopyURL, this.tsmiCopyShortenedURL, @@ -1137,287 +992,253 @@ private void InitializeComponent() this.tssCopy5}); this.tsmiCopy.Image = global::ShareX.Properties.Resources.document_copy; this.tsmiCopy.Name = "tsmiCopy"; - this.tsmiCopy.Size = new System.Drawing.Size(163, 22); - this.tsmiCopy.Text = "Copy"; // // tsmiCopyURL // + resources.ApplyResources(this.tsmiCopyURL, "tsmiCopyURL"); this.tsmiCopyURL.Name = "tsmiCopyURL"; - this.tsmiCopyURL.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyURL.Text = "URL"; this.tsmiCopyURL.Click += new System.EventHandler(this.tsmiCopyURL_Click); // // tsmiCopyShortenedURL // + resources.ApplyResources(this.tsmiCopyShortenedURL, "tsmiCopyShortenedURL"); this.tsmiCopyShortenedURL.Name = "tsmiCopyShortenedURL"; - this.tsmiCopyShortenedURL.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyShortenedURL.Text = "Shortened URL"; this.tsmiCopyShortenedURL.Click += new System.EventHandler(this.tsmiCopyShortenedURL_Click); // // tsmiCopyThumbnailURL // + resources.ApplyResources(this.tsmiCopyThumbnailURL, "tsmiCopyThumbnailURL"); this.tsmiCopyThumbnailURL.Name = "tsmiCopyThumbnailURL"; - this.tsmiCopyThumbnailURL.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyThumbnailURL.Text = "Thumbnail URL"; this.tsmiCopyThumbnailURL.Click += new System.EventHandler(this.tsmiCopyThumbnailURL_Click); // // tsmiCopyDeletionURL // + resources.ApplyResources(this.tsmiCopyDeletionURL, "tsmiCopyDeletionURL"); this.tsmiCopyDeletionURL.Name = "tsmiCopyDeletionURL"; - this.tsmiCopyDeletionURL.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyDeletionURL.Text = "Deletion URL"; this.tsmiCopyDeletionURL.Click += new System.EventHandler(this.tsmiCopyDeletionURL_Click); // // tssCopy1 // + resources.ApplyResources(this.tssCopy1, "tssCopy1"); this.tssCopy1.Name = "tssCopy1"; - this.tssCopy1.Size = new System.Drawing.Size(230, 6); // // tsmiCopyFile // + resources.ApplyResources(this.tsmiCopyFile, "tsmiCopyFile"); this.tsmiCopyFile.Name = "tsmiCopyFile"; - this.tsmiCopyFile.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyFile.Text = "File"; this.tsmiCopyFile.Click += new System.EventHandler(this.tsmiCopyFile_Click); // // tsmiCopyImage // + resources.ApplyResources(this.tsmiCopyImage, "tsmiCopyImage"); this.tsmiCopyImage.Name = "tsmiCopyImage"; - this.tsmiCopyImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyImage.Text = "Image"; this.tsmiCopyImage.Click += new System.EventHandler(this.tsmiCopyImage_Click); // // tsmiCopyText // + resources.ApplyResources(this.tsmiCopyText, "tsmiCopyText"); this.tsmiCopyText.Name = "tsmiCopyText"; - this.tsmiCopyText.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyText.Text = "Text"; this.tsmiCopyText.Click += new System.EventHandler(this.tsmiCopyText_Click); // // tsmiCopyThumbnailFile // + resources.ApplyResources(this.tsmiCopyThumbnailFile, "tsmiCopyThumbnailFile"); this.tsmiCopyThumbnailFile.Name = "tsmiCopyThumbnailFile"; - this.tsmiCopyThumbnailFile.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyThumbnailFile.Text = "Thumbnail file"; this.tsmiCopyThumbnailFile.Click += new System.EventHandler(this.tsmiCopyThumbnailFile_Click); // // tsmiCopyThumbnailImage // + resources.ApplyResources(this.tsmiCopyThumbnailImage, "tsmiCopyThumbnailImage"); this.tsmiCopyThumbnailImage.Name = "tsmiCopyThumbnailImage"; - this.tsmiCopyThumbnailImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyThumbnailImage.Text = "Thumbnail image"; this.tsmiCopyThumbnailImage.Click += new System.EventHandler(this.tsmiCopyThumbnailImage_Click); // // tssCopy2 // + resources.ApplyResources(this.tssCopy2, "tssCopy2"); this.tssCopy2.Name = "tssCopy2"; - this.tssCopy2.Size = new System.Drawing.Size(230, 6); // // tsmiCopyHTMLLink // + resources.ApplyResources(this.tsmiCopyHTMLLink, "tsmiCopyHTMLLink"); this.tsmiCopyHTMLLink.Name = "tsmiCopyHTMLLink"; - this.tsmiCopyHTMLLink.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyHTMLLink.Text = "HTML link"; this.tsmiCopyHTMLLink.Click += new System.EventHandler(this.tsmiCopyHTMLLink_Click); // // tsmiCopyHTMLImage // + resources.ApplyResources(this.tsmiCopyHTMLImage, "tsmiCopyHTMLImage"); this.tsmiCopyHTMLImage.Name = "tsmiCopyHTMLImage"; - this.tsmiCopyHTMLImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyHTMLImage.Text = "HTML image"; this.tsmiCopyHTMLImage.Click += new System.EventHandler(this.tsmiCopyHTMLImage_Click); // // tsmiCopyHTMLLinkedImage // + resources.ApplyResources(this.tsmiCopyHTMLLinkedImage, "tsmiCopyHTMLLinkedImage"); this.tsmiCopyHTMLLinkedImage.Name = "tsmiCopyHTMLLinkedImage"; - this.tsmiCopyHTMLLinkedImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyHTMLLinkedImage.Text = "HTML linked image"; this.tsmiCopyHTMLLinkedImage.Click += new System.EventHandler(this.tsmiCopyHTMLLinkedImage_Click); // // tssCopy3 // + resources.ApplyResources(this.tssCopy3, "tssCopy3"); this.tssCopy3.Name = "tssCopy3"; - this.tssCopy3.Size = new System.Drawing.Size(230, 6); // // tsmiCopyForumLink // + resources.ApplyResources(this.tsmiCopyForumLink, "tsmiCopyForumLink"); this.tsmiCopyForumLink.Name = "tsmiCopyForumLink"; - this.tsmiCopyForumLink.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyForumLink.Text = "Forum (BBCode) link"; this.tsmiCopyForumLink.Click += new System.EventHandler(this.tsmiCopyForumLink_Click); // // tsmiCopyForumImage // + resources.ApplyResources(this.tsmiCopyForumImage, "tsmiCopyForumImage"); this.tsmiCopyForumImage.Name = "tsmiCopyForumImage"; - this.tsmiCopyForumImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyForumImage.Text = "Forum (BBCode) image"; this.tsmiCopyForumImage.Click += new System.EventHandler(this.tsmiCopyForumImage_Click); // // tsmiCopyForumLinkedImage // + resources.ApplyResources(this.tsmiCopyForumLinkedImage, "tsmiCopyForumLinkedImage"); this.tsmiCopyForumLinkedImage.Name = "tsmiCopyForumLinkedImage"; - this.tsmiCopyForumLinkedImage.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyForumLinkedImage.Text = "Forum (BBCode) linked image"; this.tsmiCopyForumLinkedImage.Click += new System.EventHandler(this.tsmiCopyForumLinkedImage_Click); // // tssCopy4 // + resources.ApplyResources(this.tssCopy4, "tssCopy4"); this.tssCopy4.Name = "tssCopy4"; - this.tssCopy4.Size = new System.Drawing.Size(230, 6); // // tsmiCopyFilePath // + resources.ApplyResources(this.tsmiCopyFilePath, "tsmiCopyFilePath"); this.tsmiCopyFilePath.Name = "tsmiCopyFilePath"; - this.tsmiCopyFilePath.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyFilePath.Text = "File path"; this.tsmiCopyFilePath.Click += new System.EventHandler(this.tsmiCopyFilePath_Click); // // tsmiCopyFileName // + resources.ApplyResources(this.tsmiCopyFileName, "tsmiCopyFileName"); this.tsmiCopyFileName.Name = "tsmiCopyFileName"; - this.tsmiCopyFileName.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyFileName.Text = "File name"; this.tsmiCopyFileName.Click += new System.EventHandler(this.tsmiCopyFileName_Click); // // tsmiCopyFileNameWithExtension // + resources.ApplyResources(this.tsmiCopyFileNameWithExtension, "tsmiCopyFileNameWithExtension"); this.tsmiCopyFileNameWithExtension.Name = "tsmiCopyFileNameWithExtension"; - this.tsmiCopyFileNameWithExtension.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyFileNameWithExtension.Text = "File name with extension"; this.tsmiCopyFileNameWithExtension.Click += new System.EventHandler(this.tsmiCopyFileNameWithExtension_Click); // // tsmiCopyFolder // + resources.ApplyResources(this.tsmiCopyFolder, "tsmiCopyFolder"); this.tsmiCopyFolder.Name = "tsmiCopyFolder"; - this.tsmiCopyFolder.Size = new System.Drawing.Size(233, 22); - this.tsmiCopyFolder.Text = "Folder"; this.tsmiCopyFolder.Click += new System.EventHandler(this.tsmiCopyFolder_Click); // // tssCopy5 // + resources.ApplyResources(this.tssCopy5, "tssCopy5"); this.tssCopy5.Name = "tssCopy5"; - this.tssCopy5.Size = new System.Drawing.Size(230, 6); - this.tssCopy5.Visible = false; // // tsmiUploadSelectedFile // + resources.ApplyResources(this.tsmiUploadSelectedFile, "tsmiUploadSelectedFile"); this.tsmiUploadSelectedFile.Image = global::ShareX.Properties.Resources.arrow_090; this.tsmiUploadSelectedFile.Name = "tsmiUploadSelectedFile"; - this.tsmiUploadSelectedFile.Size = new System.Drawing.Size(163, 22); - this.tsmiUploadSelectedFile.Text = "Upload"; this.tsmiUploadSelectedFile.Click += new System.EventHandler(this.tsmiUploadSelectedFile_Click); // // tsmiEditSelectedFile // + resources.ApplyResources(this.tsmiEditSelectedFile, "tsmiEditSelectedFile"); this.tsmiEditSelectedFile.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiEditSelectedFile.Name = "tsmiEditSelectedFile"; - this.tsmiEditSelectedFile.Size = new System.Drawing.Size(163, 22); - this.tsmiEditSelectedFile.Text = "Edit image..."; this.tsmiEditSelectedFile.Click += new System.EventHandler(this.tsmiEditSelectedFile_Click); // // tsmiDeleteSelectedFile // + resources.ApplyResources(this.tsmiDeleteSelectedFile, "tsmiDeleteSelectedFile"); this.tsmiDeleteSelectedFile.Image = global::ShareX.Properties.Resources.bin; this.tsmiDeleteSelectedFile.Name = "tsmiDeleteSelectedFile"; - this.tsmiDeleteSelectedFile.Size = new System.Drawing.Size(163, 22); - this.tsmiDeleteSelectedFile.Text = "Delete file locally"; this.tsmiDeleteSelectedFile.Click += new System.EventHandler(this.tsmiDeleteSelectedFile_Click); // // tsmiShortenSelectedURL // + resources.ApplyResources(this.tsmiShortenSelectedURL, "tsmiShortenSelectedURL"); this.tsmiShortenSelectedURL.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiShortenSelectedURL.Name = "tsmiShortenSelectedURL"; - this.tsmiShortenSelectedURL.Size = new System.Drawing.Size(163, 22); - this.tsmiShortenSelectedURL.Text = "Shorten URL"; // // tsmiShareSelectedURL // + resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); this.tsmiShareSelectedURL.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiShareSelectedURL.Name = "tsmiShareSelectedURL"; - this.tsmiShareSelectedURL.Size = new System.Drawing.Size(163, 22); - this.tsmiShareSelectedURL.Text = "Share URL"; // // tsmiShowQRCode // + resources.ApplyResources(this.tsmiShowQRCode, "tsmiShowQRCode"); this.tsmiShowQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiShowQRCode.Name = "tsmiShowQRCode"; - this.tsmiShowQRCode.Size = new System.Drawing.Size(163, 22); - this.tsmiShowQRCode.Text = "Show QR code..."; this.tsmiShowQRCode.Click += new System.EventHandler(this.tsmiShowQRCode_Click); // // tsmiShowResponse // + resources.ApplyResources(this.tsmiShowResponse, "tsmiShowResponse"); this.tsmiShowResponse.Image = global::ShareX.Properties.Resources.application_browser; this.tsmiShowResponse.Name = "tsmiShowResponse"; - this.tsmiShowResponse.Size = new System.Drawing.Size(163, 22); - this.tsmiShowResponse.Text = "Show response..."; this.tsmiShowResponse.Click += new System.EventHandler(this.tsmiShowResponse_Click); // // tsmiClearList // + resources.ApplyResources(this.tsmiClearList, "tsmiClearList"); this.tsmiClearList.Image = global::ShareX.Properties.Resources.eraser; this.tsmiClearList.Name = "tsmiClearList"; - this.tsmiClearList.Size = new System.Drawing.Size(163, 22); - this.tsmiClearList.Text = "Clear list"; this.tsmiClearList.Click += new System.EventHandler(this.tsmiClearList_Click); // // tssUploadInfo1 // + resources.ApplyResources(this.tssUploadInfo1, "tssUploadInfo1"); this.tssUploadInfo1.Name = "tssUploadInfo1"; - this.tssUploadInfo1.Size = new System.Drawing.Size(160, 6); // // tsmiHideMenu // + resources.ApplyResources(this.tsmiHideMenu, "tsmiHideMenu"); this.tsmiHideMenu.Image = global::ShareX.Properties.Resources.layout_select_sidebar; this.tsmiHideMenu.Name = "tsmiHideMenu"; - this.tsmiHideMenu.Size = new System.Drawing.Size(163, 22); - this.tsmiHideMenu.Text = "Hide menu"; this.tsmiHideMenu.Click += new System.EventHandler(this.tsmiHideMenu_Click); // // tsmiImagePreview // + resources.ApplyResources(this.tsmiImagePreview, "tsmiImagePreview"); this.tsmiImagePreview.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImagePreviewShow, this.tsmiImagePreviewHide, this.tsmiImagePreviewAutomatic}); this.tsmiImagePreview.Image = global::ShareX.Properties.Resources.layout_select_content; this.tsmiImagePreview.Name = "tsmiImagePreview"; - this.tsmiImagePreview.Size = new System.Drawing.Size(163, 22); - this.tsmiImagePreview.Text = "Image preview"; // // tsmiImagePreviewShow // + resources.ApplyResources(this.tsmiImagePreviewShow, "tsmiImagePreviewShow"); this.tsmiImagePreviewShow.Checked = true; this.tsmiImagePreviewShow.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiImagePreviewShow.Name = "tsmiImagePreviewShow"; - this.tsmiImagePreviewShow.Size = new System.Drawing.Size(130, 22); - this.tsmiImagePreviewShow.Text = "Show"; this.tsmiImagePreviewShow.Click += new System.EventHandler(this.tsmiImagePreviewShow_Click); // // tsmiImagePreviewHide // + resources.ApplyResources(this.tsmiImagePreviewHide, "tsmiImagePreviewHide"); this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; - this.tsmiImagePreviewHide.Size = new System.Drawing.Size(130, 22); - this.tsmiImagePreviewHide.Text = "Hide"; this.tsmiImagePreviewHide.Click += new System.EventHandler(this.tsmiImagePreviewHide_Click); // // tsmiImagePreviewAutomatic // + resources.ApplyResources(this.tsmiImagePreviewAutomatic, "tsmiImagePreviewAutomatic"); this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; - this.tsmiImagePreviewAutomatic.Size = new System.Drawing.Size(130, 22); - this.tsmiImagePreviewAutomatic.Text = "Automatic"; this.tsmiImagePreviewAutomatic.Click += new System.EventHandler(this.tsmiImagePreviewAutomatic_Click); // // niTray // + resources.ApplyResources(this.niTray, "niTray"); this.niTray.ContextMenuStrip = this.cmsTray; - this.niTray.Text = "ShareX"; this.niTray.BalloonTipClicked += new System.EventHandler(this.niTray_BalloonTipClicked); this.niTray.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseDoubleClick); this.niTray.MouseUp += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseUp); // // cmsTray // + resources.ApplyResources(this.cmsTray, "cmsTray"); this.cmsTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayCapture, this.tsmiTrayUpload, @@ -1440,10 +1261,10 @@ private void InitializeComponent() this.tsmiTrayShow, this.tsmiTrayExit}); this.cmsTray.Name = "cmsTray"; - this.cmsTray.Size = new System.Drawing.Size(189, 396); // // tsmiTrayCapture // + resources.ApplyResources(this.tsmiTrayCapture, "tsmiTrayCapture"); this.tsmiTrayCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayFullscreen, this.tsmiTrayWindow, @@ -1464,146 +1285,128 @@ private void InitializeComponent() this.tsmiTrayAutoCapture}); this.tsmiTrayCapture.Image = global::ShareX.Properties.Resources.camera; this.tsmiTrayCapture.Name = "tsmiTrayCapture"; - this.tsmiTrayCapture.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayCapture.Text = "Capture"; this.tsmiTrayCapture.DropDownOpening += new System.EventHandler(this.tsmiCapture_DropDownOpening); // // tsmiTrayFullscreen // + resources.ApplyResources(this.tsmiTrayFullscreen, "tsmiTrayFullscreen"); this.tsmiTrayFullscreen.Image = global::ShareX.Properties.Resources.layer; this.tsmiTrayFullscreen.Name = "tsmiTrayFullscreen"; - this.tsmiTrayFullscreen.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayFullscreen.Text = "Fullscreen"; this.tsmiTrayFullscreen.Click += new System.EventHandler(this.tsmiTrayFullscreen_Click); // // tsmiTrayWindow // + resources.ApplyResources(this.tsmiTrayWindow, "tsmiTrayWindow"); this.tsmiTrayWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiTrayWindow.Name = "tsmiTrayWindow"; - this.tsmiTrayWindow.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayWindow.Text = "Window"; // // tsmiTrayMonitor // + resources.ApplyResources(this.tsmiTrayMonitor, "tsmiTrayMonitor"); this.tsmiTrayMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitor.Name = "tsmiTrayMonitor"; - this.tsmiTrayMonitor.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayMonitor.Text = "Monitor"; // // tsmiTrayRectangle // + resources.ApplyResources(this.tsmiTrayRectangle, "tsmiTrayRectangle"); this.tsmiTrayRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiTrayRectangle.Name = "tsmiTrayRectangle"; - this.tsmiTrayRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayRectangle.Text = "Rectangle"; this.tsmiTrayRectangle.Click += new System.EventHandler(this.tsmiTrayRectangle_Click); // // tsmiTrayWindowRectangle // + resources.ApplyResources(this.tsmiTrayWindowRectangle, "tsmiTrayWindowRectangle"); this.tsmiTrayWindowRectangle.Image = global::ShareX.Properties.Resources.layers_ungroup; this.tsmiTrayWindowRectangle.Name = "tsmiTrayWindowRectangle"; - this.tsmiTrayWindowRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayWindowRectangle.Text = "Rectangle (Objects)"; this.tsmiTrayWindowRectangle.Click += new System.EventHandler(this.tsmiTrayWindowRectangle_Click); // // tsmiTrayRectangleAnnotate // + resources.ApplyResources(this.tsmiTrayRectangleAnnotate, "tsmiTrayRectangleAnnotate"); this.tsmiTrayRectangleAnnotate.Image = global::ShareX.Properties.Resources.layer_pencil; this.tsmiTrayRectangleAnnotate.Name = "tsmiTrayRectangleAnnotate"; - this.tsmiTrayRectangleAnnotate.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayRectangleAnnotate.Text = "Rectangle (Annotate)"; this.tsmiTrayRectangleAnnotate.Click += new System.EventHandler(this.tsmiTrayRectangleAnnotate_Click); // // tsmiTrayRectangleLight // + resources.ApplyResources(this.tsmiTrayRectangleLight, "tsmiTrayRectangleLight"); this.tsmiTrayRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiTrayRectangleLight.Name = "tsmiTrayRectangleLight"; - this.tsmiTrayRectangleLight.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayRectangleLight.Text = "Rectangle (Light)"; this.tsmiTrayRectangleLight.Click += new System.EventHandler(this.tsmiTrayRectangleLight_Click); // // tsmiTrayRoundedRectangle // + resources.ApplyResources(this.tsmiTrayRoundedRectangle, "tsmiTrayRoundedRectangle"); this.tsmiTrayRoundedRectangle.Image = global::ShareX.Properties.Resources.layer_shape_round; this.tsmiTrayRoundedRectangle.Name = "tsmiTrayRoundedRectangle"; - this.tsmiTrayRoundedRectangle.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayRoundedRectangle.Text = "Rounded rectangle"; this.tsmiTrayRoundedRectangle.Click += new System.EventHandler(this.tsmiTrayRoundedRectangle_Click); // // tsmiTrayEllipse // + resources.ApplyResources(this.tsmiTrayEllipse, "tsmiTrayEllipse"); this.tsmiTrayEllipse.Image = global::ShareX.Properties.Resources.layer_shape_ellipse; this.tsmiTrayEllipse.Name = "tsmiTrayEllipse"; - this.tsmiTrayEllipse.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayEllipse.Text = "Ellipse"; this.tsmiTrayEllipse.Click += new System.EventHandler(this.tsmiTrayEllipse_Click); // // tsmiTrayTriangle // + resources.ApplyResources(this.tsmiTrayTriangle, "tsmiTrayTriangle"); this.tsmiTrayTriangle.Image = global::ShareX.Properties.Resources.Triangle; this.tsmiTrayTriangle.Name = "tsmiTrayTriangle"; - this.tsmiTrayTriangle.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayTriangle.Text = "Triangle"; this.tsmiTrayTriangle.Click += new System.EventHandler(this.tsmiTrayTriangle_Click); // // tsmiTrayDiamond // + resources.ApplyResources(this.tsmiTrayDiamond, "tsmiTrayDiamond"); this.tsmiTrayDiamond.Image = global::ShareX.Properties.Resources.Diamond; this.tsmiTrayDiamond.Name = "tsmiTrayDiamond"; - this.tsmiTrayDiamond.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayDiamond.Text = "Diamond"; this.tsmiTrayDiamond.Click += new System.EventHandler(this.tsmiTrayDiamond_Click); // // tsmiTrayPolygon // + resources.ApplyResources(this.tsmiTrayPolygon, "tsmiTrayPolygon"); this.tsmiTrayPolygon.Image = global::ShareX.Properties.Resources.layer_shape_polygon; this.tsmiTrayPolygon.Name = "tsmiTrayPolygon"; - this.tsmiTrayPolygon.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayPolygon.Text = "Polygon"; this.tsmiTrayPolygon.Click += new System.EventHandler(this.tsmiTrayPolygon_Click); // // tsmiTrayFreeHand // + resources.ApplyResources(this.tsmiTrayFreeHand, "tsmiTrayFreeHand"); this.tsmiTrayFreeHand.Image = global::ShareX.Properties.Resources.layer_shape_curve; this.tsmiTrayFreeHand.Name = "tsmiTrayFreeHand"; - this.tsmiTrayFreeHand.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayFreeHand.Text = "Freehand"; this.tsmiTrayFreeHand.Click += new System.EventHandler(this.tsmiTrayFreeHand_Click); // // tsmiTrayLastRegion // + resources.ApplyResources(this.tsmiTrayLastRegion, "tsmiTrayLastRegion"); this.tsmiTrayLastRegion.Image = global::ShareX.Properties.Resources.layers_arrange; this.tsmiTrayLastRegion.Name = "tsmiTrayLastRegion"; - this.tsmiTrayLastRegion.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayLastRegion.Text = "Last region"; this.tsmiTrayLastRegion.Click += new System.EventHandler(this.tsmiTrayLastRegion_Click); // // screenRecordingFFmpegToolStripMenuItem // + resources.ApplyResources(this.screenRecordingFFmpegToolStripMenuItem, "screenRecordingFFmpegToolStripMenuItem"); this.screenRecordingFFmpegToolStripMenuItem.Image = global::ShareX.Properties.Resources.camcorder_image; this.screenRecordingFFmpegToolStripMenuItem.Name = "screenRecordingFFmpegToolStripMenuItem"; - this.screenRecordingFFmpegToolStripMenuItem.Size = new System.Drawing.Size(217, 22); - this.screenRecordingFFmpegToolStripMenuItem.Text = "Screen recording (FFmpeg)"; this.screenRecordingFFmpegToolStripMenuItem.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiTrayScreenRecordingGIF // + resources.ApplyResources(this.tsmiTrayScreenRecordingGIF, "tsmiTrayScreenRecordingGIF"); this.tsmiTrayScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiTrayScreenRecordingGIF.Name = "tsmiTrayScreenRecordingGIF"; - this.tsmiTrayScreenRecordingGIF.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayScreenRecordingGIF.Text = "Screen recording (GIF)"; this.tsmiTrayScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiTrayAutoCapture // + resources.ApplyResources(this.tsmiTrayAutoCapture, "tsmiTrayAutoCapture"); this.tsmiTrayAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiTrayAutoCapture.Name = "tsmiTrayAutoCapture"; - this.tsmiTrayAutoCapture.Size = new System.Drawing.Size(217, 22); - this.tsmiTrayAutoCapture.Text = "Auto capture..."; this.tsmiTrayAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tsmiTrayUpload // + resources.ApplyResources(this.tsmiTrayUpload, "tsmiTrayUpload"); this.tsmiTrayUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayUploadFile, this.tsmiTrayUploadFolder, @@ -1612,58 +1415,51 @@ private void InitializeComponent() this.tsmiTrayUploadDragDrop}); this.tsmiTrayUpload.Image = global::ShareX.Properties.Resources.arrow_090; this.tsmiTrayUpload.Name = "tsmiTrayUpload"; - this.tsmiTrayUpload.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayUpload.Text = "Upload"; // // tsmiTrayUploadFile // + resources.ApplyResources(this.tsmiTrayUploadFile, "tsmiTrayUploadFile"); this.tsmiTrayUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiTrayUploadFile.Name = "tsmiTrayUploadFile"; - this.tsmiTrayUploadFile.Size = new System.Drawing.Size(203, 22); - this.tsmiTrayUploadFile.Text = "Upload file..."; this.tsmiTrayUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiTrayUploadFolder // + resources.ApplyResources(this.tsmiTrayUploadFolder, "tsmiTrayUploadFolder"); this.tsmiTrayUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiTrayUploadFolder.Name = "tsmiTrayUploadFolder"; - this.tsmiTrayUploadFolder.Size = new System.Drawing.Size(203, 22); - this.tsmiTrayUploadFolder.Text = "Upload folder..."; this.tsmiTrayUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiTrayUploadClipboard // + resources.ApplyResources(this.tsmiTrayUploadClipboard, "tsmiTrayUploadClipboard"); this.tsmiTrayUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiTrayUploadClipboard.Name = "tsmiTrayUploadClipboard"; - this.tsmiTrayUploadClipboard.Size = new System.Drawing.Size(203, 22); - this.tsmiTrayUploadClipboard.Text = "Upload from clipboard..."; this.tsmiTrayUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiTrayUploadURL // + resources.ApplyResources(this.tsmiTrayUploadURL, "tsmiTrayUploadURL"); this.tsmiTrayUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiTrayUploadURL.Name = "tsmiTrayUploadURL"; - this.tsmiTrayUploadURL.Size = new System.Drawing.Size(203, 22); - this.tsmiTrayUploadURL.Text = "Upload from URL..."; this.tsmiTrayUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiTrayUploadDragDrop // + resources.ApplyResources(this.tsmiTrayUploadDragDrop, "tsmiTrayUploadDragDrop"); this.tsmiTrayUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiTrayUploadDragDrop.Name = "tsmiTrayUploadDragDrop"; - this.tsmiTrayUploadDragDrop.Size = new System.Drawing.Size(203, 22); - this.tsmiTrayUploadDragDrop.Text = "Drag and drop upload..."; this.tsmiTrayUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsmiTrayWorkflows // + resources.ApplyResources(this.tsmiTrayWorkflows, "tsmiTrayWorkflows"); this.tsmiTrayWorkflows.Image = global::ShareX.Properties.Resources.categories; this.tsmiTrayWorkflows.Name = "tsmiTrayWorkflows"; - this.tsmiTrayWorkflows.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayWorkflows.Text = "Workflows"; // // tsmiTrayTools // + resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools"); this.tsmiTrayTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayScreenColorPicker, this.tsmiTrayImageEditor, @@ -1678,118 +1474,104 @@ private void InitializeComponent() this.tsmiTrayMonitorTest}); this.tsmiTrayTools.Image = global::ShareX.Properties.Resources.toolbox; this.tsmiTrayTools.Name = "tsmiTrayTools"; - this.tsmiTrayTools.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayTools.Text = "Tools"; // // tsmiTrayScreenColorPicker // + resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker"); this.tsmiTrayScreenColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiTrayScreenColorPicker.Name = "tsmiTrayScreenColorPicker"; - this.tsmiTrayScreenColorPicker.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayScreenColorPicker.Text = "Screen color picker..."; this.tsmiTrayScreenColorPicker.Click += new System.EventHandler(this.tsmiCursorHelper_Click); // // tsmiTrayImageEditor // + resources.ApplyResources(this.tsmiTrayImageEditor, "tsmiTrayImageEditor"); this.tsmiTrayImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiTrayImageEditor.Name = "tsmiTrayImageEditor"; - this.tsmiTrayImageEditor.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayImageEditor.Text = "Image editor..."; this.tsmiTrayImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiTrayImageEffects // + resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects"); this.tsmiTrayImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiTrayImageEffects.Name = "tsmiTrayImageEffects"; - this.tsmiTrayImageEffects.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayImageEffects.Text = "Image effects..."; this.tsmiTrayImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiTrayHashCheck // + resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck"); this.tsmiTrayHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiTrayHashCheck.Name = "tsmiTrayHashCheck"; - this.tsmiTrayHashCheck.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayHashCheck.Text = "Hash check..."; this.tsmiTrayHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiTrayDNSChanger // + resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger"); this.tsmiTrayDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiTrayDNSChanger.Name = "tsmiTrayDNSChanger"; - this.tsmiTrayDNSChanger.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayDNSChanger.Text = "DNS changer..."; this.tsmiTrayDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiTrayQRCode // + resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode"); this.tsmiTrayQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiTrayQRCode.Name = "tsmiTrayQRCode"; - this.tsmiTrayQRCode.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayQRCode.Text = "QR code..."; this.tsmiTrayQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiTrayIndexFolder // + resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder"); this.tsmiTrayIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiTrayIndexFolder.Name = "tsmiTrayIndexFolder"; - this.tsmiTrayIndexFolder.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayIndexFolder.Text = "Index folder..."; this.tsmiTrayIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiTrayRuler // + resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler"); this.tsmiTrayRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiTrayRuler.Name = "tsmiTrayRuler"; - this.tsmiTrayRuler.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayRuler.Text = "Ruler..."; this.tsmiTrayRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiTrayFTPClient // + resources.ApplyResources(this.tsmiTrayFTPClient, "tsmiTrayFTPClient"); this.tsmiTrayFTPClient.Image = global::ShareX.Properties.Resources.application_network; this.tsmiTrayFTPClient.Name = "tsmiTrayFTPClient"; - this.tsmiTrayFTPClient.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayFTPClient.Text = "FTP client..."; this.tsmiTrayFTPClient.Click += new System.EventHandler(this.tsmiFTPClient_Click); // // tsmiTrayTweetMessage // + resources.ApplyResources(this.tsmiTrayTweetMessage, "tsmiTrayTweetMessage"); this.tsmiTrayTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTrayTweetMessage.Name = "tsmiTrayTweetMessage"; - this.tsmiTrayTweetMessage.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayTweetMessage.Text = "Tweet message..."; this.tsmiTrayTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiTrayMonitorTest // + resources.ApplyResources(this.tsmiTrayMonitorTest, "tsmiTrayMonitorTest"); this.tsmiTrayMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitorTest.Name = "tsmiTrayMonitorTest"; - this.tsmiTrayMonitorTest.Size = new System.Drawing.Size(183, 22); - this.tsmiTrayMonitorTest.Text = "Monitor test..."; this.tsmiTrayMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssTray1 // + resources.ApplyResources(this.tssTray1, "tssTray1"); this.tssTray1.Name = "tssTray1"; - this.tssTray1.Size = new System.Drawing.Size(185, 6); // // tsmiTrayAfterCaptureTasks // + resources.ApplyResources(this.tsmiTrayAfterCaptureTasks, "tsmiTrayAfterCaptureTasks"); this.tsmiTrayAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; this.tsmiTrayAfterCaptureTasks.Name = "tsmiTrayAfterCaptureTasks"; - this.tsmiTrayAfterCaptureTasks.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayAfterCaptureTasks.Text = "After capture"; // // tsmiTrayAfterUploadTasks // + resources.ApplyResources(this.tsmiTrayAfterUploadTasks, "tsmiTrayAfterUploadTasks"); this.tsmiTrayAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; this.tsmiTrayAfterUploadTasks.Name = "tsmiTrayAfterUploadTasks"; - this.tsmiTrayAfterUploadTasks.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayAfterUploadTasks.Text = "After upload"; // // tsmiTrayDestinations // + resources.ApplyResources(this.tsmiTrayDestinations, "tsmiTrayDestinations"); this.tsmiTrayDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayImageUploaders, this.tsmiTrayTextUploaders, @@ -1800,167 +1582,144 @@ private void InitializeComponent() this.tsmiTrayDestinationSettings}); this.tsmiTrayDestinations.Image = global::ShareX.Properties.Resources.drive_globe; this.tsmiTrayDestinations.Name = "tsmiTrayDestinations"; - this.tsmiTrayDestinations.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayDestinations.Text = "Destinations"; this.tsmiTrayDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiTrayImageUploaders // + resources.ApplyResources(this.tsmiTrayImageUploaders, "tsmiTrayImageUploaders"); this.tsmiTrayImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiTrayImageUploaders.Name = "tsmiTrayImageUploaders"; - this.tsmiTrayImageUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayImageUploaders.Text = "Image uploaders"; // // tsmiTrayTextUploaders // + resources.ApplyResources(this.tsmiTrayTextUploaders, "tsmiTrayTextUploaders"); this.tsmiTrayTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTrayTextUploaders.Name = "tsmiTrayTextUploaders"; - this.tsmiTrayTextUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayTextUploaders.Text = "Text uploaders"; // // tsmiTrayFileUploaders // + resources.ApplyResources(this.tsmiTrayFileUploaders, "tsmiTrayFileUploaders"); this.tsmiTrayFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTrayFileUploaders.Name = "tsmiTrayFileUploaders"; - this.tsmiTrayFileUploaders.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayFileUploaders.Text = "File uploaders"; // // tsmiTrayURLShorteners // + resources.ApplyResources(this.tsmiTrayURLShorteners, "tsmiTrayURLShorteners"); this.tsmiTrayURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTrayURLShorteners.Name = "tsmiTrayURLShorteners"; - this.tsmiTrayURLShorteners.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayURLShorteners.Text = "URL shorteners"; // // tsmiTrayURLSharingServices // + resources.ApplyResources(this.tsmiTrayURLSharingServices, "tsmiTrayURLSharingServices"); this.tsmiTrayURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTrayURLSharingServices.Name = "tsmiTrayURLSharingServices"; - this.tsmiTrayURLSharingServices.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayURLSharingServices.Text = "URL sharing services"; // // tssTrayDestinations1 // + resources.ApplyResources(this.tssTrayDestinations1, "tssTrayDestinations1"); this.tssTrayDestinations1.Name = "tssTrayDestinations1"; - this.tssTrayDestinations1.Size = new System.Drawing.Size(184, 6); // // tsmiTrayDestinationSettings // + resources.ApplyResources(this.tsmiTrayDestinationSettings, "tsmiTrayDestinationSettings"); this.tsmiTrayDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiTrayDestinationSettings.Name = "tsmiTrayDestinationSettings"; - this.tsmiTrayDestinationSettings.Size = new System.Drawing.Size(187, 22); - this.tsmiTrayDestinationSettings.Text = "Destination settings..."; this.tsmiTrayDestinationSettings.Click += new System.EventHandler(this.tsbDestinationSettings_Click); // // tsmiTrayApplicationSettings // + resources.ApplyResources(this.tsmiTrayApplicationSettings, "tsmiTrayApplicationSettings"); this.tsmiTrayApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; this.tsmiTrayApplicationSettings.Name = "tsmiTrayApplicationSettings"; - this.tsmiTrayApplicationSettings.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayApplicationSettings.Text = "Application settings..."; this.tsmiTrayApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsmiTrayTaskSettings // + resources.ApplyResources(this.tsmiTrayTaskSettings, "tsmiTrayTaskSettings"); this.tsmiTrayTaskSettings.Image = global::ShareX.Properties.Resources.gear; this.tsmiTrayTaskSettings.Name = "tsmiTrayTaskSettings"; - this.tsmiTrayTaskSettings.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayTaskSettings.Text = "Task settings..."; this.tsmiTrayTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsmiTrayHotkeySettings // + resources.ApplyResources(this.tsmiTrayHotkeySettings, "tsmiTrayHotkeySettings"); this.tsmiTrayHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; this.tsmiTrayHotkeySettings.Name = "tsmiTrayHotkeySettings"; - this.tsmiTrayHotkeySettings.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayHotkeySettings.Text = "Hotkey settings..."; this.tsmiTrayHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tssTray2 // + resources.ApplyResources(this.tssTray2, "tssTray2"); this.tssTray2.Name = "tssTray2"; - this.tssTray2.Size = new System.Drawing.Size(185, 6); // // tsmiScreenshotsFolder // + resources.ApplyResources(this.tsmiScreenshotsFolder, "tsmiScreenshotsFolder"); this.tsmiScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; this.tsmiScreenshotsFolder.Name = "tsmiScreenshotsFolder"; - this.tsmiScreenshotsFolder.Size = new System.Drawing.Size(188, 22); - this.tsmiScreenshotsFolder.Text = "Screenshots folder..."; this.tsmiScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsmiTrayHistory // + resources.ApplyResources(this.tsmiTrayHistory, "tsmiTrayHistory"); this.tsmiTrayHistory.Image = global::ShareX.Properties.Resources.application_blog; this.tsmiTrayHistory.Name = "tsmiTrayHistory"; - this.tsmiTrayHistory.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayHistory.Text = "History..."; this.tsmiTrayHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsmiTrayImageHistory // + resources.ApplyResources(this.tsmiTrayImageHistory, "tsmiTrayImageHistory"); this.tsmiTrayImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; this.tsmiTrayImageHistory.Name = "tsmiTrayImageHistory"; - this.tsmiTrayImageHistory.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayImageHistory.Text = "Image history..."; this.tsmiTrayImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsmiTrayDonate // + resources.ApplyResources(this.tsmiTrayDonate, "tsmiTrayDonate"); this.tsmiTrayDonate.Image = global::ShareX.Properties.Resources.heart; this.tsmiTrayDonate.Name = "tsmiTrayDonate"; - this.tsmiTrayDonate.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayDonate.Text = "Donate..."; this.tsmiTrayDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsmiTrayAbout // + resources.ApplyResources(this.tsmiTrayAbout, "tsmiTrayAbout"); this.tsmiTrayAbout.Image = global::ShareX.Properties.Resources.crown; this.tsmiTrayAbout.Name = "tsmiTrayAbout"; - this.tsmiTrayAbout.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayAbout.Text = "About..."; this.tsmiTrayAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // tssTray3 // + resources.ApplyResources(this.tssTray3, "tssTray3"); this.tssTray3.Name = "tssTray3"; - this.tssTray3.Size = new System.Drawing.Size(185, 6); // // tsmiTrayShow // + resources.ApplyResources(this.tsmiTrayShow, "tsmiTrayShow"); this.tsmiTrayShow.Image = global::ShareX.Properties.Resources.tick_button; this.tsmiTrayShow.Name = "tsmiTrayShow"; - this.tsmiTrayShow.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayShow.Text = "Show ShareX window"; this.tsmiTrayShow.Click += new System.EventHandler(this.tsmiTrayShow_Click); // // tsmiTrayExit // + resources.ApplyResources(this.tsmiTrayExit, "tsmiTrayExit"); this.tsmiTrayExit.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiTrayExit.Name = "tsmiTrayExit"; - this.tsmiTrayExit.Size = new System.Drawing.Size(188, 22); - this.tsmiTrayExit.Text = "Exit"; this.tsmiTrayExit.Click += new System.EventHandler(this.tsmiTrayExit_Click); // // ssToolStripMenuItem // + resources.ApplyResources(this.ssToolStripMenuItem, "ssToolStripMenuItem"); this.ssToolStripMenuItem.Name = "ssToolStripMenuItem"; - this.ssToolStripMenuItem.Size = new System.Drawing.Size(152, 22); - this.ssToolStripMenuItem.Text = "ss"; // // MainForm // + resources.ApplyResources(this, "$this"); this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(834, 407); this.Controls.Add(this.scMain); this.Controls.Add(this.tsMain); this.DoubleBuffered = true; - this.MinimumSize = new System.Drawing.Size(400, 250); this.Name = "MainForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Shown += new System.EventHandler(this.MainForm_Shown); @@ -1969,13 +1728,13 @@ private void InitializeComponent() this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainForm_DragEnter); this.Resize += new System.EventHandler(this.MainForm_Resize); - this.tsMain.ResumeLayout(false); - this.tsMain.PerformLayout(); this.scMain.Panel1.ResumeLayout(false); this.scMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit(); this.scMain.ResumeLayout(false); this.pBackground.ResumeLayout(false); + this.tsMain.ResumeLayout(false); + this.tsMain.PerformLayout(); this.cmsTaskInfo.ResumeLayout(false); this.cmsTray.ResumeLayout(false); this.ResumeLayout(false); diff --git a/ShareX/Forms/MainForm.resx b/ShareX/Forms/MainForm.resx index 80fe31c57..865fe37fe 100644 --- a/ShareX/Forms/MainForm.resx +++ b/ShareX/Forms/MainForm.resx @@ -117,19 +117,2575 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 + + + 188, 22 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Thumbnail image + + + Monitor test... + + + cmsTaskInfo + + + HTML linked image + + + 320, 280 + + + Last region + + + tsmiTrayFullscreen + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + False + + + History... + + + 150 + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayIndexFolder + + + 188, 22 + + + 157, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbScreenshotsFolder + + + 233, 22 + + + tsmiCopyThumbnailImage + + + Magenta + + + tsmiCopyHTMLLink + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 323, 407 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + History... + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiUploadFolder + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 173, 22 + + + Image history... + + + 188, 22 + + + Upload + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 203, 22 + + + tsmiCopyFilePath + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Drag and drop upload... + + + tsmiFreeHand + + + After upload + + + tsmiScreenColorPicker + + + Filename + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayRectangleAnnotate + + + 187, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hash check... + + + DNS changer... + + + URL shorteners + + + tsmiURLSharingServices + + + + Fill + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 160, 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Destinations + + + 217, 22 + + + 217, 22 + + + 157, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Auto capture... + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + Debug + + + tsddbCapture + + + scMain.Panel2 + + + tsmiCopyText + + + Magenta + + + 173, 22 + + + Shorten URL + + + tssCopy5 + + + 188, 22 + + + tsmiRoundedRectangle + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Auto capture... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbTaskSettings + + + 217, 22 + + + TopCenter + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + niTray + + + tsmiDestinationSettings + + + Debug log... + + + 233, 22 + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImageEffects + + + tsmiWindowRectangle + + + 217, 22 + + + 163, 22 + + + Destination settings... + + + chRemaining + + + Magenta + + + $this + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Thumbnail file + + + URL + + + Fullscreen + + + tsmiTestURLSharing + + + tsmiTrayTaskSettings + + + MiddleLeft + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainForm + + + tsmiTrayPolygon + + + tsmiOpenURL + + + 233, 22 + + + Index folder... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scMain + + + 187, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssDestinations1 + + + tsmiCopyHTMLLinkedImage + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShowErrors + + + 230, 6 + + + 2 + + + 163, 22 + + + 187, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Left + + + 0, 0 + + + Screen recording (FFmpeg) + + + tsbHotkeySettings + + + 188, 22 + + + 188, 22 + + + tsmiTrayShow + + + tsmiTrayUploadDragDrop + + + tsmiTrayScreenRecordingGIF + + + MiddleLeft + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiRectangleAnnotate + + + 233, 22 + + + 230, 6 + + + 188, 22 + + + Window + + + tsmiTrayUpload + + + tsmiCopyThumbnailFile + + + Open + + + Speed + + + scMain + + + tsmiShowQRCode + + + 188, 22 + + + 230, 6 + + + tsmiCopyThumbnailURL + + + tssCopy4 + + + tsmiTestFileUpload + + + Text uploaders + + + MiddleLeft + + + tsmiOpenFolder + + + Forum (BBCode) linked image + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + FTP client... + + + 664, 407 + + + 233, 22 + + + Microsoft Sans Serif, 18pt + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upload + + + tssCopy3 + + + FTP client... + + + Image uploaders + + + scMain.Panel1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + URL shorteners + + + tsmiTrayAutoCapture + + + 217, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssTray2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayScreenColorPicker + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 42 + + + Upload from clipboard... + + + tsmiHideMenu + + + Upload from clipboard... + + + ssToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 188, 22 + + + tssOpen1 + + + tsmiCopyHTMLImage + + + Folder + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 75 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 153, 6 + + + tsmiTrayRuler + + + chSpeed + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rectangle (Annotate) + + + 183, 22 + + + 217, 22 + + + Ellipse + + + 164, 318 + + + 217, 22 + + + 335, 407 + + + 233, 22 + + + Image history... + + + 8, 40 + + + 157, 20 + + + Monitor + + + cmsTray + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + tsmiRuler + + + 188, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Screen color picker... + + + tsmiFileUploaders + + + tsmiTrayHashCheck + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiUploadClipboard + + + 0, 280 + + + Donate... + + + 163, 22 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + URL sharing services + + + 163, 22 + + + tsmiIndexFolder + + + 157, 20 + + + After upload tasks + + + File uploaders + + + 156, 22 + + + Screen recording (FFmpeg) + + + ShareX + + + Task settings... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Screenshots folder... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 233, 22 + + + Show response... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayWindowRectangle + + + Upload file... + + + Automatic + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Image editor... + + + Test uploaders... + + + 203, 22 + + + tsmiTrayExit + + + File uploaders + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + tsmiTriangle + + + False + + + 188, 22 + + + Hotkey settings... + + + tsmiUploadFile + + + Tools + + + scMain.Panel2 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rounded rectangle + + + File + + + tsmiOpenThumbnailFile + + + 157, 20 + + + 217, 22 + + + Rectangle + + + tsmiOpenShortenedURL + + + tssTrayDestinations1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 170, 407 + + + tsddbAfterUploadTasks + + + HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tsmiTrayUploadFolder + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Deletion URL + + + DNS changer... + + + pBackground + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + tsmiRectangleLight + + + 1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiLastRegion + + + Rounded rectangle + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 6 + + + Triangle + + + tsmiTrayMonitorTest + + + Progress + + + tsmiTrayHotkeySettings + + + 233, 22 + + + 217, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 163, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + tsmiTrayUploadURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImagePreviewAutomatic + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + Upload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 188, 22 + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShareSelectedURL + + + tsmiQRCode + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayURLShorteners + + + 156, 22 + + + 2 + + + tsmiOpen + + + chElapsed + + + File + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 834, 407 + + + 1 + + + 217, 22 + + + tsmiTrayURLSharingServices + + + tsmiUploadDragDrop + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + pBackground + + + Test text upload + + + Rectangle (Light) + + + tsmiCopyShortenedURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 163, 22 + + + Tweet message... + + + Thumbnail file + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTextUploaders + + + Image preview + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayTweetMessage + + + QR code... + + + 217, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 188, 22 + + + tsmiImagePreviewHide + + + tsbHistory + + + tsmiCopyFolder + + + tsmiMonitorTest + + + 188, 22 + + + Magenta + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Destinations + + + $this + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayRoundedRectangle + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiURLShorteners + + + tsmiTrayUploadClipboard + + + tsmiTrayCapture + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 187, 22 + + + chFilename + + + Workflows + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + tsmiCopyForumLinkedImage + + + 217, 22 + + + Test URL shortener + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayTools + + + Task settings... + + + tsmiScreenshotsFolder + + + 130, 22 + + + HTML link + + + 217, 22 + + + 187, 22 + + + screenRecordingFFmpegToolStripMenuItem + + + Rectangle (Annotate) + + + tssCopy2 + + + Fill + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayRectangle + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + chProgress + + + Polygon + + + Upload from URL... + + + CenterScreen + + + tsddbDestinations + + + Ruler... + + + QR code... + + + 1, 407 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayQRCode + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + Thumbnail URL + + + 170, 0 + + + 189, 396 + + + 173, 22 + + + 0, 0 + + + 233, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + 130, 22 + + + 1 + + + You can drag and drop files to this window + + + Show ShareX window + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Folder + + + + + + Edit image... + + + Capture + + + tssUploadInfo1 + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + Deletion URL + + + chStatus + + + tsmiOpenDeletionURL + + + 183, 22 + + + tsmiTrayImageUploaders + + + Forum (BBCode) link + + + 233, 22 + + + tsmiDiamond + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + Delete file locally + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom + + + tsmiAbout + + + tsmiImagePreview + + + 125 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShortenSelectedURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + Polygon + + + Remaining + + + File name + + + 2 + + + Rectangle (Objects) + + + Test file upload + + + MiddleLeft + + + tsmiMonitor + + + 183, 22 + + + 163, 22 + + + Magenta + + + Forum (BBCode) image + + + Upload folder... + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Last region + + + Image editor... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + File path + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + pBackground + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rectangle + + + 156, 22 + + + 187, 22 + + + 157, 20 + + + 157, 20 + + + 163, 22 + + + 233, 22 + + + 188, 22 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 203, 22 + + + 0, 0 + + + Elapsed + + + tsmiCopyFileName + + + tsmiEllipse + + + 42 + + + Screen recording (GIF) + + + Show errors + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + Shortened URL + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 183, 22 + + + MiddleLeft + + + Magenta + + + 157, 20 + + + 157, 6 + + + 163, 22 + + + 187, 22 + + + pbPreview + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiCopyForumLink + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 400, 250 + + + Magenta + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 163, 22 + + + 187, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayHistory + + + tsmiTrayTriangle + + + tssTray1 + + + Image + + + tsmiRectangle + + + tsmiTrayImageEffects + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + tsmiDNSChanger + + + HTML image + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + MiddleLeft + + + tsmiImagePreviewShow + + + tsmiTrayAfterCaptureTasks + + + 183, 22 + + + tsmiTrayFTPClient + + + 173, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lvUploads + + + tsmiTrayRectangleLight + + + Monitor + + + tsmiTrayWorkflows + + + After capture tasks + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scMain.Panel1 + + + 217, 22 + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Diamond + + + tsmiDonate + + + Ellipse + + + ss + + + 6, 6, 6, 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiEditSelectedFile + + + tsmiScreenRecordingGIF + + + 0 + + + 183, 22 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 320, 344 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayDestinationSettings + + + tsmiFullscreen + + + 217, 22 + + + tsmiCopy + + + tsmiClearList + + + Share URL + + + MiddleLeft + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rectangle (Objects) + + + Rectangle (Light) + + + tsmiTrayDiamond + + + Upload from URL... + + + Freehand + + + tsmiImageEditor + + + 0, 0 + + + 156, 22 + + + Screen recording (GIF) + + + Test URL sharing + + + tsmiShowDebugLog + + + 217, 22 + + + 217, 22 + + + scMain.Panel1 + + + About... + + + Application settings... + + + tsmiHashCheck + + + 163, 22 + + + tsmiTestImageUpload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Status + + + 183, 22 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayLastRegion + + + Show QR code... + + + 163, 22 + + + 163, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX + + + chURL + + + tsmiTrayImageHistory + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + 183, 22 + + + tsmiPolygon + + + Show + + + Hide menu + + + 185, 6 + + + Hide + + + 217, 22 + + + tsmiStopUpload + + + 183, 22 + + + tsmiOpenThumbnailURL + + + Screenshots folder... + + + 233, 22 + + + 217, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 187, 22 + + + 320, 64 + + + tsmiCopyForumImage + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayAbout + + + tsmiUploadURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayWindow + + + Drag and drop upload... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Workflows + + + 185, 6 + + + 163, 22 + + + 217, 22 + + + scMain.Panel1 + + + tsmiTrayEllipse + + + scMain + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + Left + + + tssTray3 + + + Upload folder... + + + tsddbTools + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10, 0, 10, 0 + + + tsbImageHistory + + + tsmiTrayDestinations + + + Image effects... + + + Screen color picker... + + + Text + + + tsmiWindow + + + 217, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upload file... + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 152, 22 + + + 185, 6 + + + tsMain + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayUploadFile + + + 3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTestUploaders + + + Ruler... + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 1 + + + Magenta + + + tsmiScreenRecordingFFmpeg + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayDNSChanger + + + tsmiFTPClient + + + tsmiTrayFileUploaders + + + After capture + + + tsmiTrayTextUploaders + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + 217, 22 + + + 130, 22 + + + 233, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 188, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + 217, 22 + + + tsmiTestTextUpload + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Shortened URL + + + Magenta + + + pbLogo + + + BottomLeft + + + 230, 6 + + + tssCopy1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fullscreen + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 187, 22 + + + tsmiTrayMonitor + + + 6, 13 + + + Copy + + + tsmiCopyFileNameWithExtension + + + Fill + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX.HotkeyForm, ShareX, Version=9.4.0.0, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 233, 22 + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 217, 22 + + + Monitor test... + + + Triangle + + + 183, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HelpersLib.SplitContainerCustomSplitter, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + lblDragAndDropTip + + + 156, 22 + + + Magenta + + + Donate... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 157, 20 + + + Diamond + + + 150 + + + 0, 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 230, 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 187, 22 + + + URL + + + Tools + + + Top, Bottom, Left, Right + + + Capture + + + lblSplitter + + + Thumbnail URL + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiAutoCapture + + + Image uploaders + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 156, 22 + + + tsddbWorkflows + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + tsddbAfterCaptureTasks + + + URL sharing services + + + 188, 22 + + + 183, 22 + + + False + + + MiddleLeft + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 156, 22 + + + Test image upload + + + 0 + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayImageEditor + + + 203, 22 + + + 217, 22 + + + 187, 22 + + + 217, 22 + + + Clear list + + + Application settings... + + + 233, 22 + + + tsmiTrayFreeHand + + + 335 + + + tssMain1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShowResponse + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTweetMessage + + + tsmiTrayApplicationSettings + + + 184, 6 + + + 2 + + + tsmiCopyFile + + + tsmiTestURLShortener + + + tsmiCopyDeletionURL + + + tsmiUploadSelectedFile + + + Image effects... + + + 173, 22 + + + tsddbUpload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiDeleteSelectedFile + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + URL + + + Exit + + + File name with extension + + + Tweet message... + + + 217, 22 + + + Hash check... + + + Freehand + + + tsmiOpenFile + + + Window + + + Destination settings... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbApplicationSettings + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Text uploaders + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayDonate + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayAfterUploadTasks + + + 173, 22 + + + tsmiCopyImage + + + 157, 6 + + + 173, 22 + + + Hotkey settings... + + + Stop upload + + + 183, 22 + + + 217, 22 + + + tsmiImageUploaders + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbDebug + + + tssMain2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Index folder... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + tsmiCopyURL + + + MiddleLeft + + + 203, 22 + + + MiddleLeft + + + tr - - 286, 17 - - - 105, 17 - - - 190, 17 + + True 49 + + 190, 17 + + + 17, 17 + + + 105, 17 + + + 286, 17 + \ No newline at end of file diff --git a/ShareX/Forms/MainForm.tr.resx b/ShareX/Forms/MainForm.tr.resx new file mode 100644 index 000000000..86b24e442 --- /dev/null +++ b/ShareX/Forms/MainForm.tr.resx @@ -0,0 +1,1037 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + NoControl + + + NoControl + + + Dosyaları bu pencereye sürükleyip bırakabilirsiniz + + + Dosya adı + + + Durum + + + İlerleme + + + Yakala + + + + 212, 22 + + + Tam ekran + + + 212, 22 + + + Pencere + + + 212, 22 + + + Ekran + + + 212, 22 + + + Dikdörtgen + + + 212, 22 + + + Dikdörtgen (Objeler) + + + 212, 22 + + + Dikdörtgen (Açıklama) + + + 212, 22 + + + Dikdörtgen (Basit) + + + 212, 22 + + + Yuvarlatılmış dikdörtgen + + + 212, 22 + + + Elips + + + 212, 22 + + + Üçgen + + + 212, 22 + + + Karo + + + 212, 22 + + + Çokgen + + + 212, 22 + + + Serbest seçim + + + 212, 22 + + + Son bölge + + + 212, 22 + + + Ekran kaydetme (FFmpeg) + + + 212, 22 + + + Ekran kaydetme (GIF) + + + 212, 22 + + + Otomatik yakalama... + + + Yükle + + + 197, 22 + + + Dosya yükle... + + + 197, 22 + + + Klasör yükle... + + + 197, 22 + + + Panodan yükle... + + + 197, 22 + + + URL'den yükle... + + + 197, 22 + + + Sürükle bırak ile yükle... + + + İş akışları + + + Araçlar + + + 190, 22 + + + Ekrandan renk seçici... + + + 177, 22 + + + Resim düzenleyici... + + + 177, 22 + + + Resim efektleri... + + + 190, 22 + + + Dosya denetleyici... + + + 177, 22 + + + DNS değiştirici... + + + 177, 22 + + + QR kod... + + + 190, 22 + + + Dizini indeksle... + + + 177, 22 + + + Cetvel... + + + 190, 22 + + + FTP istemcisi... + + + 177, 22 + + + Tweet gönder... + + + 190, 22 + + + Monitör testi... + + + Yakalama sonrası + + + Yükleme sonrası + + + Hedefler + + + 193, 22 + + + Resim yükleyiciler + + + 193, 22 + + + Yazı yükleyiciler + + + 193, 22 + + + Dosya yükleyiciler + + + 193, 22 + + + URL kısaltıcılar + + + 193, 22 + + + URL paylaşım servisleri + + + 190, 6 + + + 193, 22 + + + Hedef ayarları... + + + Uygulama ayarları... + + + Görev ayarları... + + + Kısayol ayarları... + + + Ekran görüntüsü dizini... + + + Geçmiş... + + + Resim geçmişi... + + + Hata Ayıklama + + + 199, 22 + + + Hata ayıklama kütüğü... + + + 199, 22 + + + Resim yükleme testi + + + 199, 22 + + + Yazı yükleme testi + + + 199, 22 + + + Dosya yükleme testi + + + 199, 22 + + + URL kısaltma testi + + + 199, 22 + + + URL paylaşım testi + + + 199, 22 + + + Yükleyicileri test et... + + + Bağış... + + + Hakkında... + + + 169, 318 + + + 168, 22 + + + Hataları göster + + + 168, 22 + + + Yüklemeyi durdur + + + 168, 22 + + + + + + 173, 22 + + + 173, 22 + + + Kısaltılmış URL + + + 173, 22 + + + Küçük resim URL + + + 173, 22 + + + Silme URL + + + 170, 6 + + + 173, 22 + + + Dosya + + + 173, 22 + + + Dizin + + + 173, 22 + + + Küçük resim dosya + + + 168, 22 + + + Kopyala + + + 246, 22 + + + 246, 22 + + + Kısaltılmış URL + + + 246, 22 + + + Küçük resim URL + + + 246, 22 + + + Silme URL + + + 243, 6 + + + 246, 22 + + + Dosya + + + 246, 22 + + + Resim + + + 246, 22 + + + Yazı + + + 246, 22 + + + Küçük resim dosya + + + 246, 22 + + + Küçük resim + + + 243, 6 + + + 246, 22 + + + HTML bağlantı + + + 246, 22 + + + HTML resim + + + 246, 22 + + + HTML bağlantılı resim + + + 243, 6 + + + 246, 22 + + + Forum (BBCode) bağlantı + + + 246, 22 + + + Forum (BBCode) resim + + + 246, 22 + + + Forum (BBCode) bağlantılı resim + + + 243, 6 + + + 246, 22 + + + Dosya yolu + + + 246, 22 + + + Dosya adı + + + 246, 22 + + + 246, 22 + + + 243, 6 + + + 168, 22 + + + Yükle + + + 168, 22 + + + Resim düzenle... + + + 168, 22 + + + Yerel dosya sil + + + 168, 22 + + + URL kısalt + + + 168, 22 + + + URL paylaş + + + 168, 22 + + + QR kod göster... + + + 168, 22 + + + Cevabı göster... + + + 168, 22 + + + Listeyi temizle + + + 165, 6 + + + 168, 22 + + + Menüyü gizle + + + 168, 22 + + + Resim ön izleme + + + 124, 22 + + + Göster + + + 124, 22 + + + Gizle + + + 124, 22 + + + Otomatik + + + Yakala + + + 209, 22 + + + Yükle + + + 209, 22 + + + İş akışları + + + 190, 22 + + + Ekrandan renk seçici... + + + 190, 22 + + + Resim düzenleyici... + + + 190, 22 + + + Resim efektleri... + + + 190, 22 + + + Dosya kontrol... + + + 190, 22 + + + DNS değiştirici... + + + 190, 22 + + + QR kod... + + + 190, 22 + + + Dizini indeksle... + + + 190, 22 + + + Cetvel... + + + 190, 22 + + + FTP istemcisi... + + + 190, 22 + + + Tweet gönder... + + + 190, 22 + + + Monitör test... + + + 209, 22 + + + Araçlar + + + 209, 22 + + + Yaklama sonrası + + + 209, 22 + + + Yükleme sonrası + + + 209, 22 + + + Hedefler + + + 209, 22 + + + Uygulama ayarları... + + + 209, 22 + + + Görev ayarları... + + + 209, 22 + + + Kısayol ayarları... + + + 209, 22 + + + Ekran görüntüsü dizini... + + + 209, 22 + + + Geçmiş... + + + 209, 22 + + + Resim geçmişi... + + + 209, 22 + + + Bağış... + + + 209, 22 + + + Hakkında... + + + 209, 22 + + + ShareX penceresini göster + + + 209, 22 + + + Çıkış + + + 210, 396 + + + 212, 22 + + + Tam ekran + + + 212, 22 + + + Pencere + + + 212, 22 + + + Ekran + + + 212, 22 + + + Dikdörtgen + + + 212, 22 + + + Dikdörtgen (Objeler) + + + 212, 22 + + + Dikdörtgen (Açıklama) + + + 212, 22 + + + Dikdörtgen (Basit) + + + 212, 22 + + + Yuvarlatılmış dikdörtgen + + + 212, 22 + + + Elips + + + 212, 22 + + + Üçgen + + + 212, 22 + + + Karo + + + 212, 22 + + + Çokgen + + + 212, 22 + + + Serbest seçim + + + 212, 22 + + + Son bölge + + + 212, 22 + + + Ekran kaydetme (FFmpeg) + + + 212, 22 + + + Ekran kaydetme (GIF) + + + 212, 22 + + + Otomatik yakalama... + + + 197, 22 + + + Dosya yükle... + + + 197, 22 + + + Dizin yükle... + + + 197, 22 + + + Panodan yükle... + + + 197, 22 + + + URL'den yükle... + + + 197, 22 + + + Sürükle bırak ile yükle... + + \ No newline at end of file diff --git a/ShareX/Forms/ScreenColorPicker.Designer.cs b/ShareX/Forms/ScreenColorPicker.Designer.cs index 88e2a4b28..8331122ea 100644 --- a/ShareX/Forms/ScreenColorPicker.Designer.cs +++ b/ShareX/Forms/ScreenColorPicker.Designer.cs @@ -29,6 +29,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenColorPicker)); this.btnPipette = new System.Windows.Forms.Button(); this.lblScreenColorPickerTip = new System.Windows.Forms.Label(); this.btnColorPicker = new System.Windows.Forms.Button(); @@ -39,90 +40,75 @@ private void InitializeComponent() this.txtY = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // + // colorPicker + // + resources.ApplyResources(this.colorPicker, "colorPicker"); + // + // txtHex + // + resources.ApplyResources(this.txtHex, "txtHex"); + // + // btnCancel + // + resources.ApplyResources(this.btnCancel, "btnCancel"); + // + // btnOK + // + resources.ApplyResources(this.btnOK, "btnOK"); + // // btnPipette // + resources.ApplyResources(this.btnPipette, "btnPipette"); this.btnPipette.Image = global::ShareX.Properties.Resources.pipette; - this.btnPipette.Location = new System.Drawing.Point(296, 274); this.btnPipette.Name = "btnPipette"; - this.btnPipette.Size = new System.Drawing.Size(32, 24); - this.btnPipette.TabIndex = 56; this.btnPipette.UseVisualStyleBackColor = true; this.btnPipette.Click += new System.EventHandler(this.btnPipette_Click); // // lblScreenColorPickerTip // - this.lblScreenColorPickerTip.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); - this.lblScreenColorPickerTip.Location = new System.Drawing.Point(336, 270); + resources.ApplyResources(this.lblScreenColorPickerTip, "lblScreenColorPickerTip"); this.lblScreenColorPickerTip.Name = "lblScreenColorPickerTip"; - this.lblScreenColorPickerTip.Size = new System.Drawing.Size(265, 34); - this.lblScreenColorPickerTip.TabIndex = 55; - this.lblScreenColorPickerTip.Text = "Press \"Ctrl\" button when this window active\r\nto stop screen color picker."; - this.lblScreenColorPickerTip.Visible = false; // // btnColorPicker // - this.btnColorPicker.Location = new System.Drawing.Point(152, 274); + resources.ApplyResources(this.btnColorPicker, "btnColorPicker"); this.btnColorPicker.Name = "btnColorPicker"; - this.btnColorPicker.Size = new System.Drawing.Size(144, 24); - this.btnColorPicker.TabIndex = 52; - this.btnColorPicker.Text = "Start screen color picker"; this.btnColorPicker.UseVisualStyleBackColor = true; this.btnColorPicker.Click += new System.EventHandler(this.btnColorPicker_Click); // // lblY // - this.lblY.AutoSize = true; - this.lblY.Location = new System.Drawing.Point(80, 280); + resources.ApplyResources(this.lblY, "lblY"); this.lblY.Name = "lblY"; - this.lblY.Size = new System.Drawing.Size(17, 13); - this.lblY.TabIndex = 51; - this.lblY.Text = "Y:"; // // lblX // - this.lblX.AutoSize = true; - this.lblX.Location = new System.Drawing.Point(8, 280); + resources.ApplyResources(this.lblX, "lblX"); this.lblX.Name = "lblX"; - this.lblX.Size = new System.Drawing.Size(17, 13); - this.lblX.TabIndex = 50; - this.lblX.Text = "X:"; // // btnCopyAll // - this.btnCopyAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnCopyAll.Location = new System.Drawing.Point(464, 232); + resources.ApplyResources(this.btnCopyAll, "btnCopyAll"); this.btnCopyAll.Name = "btnCopyAll"; - this.btnCopyAll.Size = new System.Drawing.Size(64, 32); - this.btnCopyAll.TabIndex = 57; - this.btnCopyAll.Text = "Copy all"; this.btnCopyAll.UseVisualStyleBackColor = true; this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click); // // txtX // - this.txtX.Location = new System.Drawing.Point(25, 276); + resources.ApplyResources(this.txtX, "txtX"); this.txtX.Name = "txtX"; this.txtX.ReadOnly = true; - this.txtX.Size = new System.Drawing.Size(48, 20); - this.txtX.TabIndex = 58; - this.txtX.Text = "1680"; - this.txtX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtY // - this.txtY.Location = new System.Drawing.Point(97, 276); + resources.ApplyResources(this.txtY, "txtY"); this.txtY.Name = "txtY"; this.txtY.ReadOnly = true; - this.txtY.Size = new System.Drawing.Size(48, 20); - this.txtY.TabIndex = 59; - this.txtY.Text = "1050"; - this.txtY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ScreenColorPicker // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(609, 305); this.Controls.Add(this.txtY); this.Controls.Add(this.txtX); this.Controls.Add(this.btnCopyAll); @@ -133,7 +119,6 @@ private void InitializeComponent() this.Controls.Add(this.lblX); this.KeyPreview = true; this.Name = "ScreenColorPicker"; - this.Text = "ShareX - Screen color picker"; this.TopMost = false; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScreenColorPicker_KeyDown); this.Controls.SetChildIndex(this.btnOK, 0); diff --git a/ShareX/Forms/ScreenColorPicker.resx b/ShareX/Forms/ScreenColorPicker.resx index 1af7de150..b14d3878e 100644 --- a/ShareX/Forms/ScreenColorPicker.resx +++ b/ShareX/Forms/ScreenColorPicker.resx @@ -117,4 +117,287 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this + + + $this + + + + False + + + + 144, 24 + + + btnCancel + + + 48, 20 + + + 336, 270 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnOK + + + $this + + + ScreenColorPicker + + + btnColorPicker + + + $this + + + btnPipette + + + 97, 276 + + + txtX + + + 6 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Copy all + + + 8, 280 + + + 6, 13 + + + $this + + + True + + + 1050 + + + lblY + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 52 + + + Press "Ctrl" button when this window active +to stop screen color picker. + + + 7 + + + btnCopyAll + + + 464, 232 + + + 55 + + + 0 + + + 265, 34 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 59 + + + 8 + + + $this + + + 296, 274 + + + $this + + + 1 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + colorPicker + + + 152, 274 + + + 4 + + + lblScreenColorPickerTip + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Center + + + 5 + + + 51 + + + Center + + + $this + + + txtY + + + 57 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 80, 280 + + + 10 + + + 9 + + + 58 + + + 32, 24 + + + Start screen color picker + + + 1680 + + + Y: + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + X: + + + 2 + + + ShareX - Screen color picker + + + 25, 276 + + + MiddleLeft + + + $this + + + HelpersLib.ColorPicker, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 48, 20 + + + $this + + + 17, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50 + + + 11 + + + Microsoft Sans Serif, 9pt + + + True + + + 17, 13 + + + 609, 305 + + + $this + + + HelpersLib.ColorPickerForm, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + lblX + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 56 + + + 64, 32 + + + txtHex + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/ScreenColorPicker.tr.resx b/ShareX/Forms/ScreenColorPicker.tr.resx new file mode 100644 index 000000000..31a81db1e --- /dev/null +++ b/ShareX/Forms/ScreenColorPicker.tr.resx @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + İptal + + + Ekran rengi seçiciyi durdurmak için bu ekran aktifken "Ctrl" tuşuna basın. + + + Ekran rengi seçmeye başla + + + + NoControl + + + Kopyala + + + ShareX - Ekran rengi seçici + + \ No newline at end of file diff --git a/ShareX/Forms/ScreenRegionForm.Designer.cs b/ShareX/Forms/ScreenRegionForm.Designer.cs index a7becab74..2511c859b 100644 --- a/ShareX/Forms/ScreenRegionForm.Designer.cs +++ b/ShareX/Forms/ScreenRegionForm.Designer.cs @@ -29,65 +29,51 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenRegionForm)); this.pInfo = new System.Windows.Forms.Panel(); - this.timerRefresh = new System.Windows.Forms.Timer(this.components); this.btnStop = new HelpersLib.BlackStyleButton(); this.lblTimer = new HelpersLib.BlackStyleLabel(); + this.timerRefresh = new System.Windows.Forms.Timer(this.components); this.pInfo.SuspendLayout(); this.SuspendLayout(); // // pInfo // + resources.ApplyResources(this.pInfo, "pInfo"); this.pInfo.BackColor = System.Drawing.Color.White; this.pInfo.Controls.Add(this.btnStop); this.pInfo.Controls.Add(this.lblTimer); - this.pInfo.Location = new System.Drawing.Point(8, 8); this.pInfo.Name = "pInfo"; - this.pInfo.Size = new System.Drawing.Size(136, 32); - this.pInfo.TabIndex = 1; + // + // btnStop + // + resources.ApplyResources(this.btnStop, "btnStop"); + this.btnStop.ForeColor = System.Drawing.Color.White; + this.btnStop.Name = "btnStop"; + this.btnStop.Click += new System.EventHandler(this.btnStop_Click); + // + // lblTimer + // + resources.ApplyResources(this.lblTimer, "lblTimer"); + this.lblTimer.BackColor = System.Drawing.Color.DimGray; + this.lblTimer.DrawBorder = true; + this.lblTimer.ForeColor = System.Drawing.Color.White; + this.lblTimer.Name = "lblTimer"; + this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // timerRefresh // this.timerRefresh.Interval = 200; this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick); // - // btnStop - // - this.btnStop.Dock = System.Windows.Forms.DockStyle.Right; - this.btnStop.Font = new System.Drawing.Font("Arial", 12F); - this.btnStop.ForeColor = System.Drawing.Color.White; - this.btnStop.Location = new System.Drawing.Point(80, 0); - this.btnStop.Name = "btnStop"; - this.btnStop.Size = new System.Drawing.Size(56, 32); - this.btnStop.TabIndex = 2; - this.btnStop.Text = "Stop"; - this.btnStop.Click += new System.EventHandler(this.btnStop_Click); - // - // lblTimer - // - this.lblTimer.BackColor = System.Drawing.Color.DimGray; - this.lblTimer.Dock = System.Windows.Forms.DockStyle.Left; - this.lblTimer.DrawBorder = true; - this.lblTimer.Font = new System.Drawing.Font("Arial", 12F); - this.lblTimer.ForeColor = System.Drawing.Color.White; - this.lblTimer.Location = new System.Drawing.Point(0, 0); - this.lblTimer.Name = "lblTimer"; - this.lblTimer.Size = new System.Drawing.Size(81, 32); - this.lblTimer.TabIndex = 2; - this.lblTimer.Text = "00:00:00"; - this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // ScreenRegionForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.pInfo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "ScreenRegionForm"; this.ShowInTaskbar = false; - this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; - this.Text = "ScreenRegionForm"; this.TopMost = true; this.pInfo.ResumeLayout(false); this.ResumeLayout(false); diff --git a/ShareX/Forms/ScreenRegionForm.resx b/ShareX/Forms/ScreenRegionForm.resx index 68fc7f558..3b288a7fd 100644 --- a/ShareX/Forms/ScreenRegionForm.resx +++ b/ShareX/Forms/ScreenRegionForm.resx @@ -117,6 +117,120 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblTimer + + + + 6, 13 + + + 80, 0 + + + HelpersLib.BlackStyleLabel, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 81, 32 + + + Arial, 12pt + + + + 1 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 284, 262 + + + ScreenRegionForm + + + 2 + + + pInfo + + + timerRefresh + + + + Left + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Right + + + Manual + + + 136, 32 + + + 0 + + + 1 + + + 2 + + + Arial, 12pt + + + 8, 8 + + + HelpersLib.BlackStyleButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + pInfo + + + btnStop + + + Stop + + + 0, 0 + + + 0 + + + 56, 32 + + + pInfo + + + $this + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ScreenRegionForm + + + 00:00:00 + + + True + + + tr + 17, 17 diff --git a/ShareX/Forms/ScreenRegionForm.tr.resx b/ShareX/Forms/ScreenRegionForm.tr.resx new file mode 100644 index 000000000..5fbec2f52 --- /dev/null +++ b/ShareX/Forms/ScreenRegionForm.tr.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Dur + + \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.Designer.cs b/ShareX/Forms/TaskSettingsForm.Designer.cs index 4ef1c2608..73c564e73 100644 --- a/ShareX/Forms/TaskSettingsForm.Designer.cs +++ b/ShareX/Forms/TaskSettingsForm.Designer.cs @@ -29,6 +29,7 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskSettingsForm)); this.cmsAfterCapture = new System.Windows.Forms.ContextMenuStrip(this.components); this.cmsAfterUpload = new System.Windows.Forms.ContextMenuStrip(this.components); this.cbUseDefaultAfterCaptureSettings = new System.Windows.Forms.CheckBox(); @@ -212,71 +213,54 @@ private void InitializeComponent() // // cmsAfterCapture // + resources.ApplyResources(this.cmsAfterCapture, "cmsAfterCapture"); this.cmsAfterCapture.Name = "cmsAfterCapture"; - this.cmsAfterCapture.Size = new System.Drawing.Size(61, 4); // // cmsAfterUpload // + resources.ApplyResources(this.cmsAfterUpload, "cmsAfterUpload"); this.cmsAfterUpload.Name = "cmsAfterCapture"; - this.cmsAfterUpload.Size = new System.Drawing.Size(61, 4); // // cbUseDefaultAfterCaptureSettings // - this.cbUseDefaultAfterCaptureSettings.AutoSize = true; - this.cbUseDefaultAfterCaptureSettings.Location = new System.Drawing.Point(8, 70); + resources.ApplyResources(this.cbUseDefaultAfterCaptureSettings, "cbUseDefaultAfterCaptureSettings"); this.cbUseDefaultAfterCaptureSettings.Name = "cbUseDefaultAfterCaptureSettings"; - this.cbUseDefaultAfterCaptureSettings.Size = new System.Drawing.Size(193, 17); - 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); // // cbUseDefaultAfterUploadSettings // - this.cbUseDefaultAfterUploadSettings.AutoSize = true; - this.cbUseDefaultAfterUploadSettings.Location = new System.Drawing.Point(8, 126); + resources.ApplyResources(this.cbUseDefaultAfterUploadSettings, "cbUseDefaultAfterUploadSettings"); this.cbUseDefaultAfterUploadSettings.Name = "cbUseDefaultAfterUploadSettings"; - this.cbUseDefaultAfterUploadSettings.Size = new System.Drawing.Size(189, 17); - 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); // // cbUseDefaultDestinationSettings // - this.cbUseDefaultDestinationSettings.AutoSize = true; - this.cbUseDefaultDestinationSettings.Location = new System.Drawing.Point(8, 182); + resources.ApplyResources(this.cbUseDefaultDestinationSettings, "cbUseDefaultDestinationSettings"); this.cbUseDefaultDestinationSettings.Name = "cbUseDefaultDestinationSettings"; - this.cbUseDefaultDestinationSettings.Size = new System.Drawing.Size(185, 17); - this.cbUseDefaultDestinationSettings.TabIndex = 8; - this.cbUseDefaultDestinationSettings.Text = "Use default \"Destination\" settings"; this.cbUseDefaultDestinationSettings.UseVisualStyleBackColor = true; this.cbUseDefaultDestinationSettings.CheckedChanged += new System.EventHandler(this.cbUseDefaultDestinationSettings_CheckedChanged); // // lblDescription // - this.lblDescription.AutoSize = true; - this.lblDescription.Location = new System.Drawing.Point(6, 13); + resources.ApplyResources(this.lblDescription, "lblDescription"); this.lblDescription.Name = "lblDescription"; - this.lblDescription.Size = new System.Drawing.Size(63, 13); - this.lblDescription.TabIndex = 0; - this.lblDescription.Text = "Description:"; // // tbDescription // - this.tbDescription.Location = new System.Drawing.Point(78, 9); + resources.ApplyResources(this.tbDescription, "tbDescription"); this.tbDescription.Name = "tbDescription"; - this.tbDescription.Size = new System.Drawing.Size(434, 20); - this.tbDescription.TabIndex = 1; this.tbDescription.TextChanged += new System.EventHandler(this.tbDescription_TextChanged); // // cmsTask // + resources.ApplyResources(this.cmsTask, "cmsTask"); this.cmsTask.Name = "cmsAfterCapture"; - this.cmsTask.Size = new System.Drawing.Size(61, 4); // // tcHotkeySettings // + resources.ApplyResources(this.tcHotkeySettings, "tcHotkeySettings"); this.tcHotkeySettings.Controls.Add(this.tpTask); this.tcHotkeySettings.Controls.Add(this.tpGeneral); this.tcHotkeySettings.Controls.Add(this.tpImage); @@ -286,15 +270,12 @@ private void InitializeComponent() this.tcHotkeySettings.Controls.Add(this.tpUpload); this.tcHotkeySettings.Controls.Add(this.tpIndexer); this.tcHotkeySettings.Controls.Add(this.tpAdvanced); - this.tcHotkeySettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcHotkeySettings.Location = new System.Drawing.Point(3, 3); this.tcHotkeySettings.Name = "tcHotkeySettings"; this.tcHotkeySettings.SelectedIndex = 0; - this.tcHotkeySettings.Size = new System.Drawing.Size(531, 386); - this.tcHotkeySettings.TabIndex = 0; // // tpTask // + resources.ApplyResources(this.tpTask, "tpTask"); this.tpTask.Controls.Add(this.chkOverrideFTP); this.tpTask.Controls.Add(this.cboFTPaccounts); this.tpTask.Controls.Add(this.tbDescription); @@ -306,74 +287,51 @@ private void InitializeComponent() this.tpTask.Controls.Add(this.cbUseDefaultAfterUploadSettings); this.tpTask.Controls.Add(this.cbUseDefaultDestinationSettings); this.tpTask.Controls.Add(this.lblDescription); - this.tpTask.Location = new System.Drawing.Point(4, 22); this.tpTask.Name = "tpTask"; - this.tpTask.Padding = new System.Windows.Forms.Padding(3); - this.tpTask.Size = new System.Drawing.Size(523, 360); - this.tpTask.TabIndex = 0; - this.tpTask.Text = "Task"; this.tpTask.UseVisualStyleBackColor = true; // // chkOverrideFTP // - this.chkOverrideFTP.AutoSize = true; - this.chkOverrideFTP.Location = new System.Drawing.Point(8, 240); + resources.ApplyResources(this.chkOverrideFTP, "chkOverrideFTP"); this.chkOverrideFTP.Name = "chkOverrideFTP"; - this.chkOverrideFTP.Size = new System.Drawing.Size(169, 17); - this.chkOverrideFTP.TabIndex = 10; - this.chkOverrideFTP.Text = "Override default FTP account:"; this.chkOverrideFTP.UseVisualStyleBackColor = true; this.chkOverrideFTP.CheckedChanged += new System.EventHandler(this.chkOverrideFTP_CheckedChanged); // // cboFTPaccounts // + resources.ApplyResources(this.cboFTPaccounts, "cboFTPaccounts"); this.cboFTPaccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cboFTPaccounts.Enabled = false; this.cboFTPaccounts.FormattingEnabled = true; - 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 = 11; this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged); // // btnAfterCapture // - this.btnAfterCapture.Location = new System.Drawing.Point(6, 93); + resources.ApplyResources(this.btnAfterCapture, "btnAfterCapture"); this.btnAfterCapture.Menu = this.cmsAfterCapture; this.btnAfterCapture.Name = "btnAfterCapture"; - this.btnAfterCapture.Size = new System.Drawing.Size(506, 23); - this.btnAfterCapture.TabIndex = 5; - this.btnAfterCapture.Text = "After capture..."; - this.btnAfterCapture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAfterCapture.UseMnemonic = false; this.btnAfterCapture.UseVisualStyleBackColor = true; // // btnAfterUpload // - this.btnAfterUpload.Location = new System.Drawing.Point(6, 149); + resources.ApplyResources(this.btnAfterUpload, "btnAfterUpload"); this.btnAfterUpload.Menu = this.cmsAfterUpload; this.btnAfterUpload.Name = "btnAfterUpload"; - this.btnAfterUpload.Size = new System.Drawing.Size(506, 23); - this.btnAfterUpload.TabIndex = 7; - this.btnAfterUpload.Text = "After upload..."; - this.btnAfterUpload.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAfterUpload.UseMnemonic = false; this.btnAfterUpload.UseVisualStyleBackColor = true; // // btnDestinations // - this.btnDestinations.Location = new System.Drawing.Point(6, 205); + resources.ApplyResources(this.btnDestinations, "btnDestinations"); this.btnDestinations.Menu = this.cmsDestinations; this.btnDestinations.Name = "btnDestinations"; - this.btnDestinations.Size = new System.Drawing.Size(506, 23); - this.btnDestinations.TabIndex = 9; - this.btnDestinations.Text = "Destinations..."; - this.btnDestinations.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDestinations.UseMnemonic = false; this.btnDestinations.UseVisualStyleBackColor = true; // // cmsDestinations // + resources.ApplyResources(this.cmsDestinations, "cmsDestinations"); this.cmsDestinations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImageUploaders, this.tsmiTextUploaders, @@ -381,69 +339,56 @@ private void InitializeComponent() this.tsmiURLShorteners, this.tsmiURLSharingServices}); this.cmsDestinations.Name = "cmsDestinations"; - this.cmsDestinations.Size = new System.Drawing.Size(182, 114); // // tsmiImageUploaders // + resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiImageUploaders.Name = "tsmiImageUploaders"; - this.tsmiImageUploaders.Size = new System.Drawing.Size(181, 22); - this.tsmiImageUploaders.Text = "Image uploaders"; // // tsmiTextUploaders // + resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTextUploaders.Name = "tsmiTextUploaders"; - this.tsmiTextUploaders.Size = new System.Drawing.Size(181, 22); - this.tsmiTextUploaders.Text = "Text uploaders"; // // tsmiFileUploaders // + resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiFileUploaders.Name = "tsmiFileUploaders"; - this.tsmiFileUploaders.Size = new System.Drawing.Size(181, 22); - this.tsmiFileUploaders.Text = "File uploaders"; // // tsmiURLShorteners // + resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiURLShorteners.Name = "tsmiURLShorteners"; - this.tsmiURLShorteners.Size = new System.Drawing.Size(181, 22); - this.tsmiURLShorteners.Text = "URL shorteners"; // // tsmiURLSharingServices // + resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiURLSharingServices.Name = "tsmiURLSharingServices"; - this.tsmiURLSharingServices.Size = new System.Drawing.Size(181, 22); - this.tsmiURLSharingServices.Text = "URL sharing services"; // // btnTask // - this.btnTask.Location = new System.Drawing.Point(6, 37); + resources.ApplyResources(this.btnTask, "btnTask"); this.btnTask.Menu = this.cmsTask; this.btnTask.Name = "btnTask"; - this.btnTask.Size = new System.Drawing.Size(506, 23); - this.btnTask.TabIndex = 3; - this.btnTask.Text = "Task..."; - this.btnTask.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTask.UseMnemonic = false; this.btnTask.UseVisualStyleBackColor = true; // // tpGeneral // + resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.Controls.Add(this.panelGeneral); this.tpGeneral.Controls.Add(this.chkUseDefaultGeneralSettings); - this.tpGeneral.Location = new System.Drawing.Point(4, 22); this.tpGeneral.Name = "tpGeneral"; - this.tpGeneral.Padding = new System.Windows.Forms.Padding(3); - this.tpGeneral.Size = new System.Drawing.Size(523, 360); - this.tpGeneral.TabIndex = 7; - this.tpGeneral.Text = "General"; this.tpGeneral.UseVisualStyleBackColor = true; // // panelGeneral // + resources.ApplyResources(this.panelGeneral, "panelGeneral"); this.panelGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelGeneral.Controls.Add(this.chkShowBeforeUploadForm); this.panelGeneral.Controls.Add(this.lblAfterTaskNotification); @@ -453,138 +398,92 @@ private void InitializeComponent() this.panelGeneral.Controls.Add(this.cbPlaySoundAfterUpload); this.panelGeneral.Controls.Add(this.cbHistorySave); this.panelGeneral.Controls.Add(this.cbPlaySoundAfterCapture); - this.panelGeneral.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelGeneral.Location = new System.Drawing.Point(3, 30); this.panelGeneral.Name = "panelGeneral"; - this.panelGeneral.Size = new System.Drawing.Size(517, 327); - this.panelGeneral.TabIndex = 1; // // chkShowBeforeUploadForm // - this.chkShowBeforeUploadForm.AutoSize = true; - this.chkShowBeforeUploadForm.Location = new System.Drawing.Point(8, 58); + resources.ApplyResources(this.chkShowBeforeUploadForm, "chkShowBeforeUploadForm"); this.chkShowBeforeUploadForm.Name = "chkShowBeforeUploadForm"; - this.chkShowBeforeUploadForm.Size = new System.Drawing.Size(415, 17); - this.chkShowBeforeUploadForm.TabIndex = 2; - this.chkShowBeforeUploadForm.Text = "Show \"Before upload\" window to dynamically change destination before uploading"; this.chkShowBeforeUploadForm.UseVisualStyleBackColor = true; this.chkShowBeforeUploadForm.CheckedChanged += new System.EventHandler(this.chkShowBeforeUploadForm_CheckedChanged); // // lblAfterTaskNotification // - this.lblAfterTaskNotification.AutoSize = true; - this.lblAfterTaskNotification.Location = new System.Drawing.Point(8, 160); + resources.ApplyResources(this.lblAfterTaskNotification, "lblAfterTaskNotification"); this.lblAfterTaskNotification.Name = "lblAfterTaskNotification"; - this.lblAfterTaskNotification.Size = new System.Drawing.Size(117, 13); - this.lblAfterTaskNotification.TabIndex = 6; - this.lblAfterTaskNotification.Text = "After task is completed:"; // // cboPopUpNotification // + resources.ApplyResources(this.cboPopUpNotification, "cboPopUpNotification"); this.cboPopUpNotification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPopUpNotification.FormattingEnabled = true; - this.cboPopUpNotification.Location = new System.Drawing.Point(128, 156); this.cboPopUpNotification.Name = "cboPopUpNotification"; - this.cboPopUpNotification.Size = new System.Drawing.Size(224, 21); - this.cboPopUpNotification.TabIndex = 7; this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged); // // chkShowAfterUploadForm // - this.chkShowAfterUploadForm.AutoSize = true; - this.chkShowAfterUploadForm.Location = new System.Drawing.Point(8, 83); + resources.ApplyResources(this.chkShowAfterUploadForm, "chkShowAfterUploadForm"); this.chkShowAfterUploadForm.Name = "chkShowAfterUploadForm"; - this.chkShowAfterUploadForm.Size = new System.Drawing.Size(271, 17); - this.chkShowAfterUploadForm.TabIndex = 3; - this.chkShowAfterUploadForm.Text = "Show \"After upload\" window after task is completed"; this.chkShowAfterUploadForm.UseVisualStyleBackColor = true; this.chkShowAfterUploadForm.CheckedChanged += new System.EventHandler(this.chkShowAfterUploadForm_CheckedChanged); // // cbShowAfterCaptureTasksForm // - this.cbShowAfterCaptureTasksForm.AutoSize = true; - this.cbShowAfterCaptureTasksForm.Location = new System.Drawing.Point(8, 33); + resources.ApplyResources(this.cbShowAfterCaptureTasksForm, "cbShowAfterCaptureTasksForm"); this.cbShowAfterCaptureTasksForm.Name = "cbShowAfterCaptureTasksForm"; - this.cbShowAfterCaptureTasksForm.Size = new System.Drawing.Size(295, 17); - this.cbShowAfterCaptureTasksForm.TabIndex = 1; - this.cbShowAfterCaptureTasksForm.Text = "Show \"Post capture tasks\" window after capture is made"; this.cbShowAfterCaptureTasksForm.UseVisualStyleBackColor = true; this.cbShowAfterCaptureTasksForm.CheckedChanged += new System.EventHandler(this.cbShowAfterCaptureTasksForm_CheckedChanged); // // cbPlaySoundAfterUpload // - this.cbPlaySoundAfterUpload.AutoSize = true; - this.cbPlaySoundAfterUpload.Location = new System.Drawing.Point(8, 133); + resources.ApplyResources(this.cbPlaySoundAfterUpload, "cbPlaySoundAfterUpload"); this.cbPlaySoundAfterUpload.Name = "cbPlaySoundAfterUpload"; - this.cbPlaySoundAfterUpload.Size = new System.Drawing.Size(187, 17); - this.cbPlaySoundAfterUpload.TabIndex = 5; - this.cbPlaySoundAfterUpload.Text = "Play sound after task is completed"; this.cbPlaySoundAfterUpload.UseVisualStyleBackColor = true; this.cbPlaySoundAfterUpload.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterUpload_CheckedChanged); // // cbHistorySave // - this.cbHistorySave.AutoSize = true; - this.cbHistorySave.Location = new System.Drawing.Point(8, 108); + resources.ApplyResources(this.cbHistorySave, "cbHistorySave"); this.cbHistorySave.Name = "cbHistorySave"; - this.cbHistorySave.Size = new System.Drawing.Size(139, 17); - this.cbHistorySave.TabIndex = 4; - this.cbHistorySave.Text = "Save task info to history"; this.cbHistorySave.UseVisualStyleBackColor = true; this.cbHistorySave.CheckedChanged += new System.EventHandler(this.cbHistorySave_CheckedChanged); // // cbPlaySoundAfterCapture // - this.cbPlaySoundAfterCapture.AutoSize = true; - this.cbPlaySoundAfterCapture.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.cbPlaySoundAfterCapture, "cbPlaySoundAfterCapture"); this.cbPlaySoundAfterCapture.Name = "cbPlaySoundAfterCapture"; - this.cbPlaySoundAfterCapture.Size = new System.Drawing.Size(180, 17); - this.cbPlaySoundAfterCapture.TabIndex = 0; - this.cbPlaySoundAfterCapture.Text = "Play sound after capture is made"; this.cbPlaySoundAfterCapture.UseVisualStyleBackColor = true; this.cbPlaySoundAfterCapture.CheckedChanged += new System.EventHandler(this.cbPlaySoundAfterCapture_CheckedChanged); // // chkUseDefaultGeneralSettings // - this.chkUseDefaultGeneralSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultGeneralSettings, "chkUseDefaultGeneralSettings"); this.chkUseDefaultGeneralSettings.Checked = true; this.chkUseDefaultGeneralSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultGeneralSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultGeneralSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultGeneralSettings.Name = "chkUseDefaultGeneralSettings"; - this.chkUseDefaultGeneralSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultGeneralSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultGeneralSettings.TabIndex = 0; - this.chkUseDefaultGeneralSettings.Text = "Use general settings in main window task settings"; this.chkUseDefaultGeneralSettings.UseVisualStyleBackColor = true; this.chkUseDefaultGeneralSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultGeneralSettings_CheckedChanged); // // tpImage // + resources.ApplyResources(this.tpImage, "tpImage"); this.tpImage.Controls.Add(this.tcImage); this.tpImage.Controls.Add(this.chkUseDefaultImageSettings); - this.tpImage.Location = new System.Drawing.Point(4, 22); this.tpImage.Name = "tpImage"; - this.tpImage.Padding = new System.Windows.Forms.Padding(3); - this.tpImage.Size = new System.Drawing.Size(523, 360); - this.tpImage.TabIndex = 1; - this.tpImage.Text = "Image"; this.tpImage.UseVisualStyleBackColor = true; // // tcImage // + resources.ApplyResources(this.tcImage, "tcImage"); this.tcImage.Controls.Add(this.tpQuality); this.tcImage.Controls.Add(this.tpEffects); this.tcImage.Controls.Add(this.tpThumbnail); - this.tcImage.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcImage.Location = new System.Drawing.Point(3, 30); this.tcImage.Name = "tcImage"; this.tcImage.SelectedIndex = 0; - this.tcImage.Size = new System.Drawing.Size(517, 327); - this.tcImage.TabIndex = 1; // // tpQuality // + resources.ApplyResources(this.tpQuality, "tpQuality"); this.tpQuality.Controls.Add(this.cbImageFileExist); this.tpQuality.Controls.Add(this.lblImageFileExist); this.tpQuality.Controls.Add(this.lblImageFormat); @@ -599,132 +498,92 @@ private void InitializeComponent() this.tpQuality.Controls.Add(this.lblImageFormat2); this.tpQuality.Controls.Add(this.nudUseImageFormat2After); this.tpQuality.Controls.Add(this.lblUseImageFormat2After); - this.tpQuality.Location = new System.Drawing.Point(4, 22); this.tpQuality.Name = "tpQuality"; - this.tpQuality.Padding = new System.Windows.Forms.Padding(3); - this.tpQuality.Size = new System.Drawing.Size(509, 301); - this.tpQuality.TabIndex = 0; - this.tpQuality.Text = "General"; this.tpQuality.UseVisualStyleBackColor = true; // // cbImageFileExist // + resources.ApplyResources(this.cbImageFileExist, "cbImageFileExist"); this.cbImageFileExist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageFileExist.FormattingEnabled = true; - this.cbImageFileExist.Location = new System.Drawing.Point(104, 172); this.cbImageFileExist.Name = "cbImageFileExist"; - this.cbImageFileExist.Size = new System.Drawing.Size(176, 21); - this.cbImageFileExist.TabIndex = 13; this.cbImageFileExist.SelectedIndexChanged += new System.EventHandler(this.cbImageFileExist_SelectedIndexChanged); // // lblImageFileExist // - this.lblImageFileExist.AutoSize = true; - this.lblImageFileExist.Location = new System.Drawing.Point(16, 176); + resources.ApplyResources(this.lblImageFileExist, "lblImageFileExist"); this.lblImageFileExist.Name = "lblImageFileExist"; - this.lblImageFileExist.Size = new System.Drawing.Size(56, 13); - this.lblImageFileExist.TabIndex = 12; - this.lblImageFileExist.Text = "If file exist:"; // // lblImageFormat // - this.lblImageFormat.AutoSize = true; - this.lblImageFormat.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblImageFormat, "lblImageFormat"); this.lblImageFormat.Name = "lblImageFormat"; - this.lblImageFormat.Size = new System.Drawing.Size(71, 13); - this.lblImageFormat.TabIndex = 0; - this.lblImageFormat.Text = "Image format:"; // // lblUseImageFormat2AfterHint // - this.lblUseImageFormat2AfterHint.AutoSize = true; - this.lblUseImageFormat2AfterHint.Location = new System.Drawing.Point(288, 112); + resources.ApplyResources(this.lblUseImageFormat2AfterHint, "lblUseImageFormat2AfterHint"); this.lblUseImageFormat2AfterHint.Name = "lblUseImageFormat2AfterHint"; - this.lblUseImageFormat2AfterHint.Size = new System.Drawing.Size(121, 13); - this.lblUseImageFormat2AfterHint.TabIndex = 9; - this.lblUseImageFormat2AfterHint.Text = "kB 0 - 5000 (0 disables)"; // // cbImageFormat // + resources.ApplyResources(this.cbImageFormat, "cbImageFormat"); this.cbImageFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageFormat.FormattingEnabled = true; this.cbImageFormat.Items.AddRange(new object[] { - "PNG", - "JPEG", - "GIF", - "BMP", - "TIFF"}); - this.cbImageFormat.Location = new System.Drawing.Point(104, 12); + resources.GetString("cbImageFormat.Items"), + resources.GetString("cbImageFormat.Items1"), + resources.GetString("cbImageFormat.Items2"), + resources.GetString("cbImageFormat.Items3"), + resources.GetString("cbImageFormat.Items4")}); this.cbImageFormat.Name = "cbImageFormat"; - this.cbImageFormat.Size = new System.Drawing.Size(56, 21); - this.cbImageFormat.TabIndex = 1; this.cbImageFormat.SelectedIndexChanged += new System.EventHandler(this.cbImageFormat_SelectedIndexChanged); // // lblImageJPEGQualityHint // - this.lblImageJPEGQualityHint.AutoSize = true; - this.lblImageJPEGQualityHint.Location = new System.Drawing.Point(168, 48); + resources.ApplyResources(this.lblImageJPEGQualityHint, "lblImageJPEGQualityHint"); this.lblImageJPEGQualityHint.Name = "lblImageJPEGQualityHint"; - this.lblImageJPEGQualityHint.Size = new System.Drawing.Size(40, 13); - this.lblImageJPEGQualityHint.TabIndex = 4; - this.lblImageJPEGQualityHint.Text = "0 - 100"; // // lblImageJPEGQuality // - this.lblImageJPEGQuality.AutoSize = true; - this.lblImageJPEGQuality.Location = new System.Drawing.Point(16, 48); + resources.ApplyResources(this.lblImageJPEGQuality, "lblImageJPEGQuality"); this.lblImageJPEGQuality.Name = "lblImageJPEGQuality"; - this.lblImageJPEGQuality.Size = new System.Drawing.Size(70, 13); - this.lblImageJPEGQuality.TabIndex = 2; - this.lblImageJPEGQuality.Text = "JPEG quality:"; // // cbImageGIFQuality // + resources.ApplyResources(this.cbImageGIFQuality, "cbImageGIFQuality"); this.cbImageGIFQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageGIFQuality.FormattingEnabled = true; this.cbImageGIFQuality.Items.AddRange(new object[] { - "Default (Fast)", - "256 colors (8 bit)", - "16 colors (4 bit)", - "Grayscale"}); - this.cbImageGIFQuality.Location = new System.Drawing.Point(104, 76); + resources.GetString("cbImageGIFQuality.Items"), + resources.GetString("cbImageGIFQuality.Items1"), + resources.GetString("cbImageGIFQuality.Items2"), + resources.GetString("cbImageGIFQuality.Items3")}); this.cbImageGIFQuality.Name = "cbImageGIFQuality"; - this.cbImageGIFQuality.Size = new System.Drawing.Size(120, 21); - this.cbImageGIFQuality.TabIndex = 6; this.cbImageGIFQuality.SelectedIndexChanged += new System.EventHandler(this.cbImageGIFQuality_SelectedIndexChanged); // // lblImageGIFQuality // - this.lblImageGIFQuality.AutoSize = true; - this.lblImageGIFQuality.Location = new System.Drawing.Point(16, 80); + resources.ApplyResources(this.lblImageGIFQuality, "lblImageGIFQuality"); this.lblImageGIFQuality.Name = "lblImageGIFQuality"; - this.lblImageGIFQuality.Size = new System.Drawing.Size(60, 13); - this.lblImageGIFQuality.TabIndex = 5; - this.lblImageGIFQuality.Text = "GIF quality:"; // // cbImageFormat2 // + resources.ApplyResources(this.cbImageFormat2, "cbImageFormat2"); this.cbImageFormat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageFormat2.FormattingEnabled = true; this.cbImageFormat2.Items.AddRange(new object[] { - "PNG", - "JPEG", - "GIF", - "BMP", - "TIFF"}); - this.cbImageFormat2.Location = new System.Drawing.Point(104, 140); + resources.GetString("cbImageFormat2.Items"), + resources.GetString("cbImageFormat2.Items1"), + resources.GetString("cbImageFormat2.Items2"), + resources.GetString("cbImageFormat2.Items3"), + resources.GetString("cbImageFormat2.Items4")}); this.cbImageFormat2.Name = "cbImageFormat2"; - this.cbImageFormat2.Size = new System.Drawing.Size(56, 21); - this.cbImageFormat2.TabIndex = 11; this.cbImageFormat2.SelectedIndexChanged += new System.EventHandler(this.cbImageFormat2_SelectedIndexChanged); // // nudImageJPEGQuality // - this.nudImageJPEGQuality.Location = new System.Drawing.Point(104, 44); + resources.ApplyResources(this.nudImageJPEGQuality, "nudImageJPEGQuality"); this.nudImageJPEGQuality.Name = "nudImageJPEGQuality"; - this.nudImageJPEGQuality.Size = new System.Drawing.Size(56, 20); - this.nudImageJPEGQuality.TabIndex = 3; - this.nudImageJPEGQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudImageJPEGQuality.Value = new decimal(new int[] { 90, 0, @@ -734,25 +593,18 @@ private void InitializeComponent() // // lblImageFormat2 // - this.lblImageFormat2.AutoSize = true; - this.lblImageFormat2.Location = new System.Drawing.Point(16, 144); + resources.ApplyResources(this.lblImageFormat2, "lblImageFormat2"); this.lblImageFormat2.Name = "lblImageFormat2"; - this.lblImageFormat2.Size = new System.Drawing.Size(80, 13); - this.lblImageFormat2.TabIndex = 10; - this.lblImageFormat2.Text = "Image format 2:"; // // nudUseImageFormat2After // - this.nudUseImageFormat2After.Location = new System.Drawing.Point(224, 108); + resources.ApplyResources(this.nudUseImageFormat2After, "nudUseImageFormat2After"); this.nudUseImageFormat2After.Maximum = new decimal(new int[] { 5000, 0, 0, 0}); this.nudUseImageFormat2After.Name = "nudUseImageFormat2After"; - this.nudUseImageFormat2After.Size = new System.Drawing.Size(56, 20); - this.nudUseImageFormat2After.TabIndex = 8; - this.nudUseImageFormat2After.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudUseImageFormat2After.Value = new decimal(new int[] { 1024, 0, @@ -762,81 +614,57 @@ private void InitializeComponent() // // lblUseImageFormat2After // - this.lblUseImageFormat2After.AutoSize = true; - this.lblUseImageFormat2After.Location = new System.Drawing.Point(16, 112); + resources.ApplyResources(this.lblUseImageFormat2After, "lblUseImageFormat2After"); this.lblUseImageFormat2After.Name = "lblUseImageFormat2After"; - this.lblUseImageFormat2After.Size = new System.Drawing.Size(198, 13); - this.lblUseImageFormat2After.TabIndex = 7; - this.lblUseImageFormat2After.Text = "Image size limit for use \"Image format 2\":"; // // tpEffects // + resources.ApplyResources(this.tpEffects, "tpEffects"); this.tpEffects.Controls.Add(this.gbImageEffects); this.tpEffects.Controls.Add(this.btnWatermarkSettings); - this.tpEffects.Location = new System.Drawing.Point(4, 22); this.tpEffects.Name = "tpEffects"; - this.tpEffects.Padding = new System.Windows.Forms.Padding(3); - this.tpEffects.Size = new System.Drawing.Size(509, 301); - this.tpEffects.TabIndex = 2; - this.tpEffects.Text = "Effects"; this.tpEffects.UseVisualStyleBackColor = true; // // gbImageEffects // + resources.ApplyResources(this.gbImageEffects, "gbImageEffects"); this.gbImageEffects.Controls.Add(this.chkShowImageEffectsWindowAfterCapture); this.gbImageEffects.Controls.Add(this.cbImageEffectOnlyRegionCapture); this.gbImageEffects.Controls.Add(this.btnImageEffects); - this.gbImageEffects.Location = new System.Drawing.Point(16, 16); this.gbImageEffects.Name = "gbImageEffects"; - this.gbImageEffects.Size = new System.Drawing.Size(304, 112); - this.gbImageEffects.TabIndex = 0; this.gbImageEffects.TabStop = false; - this.gbImageEffects.Text = "Image effects"; // // chkShowImageEffectsWindowAfterCapture // - this.chkShowImageEffectsWindowAfterCapture.AutoSize = true; - this.chkShowImageEffectsWindowAfterCapture.Location = new System.Drawing.Point(16, 56); + resources.ApplyResources(this.chkShowImageEffectsWindowAfterCapture, "chkShowImageEffectsWindowAfterCapture"); this.chkShowImageEffectsWindowAfterCapture.Name = "chkShowImageEffectsWindowAfterCapture"; - this.chkShowImageEffectsWindowAfterCapture.Size = new System.Drawing.Size(221, 17); - this.chkShowImageEffectsWindowAfterCapture.TabIndex = 1; - this.chkShowImageEffectsWindowAfterCapture.Text = "Show image effects window after capture"; this.chkShowImageEffectsWindowAfterCapture.UseVisualStyleBackColor = true; this.chkShowImageEffectsWindowAfterCapture.CheckedChanged += new System.EventHandler(this.chkShowImageEffectsWindowAfterCapture_CheckedChanged); // // cbImageEffectOnlyRegionCapture // - this.cbImageEffectOnlyRegionCapture.AutoSize = true; - this.cbImageEffectOnlyRegionCapture.Location = new System.Drawing.Point(16, 80); + resources.ApplyResources(this.cbImageEffectOnlyRegionCapture, "cbImageEffectOnlyRegionCapture"); this.cbImageEffectOnlyRegionCapture.Name = "cbImageEffectOnlyRegionCapture"; - this.cbImageEffectOnlyRegionCapture.Size = new System.Drawing.Size(193, 17); - this.cbImageEffectOnlyRegionCapture.TabIndex = 2; - this.cbImageEffectOnlyRegionCapture.Text = "Only apply effects to region capture"; this.cbImageEffectOnlyRegionCapture.UseVisualStyleBackColor = true; this.cbImageEffectOnlyRegionCapture.CheckedChanged += new System.EventHandler(this.cbImageEffectOnlyRegionCapture_CheckedChanged); // // btnImageEffects // - this.btnImageEffects.Location = new System.Drawing.Point(16, 24); + resources.ApplyResources(this.btnImageEffects, "btnImageEffects"); this.btnImageEffects.Name = "btnImageEffects"; - this.btnImageEffects.Size = new System.Drawing.Size(208, 23); - this.btnImageEffects.TabIndex = 0; - this.btnImageEffects.Text = "Image effects configuration..."; this.btnImageEffects.UseVisualStyleBackColor = true; this.btnImageEffects.Click += new System.EventHandler(this.btnImageEffects_Click); // // btnWatermarkSettings // - this.btnWatermarkSettings.Location = new System.Drawing.Point(16, 144); + resources.ApplyResources(this.btnWatermarkSettings, "btnWatermarkSettings"); this.btnWatermarkSettings.Name = "btnWatermarkSettings"; - this.btnWatermarkSettings.Size = new System.Drawing.Size(208, 23); - this.btnWatermarkSettings.TabIndex = 1; - this.btnWatermarkSettings.Text = "Watermark configuration..."; this.btnWatermarkSettings.UseVisualStyleBackColor = true; this.btnWatermarkSettings.Click += new System.EventHandler(this.btnWatermarkSettings_Click); // // tpThumbnail // + resources.ApplyResources(this.tpThumbnail, "tpThumbnail"); this.tpThumbnail.Controls.Add(this.cbThumbnailIfSmaller); this.tpThumbnail.Controls.Add(this.lblThumbnailNamePreview); this.tpThumbnail.Controls.Add(this.lblThumbnailName); @@ -845,139 +673,94 @@ private void InitializeComponent() this.tpThumbnail.Controls.Add(this.lblThumbnailWidth); this.tpThumbnail.Controls.Add(this.nudThumbnailHeight); this.tpThumbnail.Controls.Add(this.nudThumbnailWidth); - this.tpThumbnail.Location = new System.Drawing.Point(4, 22); this.tpThumbnail.Name = "tpThumbnail"; - this.tpThumbnail.Padding = new System.Windows.Forms.Padding(3); - this.tpThumbnail.Size = new System.Drawing.Size(509, 301); - this.tpThumbnail.TabIndex = 3; - this.tpThumbnail.Text = "Thumbnail"; this.tpThumbnail.UseVisualStyleBackColor = true; // // cbThumbnailIfSmaller // - this.cbThumbnailIfSmaller.AutoSize = true; - this.cbThumbnailIfSmaller.Location = new System.Drawing.Point(20, 104); + resources.ApplyResources(this.cbThumbnailIfSmaller, "cbThumbnailIfSmaller"); this.cbThumbnailIfSmaller.Name = "cbThumbnailIfSmaller"; - this.cbThumbnailIfSmaller.Size = new System.Drawing.Size(322, 17); - this.cbThumbnailIfSmaller.TabIndex = 7; - this.cbThumbnailIfSmaller.Text = "Create thumbnail only if image size is bigger than thumbnail size"; this.cbThumbnailIfSmaller.UseVisualStyleBackColor = true; this.cbThumbnailIfSmaller.CheckedChanged += new System.EventHandler(this.cbThumbnailIfSmaller_CheckedChanged); // // lblThumbnailNamePreview // - this.lblThumbnailNamePreview.AutoSize = true; - this.lblThumbnailNamePreview.Location = new System.Drawing.Point(248, 76); + resources.ApplyResources(this.lblThumbnailNamePreview, "lblThumbnailNamePreview"); this.lblThumbnailNamePreview.Name = "lblThumbnailNamePreview"; - this.lblThumbnailNamePreview.Size = new System.Drawing.Size(45, 13); - this.lblThumbnailNamePreview.TabIndex = 6; - this.lblThumbnailNamePreview.Text = "Preview"; // // lblThumbnailName // - this.lblThumbnailName.AutoSize = true; - this.lblThumbnailName.Location = new System.Drawing.Point(16, 76); + resources.ApplyResources(this.lblThumbnailName, "lblThumbnailName"); this.lblThumbnailName.Name = "lblThumbnailName"; - this.lblThumbnailName.Size = new System.Drawing.Size(88, 13); - this.lblThumbnailName.TabIndex = 4; - this.lblThumbnailName.Text = "Thumbnail name:"; // // txtThumbnailName // - this.txtThumbnailName.Location = new System.Drawing.Point(112, 72); + resources.ApplyResources(this.txtThumbnailName, "txtThumbnailName"); this.txtThumbnailName.Name = "txtThumbnailName"; - this.txtThumbnailName.Size = new System.Drawing.Size(128, 20); - this.txtThumbnailName.TabIndex = 5; this.txtThumbnailName.TextChanged += new System.EventHandler(this.txtThumbnailName_TextChanged); // // lblThumbnailHeight // - this.lblThumbnailHeight.AutoSize = true; - this.lblThumbnailHeight.Location = new System.Drawing.Point(16, 44); + resources.ApplyResources(this.lblThumbnailHeight, "lblThumbnailHeight"); this.lblThumbnailHeight.Name = "lblThumbnailHeight"; - this.lblThumbnailHeight.Size = new System.Drawing.Size(41, 13); - this.lblThumbnailHeight.TabIndex = 2; - this.lblThumbnailHeight.Text = "Height:"; // // lblThumbnailWidth // - this.lblThumbnailWidth.AutoSize = true; - this.lblThumbnailWidth.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblThumbnailWidth, "lblThumbnailWidth"); this.lblThumbnailWidth.Name = "lblThumbnailWidth"; - this.lblThumbnailWidth.Size = new System.Drawing.Size(38, 13); - this.lblThumbnailWidth.TabIndex = 0; - this.lblThumbnailWidth.Text = "Width:"; // // nudThumbnailHeight // - this.nudThumbnailHeight.Location = new System.Drawing.Point(64, 40); + resources.ApplyResources(this.nudThumbnailHeight, "nudThumbnailHeight"); this.nudThumbnailHeight.Maximum = new decimal(new int[] { 2000, 0, 0, 0}); this.nudThumbnailHeight.Name = "nudThumbnailHeight"; - this.nudThumbnailHeight.Size = new System.Drawing.Size(64, 20); - this.nudThumbnailHeight.TabIndex = 3; - this.nudThumbnailHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudThumbnailHeight.ValueChanged += new System.EventHandler(this.nudThumbnailHeight_ValueChanged); // // nudThumbnailWidth // - this.nudThumbnailWidth.Location = new System.Drawing.Point(64, 12); + resources.ApplyResources(this.nudThumbnailWidth, "nudThumbnailWidth"); this.nudThumbnailWidth.Maximum = new decimal(new int[] { 2000, 0, 0, 0}); this.nudThumbnailWidth.Name = "nudThumbnailWidth"; - this.nudThumbnailWidth.Size = new System.Drawing.Size(64, 20); - this.nudThumbnailWidth.TabIndex = 1; - this.nudThumbnailWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudThumbnailWidth.ValueChanged += new System.EventHandler(this.nudThumbnailWidth_ValueChanged); // // chkUseDefaultImageSettings // - this.chkUseDefaultImageSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultImageSettings, "chkUseDefaultImageSettings"); this.chkUseDefaultImageSettings.Checked = true; this.chkUseDefaultImageSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultImageSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultImageSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultImageSettings.Name = "chkUseDefaultImageSettings"; - this.chkUseDefaultImageSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultImageSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultImageSettings.TabIndex = 0; - this.chkUseDefaultImageSettings.Text = "Use image settings in main window task settings"; this.chkUseDefaultImageSettings.UseVisualStyleBackColor = true; this.chkUseDefaultImageSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultImageSettings_CheckedChanged); // // tpCapture // + resources.ApplyResources(this.tpCapture, "tpCapture"); this.tpCapture.Controls.Add(this.tcCapture); this.tpCapture.Controls.Add(this.chkUseDefaultCaptureSettings); - this.tpCapture.Location = new System.Drawing.Point(4, 22); this.tpCapture.Name = "tpCapture"; - this.tpCapture.Padding = new System.Windows.Forms.Padding(3); - this.tpCapture.Size = new System.Drawing.Size(523, 360); - this.tpCapture.TabIndex = 2; - this.tpCapture.Text = "Capture"; this.tpCapture.UseVisualStyleBackColor = true; // // tcCapture // + resources.ApplyResources(this.tcCapture, "tcCapture"); this.tcCapture.Controls.Add(this.tpCaptureGeneral); this.tcCapture.Controls.Add(this.tpRegionCapture); this.tcCapture.Controls.Add(this.tpRectangleAnnotate); this.tcCapture.Controls.Add(this.tpScreenRecorder); - this.tcCapture.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcCapture.Location = new System.Drawing.Point(3, 30); this.tcCapture.Name = "tcCapture"; this.tcCapture.SelectedIndex = 0; - this.tcCapture.Size = new System.Drawing.Size(517, 327); - this.tcCapture.TabIndex = 1; // // tpCaptureGeneral // + resources.ApplyResources(this.tpCaptureGeneral, "tpCaptureGeneral"); this.tpCaptureGeneral.Controls.Add(this.cbCaptureAutoHideTaskbar); this.tpCaptureGeneral.Controls.Add(this.lblScreenshotDelayInfo); this.tpCaptureGeneral.Controls.Add(this.nudScreenshotDelay); @@ -987,52 +770,36 @@ private void InitializeComponent() this.tpCaptureGeneral.Controls.Add(this.cbCaptureShadow); this.tpCaptureGeneral.Controls.Add(this.cbShowCursor); this.tpCaptureGeneral.Controls.Add(this.cbCaptureTransparent); - this.tpCaptureGeneral.Location = new System.Drawing.Point(4, 22); this.tpCaptureGeneral.Name = "tpCaptureGeneral"; - this.tpCaptureGeneral.Padding = new System.Windows.Forms.Padding(3); - this.tpCaptureGeneral.Size = new System.Drawing.Size(509, 301); - this.tpCaptureGeneral.TabIndex = 0; - this.tpCaptureGeneral.Text = "General"; this.tpCaptureGeneral.UseVisualStyleBackColor = true; // // cbCaptureAutoHideTaskbar // - this.cbCaptureAutoHideTaskbar.AutoSize = true; - this.cbCaptureAutoHideTaskbar.Location = new System.Drawing.Point(16, 136); + resources.ApplyResources(this.cbCaptureAutoHideTaskbar, "cbCaptureAutoHideTaskbar"); this.cbCaptureAutoHideTaskbar.Name = "cbCaptureAutoHideTaskbar"; - this.cbCaptureAutoHideTaskbar.Size = new System.Drawing.Size(402, 17); - this.cbCaptureAutoHideTaskbar.TabIndex = 8; - this.cbCaptureAutoHideTaskbar.Text = "When doing window capture if window intersects with taskbar then hide taskbar"; this.cbCaptureAutoHideTaskbar.UseVisualStyleBackColor = true; this.cbCaptureAutoHideTaskbar.CheckedChanged += new System.EventHandler(this.cbCaptureAutoHideTaskbar_CheckedChanged); // // lblScreenshotDelayInfo // - this.lblScreenshotDelayInfo.AutoSize = true; - this.lblScreenshotDelayInfo.Location = new System.Drawing.Point(192, 114); + resources.ApplyResources(this.lblScreenshotDelayInfo, "lblScreenshotDelayInfo"); this.lblScreenshotDelayInfo.Name = "lblScreenshotDelayInfo"; - this.lblScreenshotDelayInfo.Size = new System.Drawing.Size(47, 13); - this.lblScreenshotDelayInfo.TabIndex = 7; - this.lblScreenshotDelayInfo.Text = "seconds"; // // nudScreenshotDelay // + resources.ApplyResources(this.nudScreenshotDelay, "nudScreenshotDelay"); this.nudScreenshotDelay.DecimalPlaces = 1; this.nudScreenshotDelay.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - this.nudScreenshotDelay.Location = new System.Drawing.Point(128, 110); this.nudScreenshotDelay.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.nudScreenshotDelay.Name = "nudScreenshotDelay"; - this.nudScreenshotDelay.Size = new System.Drawing.Size(56, 20); - this.nudScreenshotDelay.TabIndex = 6; - this.nudScreenshotDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenshotDelay.Value = new decimal(new int[] { 2, 0, @@ -1042,22 +809,15 @@ private void InitializeComponent() // // cbScreenshotDelay // - this.cbScreenshotDelay.AutoSize = true; - this.cbScreenshotDelay.Location = new System.Drawing.Point(16, 112); + resources.ApplyResources(this.cbScreenshotDelay, "cbScreenshotDelay"); this.cbScreenshotDelay.Name = "cbScreenshotDelay"; - this.cbScreenshotDelay.Size = new System.Drawing.Size(111, 17); - this.cbScreenshotDelay.TabIndex = 5; - this.cbScreenshotDelay.Text = "Screenshot delay:"; this.cbScreenshotDelay.UseVisualStyleBackColor = true; this.cbScreenshotDelay.CheckedChanged += new System.EventHandler(this.cbScreenshotDelay_CheckedChanged); // // nudCaptureShadowOffset // - this.nudCaptureShadowOffset.Location = new System.Drawing.Point(368, 62); + resources.ApplyResources(this.nudCaptureShadowOffset, "nudCaptureShadowOffset"); this.nudCaptureShadowOffset.Name = "nudCaptureShadowOffset"; - this.nudCaptureShadowOffset.Size = new System.Drawing.Size(48, 20); - this.nudCaptureShadowOffset.TabIndex = 3; - this.nudCaptureShadowOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudCaptureShadowOffset.Value = new decimal(new int[] { 20, 0, @@ -1067,91 +827,63 @@ private void InitializeComponent() // // cbCaptureClientArea // - this.cbCaptureClientArea.AutoSize = true; - this.cbCaptureClientArea.Location = new System.Drawing.Point(16, 88); + resources.ApplyResources(this.cbCaptureClientArea, "cbCaptureClientArea"); this.cbCaptureClientArea.Name = "cbCaptureClientArea"; - this.cbCaptureClientArea.Size = new System.Drawing.Size(334, 17); - this.cbCaptureClientArea.TabIndex = 4; - this.cbCaptureClientArea.Text = "Capture client area when doing window or active window capture"; this.cbCaptureClientArea.UseVisualStyleBackColor = true; this.cbCaptureClientArea.CheckedChanged += new System.EventHandler(this.cbCaptureClientArea_CheckedChanged); // // cbCaptureShadow // - this.cbCaptureShadow.AutoSize = true; - this.cbCaptureShadow.Location = new System.Drawing.Point(16, 64); + resources.ApplyResources(this.cbCaptureShadow, "cbCaptureShadow"); this.cbCaptureShadow.Name = "cbCaptureShadow"; - this.cbCaptureShadow.Size = new System.Drawing.Size(351, 17); - this.cbCaptureShadow.TabIndex = 2; - this.cbCaptureShadow.Text = "Capture window with shadow (requires transparency) Shadow offset:"; this.cbCaptureShadow.UseVisualStyleBackColor = true; this.cbCaptureShadow.CheckedChanged += new System.EventHandler(this.cbCaptureShadow_CheckedChanged); // // cbShowCursor // - this.cbShowCursor.AutoSize = true; - this.cbShowCursor.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.cbShowCursor, "cbShowCursor"); this.cbShowCursor.Name = "cbShowCursor"; - this.cbShowCursor.Size = new System.Drawing.Size(156, 17); - this.cbShowCursor.TabIndex = 0; - this.cbShowCursor.Text = "Show cursor in screenshots"; this.cbShowCursor.UseVisualStyleBackColor = true; this.cbShowCursor.CheckedChanged += new System.EventHandler(this.cbShowCursor_CheckedChanged); // // cbCaptureTransparent // - this.cbCaptureTransparent.AutoSize = true; - this.cbCaptureTransparent.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.cbCaptureTransparent, "cbCaptureTransparent"); this.cbCaptureTransparent.Name = "cbCaptureTransparent"; - this.cbCaptureTransparent.Size = new System.Drawing.Size(188, 17); - this.cbCaptureTransparent.TabIndex = 1; - this.cbCaptureTransparent.Text = "Capture window with transparency"; this.cbCaptureTransparent.UseVisualStyleBackColor = true; this.cbCaptureTransparent.CheckedChanged += new System.EventHandler(this.cbCaptureTransparent_CheckedChanged); // // tpRegionCapture // + resources.ApplyResources(this.tpRegionCapture, "tpRegionCapture"); this.tpRegionCapture.Controls.Add(this.pgRegionCapture); - this.tpRegionCapture.Location = new System.Drawing.Point(4, 22); this.tpRegionCapture.Name = "tpRegionCapture"; - this.tpRegionCapture.Padding = new System.Windows.Forms.Padding(3); - this.tpRegionCapture.Size = new System.Drawing.Size(509, 301); - this.tpRegionCapture.TabIndex = 1; - this.tpRegionCapture.Text = "Region capture"; this.tpRegionCapture.UseVisualStyleBackColor = true; // // pgRegionCapture // - this.pgRegionCapture.Dock = System.Windows.Forms.DockStyle.Fill; - this.pgRegionCapture.Location = new System.Drawing.Point(3, 3); + resources.ApplyResources(this.pgRegionCapture, "pgRegionCapture"); this.pgRegionCapture.Name = "pgRegionCapture"; this.pgRegionCapture.PropertySort = System.Windows.Forms.PropertySort.NoSort; - this.pgRegionCapture.Size = new System.Drawing.Size(503, 295); - this.pgRegionCapture.TabIndex = 0; this.pgRegionCapture.ToolbarVisible = false; // // tpRectangleAnnotate // + resources.ApplyResources(this.tpRectangleAnnotate, "tpRectangleAnnotate"); this.tpRectangleAnnotate.Controls.Add(this.pgRectangleAnnotate); - this.tpRectangleAnnotate.Location = new System.Drawing.Point(4, 22); this.tpRectangleAnnotate.Name = "tpRectangleAnnotate"; - this.tpRectangleAnnotate.Size = new System.Drawing.Size(509, 301); - this.tpRectangleAnnotate.TabIndex = 3; - this.tpRectangleAnnotate.Text = "Rectangle annotate"; this.tpRectangleAnnotate.UseVisualStyleBackColor = true; // // pgRectangleAnnotate // - this.pgRectangleAnnotate.Dock = System.Windows.Forms.DockStyle.Fill; - this.pgRectangleAnnotate.Location = new System.Drawing.Point(0, 0); + resources.ApplyResources(this.pgRectangleAnnotate, "pgRectangleAnnotate"); this.pgRectangleAnnotate.Name = "pgRectangleAnnotate"; this.pgRectangleAnnotate.PropertySort = System.Windows.Forms.PropertySort.NoSort; - this.pgRectangleAnnotate.Size = new System.Drawing.Size(509, 301); - this.pgRectangleAnnotate.TabIndex = 1; this.pgRectangleAnnotate.ToolbarVisible = false; // // tpScreenRecorder // + resources.ApplyResources(this.tpScreenRecorder, "tpScreenRecorder"); this.tpScreenRecorder.Controls.Add(this.cbScreenRecordAutoDisableAero); this.tpScreenRecorder.Controls.Add(this.lblScreenRecorderFixedDuration); this.tpScreenRecorder.Controls.Add(this.nudScreenRecordFPS); @@ -1168,38 +900,24 @@ private void InitializeComponent() this.tpScreenRecorder.Controls.Add(this.cbScreenRecorderFixedDuration); this.tpScreenRecorder.Controls.Add(this.nudGIFFPS); this.tpScreenRecorder.Controls.Add(this.lblGIFPS); - this.tpScreenRecorder.Location = new System.Drawing.Point(4, 22); this.tpScreenRecorder.Name = "tpScreenRecorder"; - this.tpScreenRecorder.Padding = new System.Windows.Forms.Padding(3); - this.tpScreenRecorder.Size = new System.Drawing.Size(509, 301); - this.tpScreenRecorder.TabIndex = 2; - this.tpScreenRecorder.Text = "Screen recorder"; this.tpScreenRecorder.UseVisualStyleBackColor = true; // // cbScreenRecordAutoDisableAero // - this.cbScreenRecordAutoDisableAero.AutoSize = true; - this.cbScreenRecordAutoDisableAero.Location = new System.Drawing.Point(18, 160); + resources.ApplyResources(this.cbScreenRecordAutoDisableAero, "cbScreenRecordAutoDisableAero"); this.cbScreenRecordAutoDisableAero.Name = "cbScreenRecordAutoDisableAero"; - this.cbScreenRecordAutoDisableAero.Size = new System.Drawing.Size(465, 17); - this.cbScreenRecordAutoDisableAero.TabIndex = 15; - this.cbScreenRecordAutoDisableAero.Text = "Automatically disable Windows Aero while recording (Aero decreasing recording per" + - "formance)"; this.cbScreenRecordAutoDisableAero.UseVisualStyleBackColor = true; this.cbScreenRecordAutoDisableAero.CheckedChanged += new System.EventHandler(this.cbScreenRecordAutoDisableAero_CheckedChanged); // // lblScreenRecorderFixedDuration // - this.lblScreenRecorderFixedDuration.AutoSize = true; - this.lblScreenRecorderFixedDuration.Location = new System.Drawing.Point(211, 111); + resources.ApplyResources(this.lblScreenRecorderFixedDuration, "lblScreenRecorderFixedDuration"); this.lblScreenRecorderFixedDuration.Name = "lblScreenRecorderFixedDuration"; - this.lblScreenRecorderFixedDuration.Size = new System.Drawing.Size(47, 13); - this.lblScreenRecorderFixedDuration.TabIndex = 12; - this.lblScreenRecorderFixedDuration.Text = "seconds"; // // nudScreenRecordFPS // - this.nudScreenRecordFPS.Location = new System.Drawing.Point(144, 60); + resources.ApplyResources(this.nudScreenRecordFPS, "nudScreenRecordFPS"); this.nudScreenRecordFPS.Maximum = new decimal(new int[] { 30, 0, @@ -1211,9 +929,6 @@ private void InitializeComponent() 0, 0}); this.nudScreenRecordFPS.Name = "nudScreenRecordFPS"; - this.nudScreenRecordFPS.Size = new System.Drawing.Size(64, 20); - this.nudScreenRecordFPS.TabIndex = 7; - this.nudScreenRecordFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecordFPS.Value = new decimal(new int[] { 20, 0, @@ -1223,63 +938,47 @@ private void InitializeComponent() // // lblScreenRecordFPS // - this.lblScreenRecordFPS.AutoSize = true; - this.lblScreenRecordFPS.Location = new System.Drawing.Point(16, 64); + resources.ApplyResources(this.lblScreenRecordFPS, "lblScreenRecordFPS"); this.lblScreenRecordFPS.Name = "lblScreenRecordFPS"; - this.lblScreenRecordFPS.Size = new System.Drawing.Size(100, 13); - this.lblScreenRecordFPS.TabIndex = 6; - this.lblScreenRecordFPS.Text = "Screen record FPS:"; // // chkRunScreencastCLI // - this.chkRunScreencastCLI.AutoSize = true; - this.chkRunScreencastCLI.Location = new System.Drawing.Point(18, 38); + resources.ApplyResources(this.chkRunScreencastCLI, "chkRunScreencastCLI"); this.chkRunScreencastCLI.Name = "chkRunScreencastCLI"; - this.chkRunScreencastCLI.Size = new System.Drawing.Size(120, 17); - this.chkRunScreencastCLI.TabIndex = 3; - this.chkRunScreencastCLI.Text = "Run CLI afterwards:"; this.chkRunScreencastCLI.UseVisualStyleBackColor = true; this.chkRunScreencastCLI.CheckedChanged += new System.EventHandler(this.chkRunScreencastCLI_CheckedChanged); // // btnScreenRecorderOptions // - this.btnScreenRecorderOptions.Location = new System.Drawing.Point(402, 11); + resources.ApplyResources(this.btnScreenRecorderOptions, "btnScreenRecorderOptions"); this.btnScreenRecorderOptions.Name = "btnScreenRecorderOptions"; - this.btnScreenRecorderOptions.Size = new System.Drawing.Size(70, 23); - this.btnScreenRecorderOptions.TabIndex = 2; - this.btnScreenRecorderOptions.Text = "Options..."; this.btnScreenRecorderOptions.UseVisualStyleBackColor = true; this.btnScreenRecorderOptions.Click += new System.EventHandler(this.btnScreenRecorderOptions_Click); // // btnEncoderConfig // - this.btnEncoderConfig.Location = new System.Drawing.Point(402, 35); + resources.ApplyResources(this.btnEncoderConfig, "btnEncoderConfig"); this.btnEncoderConfig.Name = "btnEncoderConfig"; - this.btnEncoderConfig.Size = new System.Drawing.Size(70, 23); - this.btnEncoderConfig.TabIndex = 5; - this.btnEncoderConfig.Text = "Profiles..."; this.btnEncoderConfig.UseVisualStyleBackColor = true; this.btnEncoderConfig.Click += new System.EventHandler(this.btnEncoderConfig_Click); // // cboEncoder // + resources.ApplyResources(this.cboEncoder, "cboEncoder"); this.cboEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboEncoder.FormattingEnabled = true; - this.cboEncoder.Location = new System.Drawing.Point(144, 36); this.cboEncoder.Name = "cboEncoder"; - this.cboEncoder.Size = new System.Drawing.Size(256, 21); - this.cboEncoder.TabIndex = 4; this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged); // // nudScreenRecorderDuration // + resources.ApplyResources(this.nudScreenRecorderDuration, "nudScreenRecorderDuration"); this.nudScreenRecorderDuration.DecimalPlaces = 1; this.nudScreenRecorderDuration.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - this.nudScreenRecorderDuration.Location = new System.Drawing.Point(144, 108); this.nudScreenRecorderDuration.Maximum = new decimal(new int[] { 60, 0, @@ -1291,9 +990,6 @@ private void InitializeComponent() 0, 0}); this.nudScreenRecorderDuration.Name = "nudScreenRecorderDuration"; - this.nudScreenRecorderDuration.Size = new System.Drawing.Size(64, 20); - this.nudScreenRecorderDuration.TabIndex = 11; - this.nudScreenRecorderDuration.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecorderDuration.Value = new decimal(new int[] { 3, 0, @@ -1303,31 +999,24 @@ private void InitializeComponent() // // lblScreenRecorderStartDelay // - this.lblScreenRecorderStartDelay.AutoSize = true; - this.lblScreenRecorderStartDelay.Location = new System.Drawing.Point(16, 136); + resources.ApplyResources(this.lblScreenRecorderStartDelay, "lblScreenRecorderStartDelay"); this.lblScreenRecorderStartDelay.Name = "lblScreenRecorderStartDelay"; - this.lblScreenRecorderStartDelay.Size = new System.Drawing.Size(60, 13); - this.lblScreenRecorderStartDelay.TabIndex = 13; - this.lblScreenRecorderStartDelay.Text = "Start delay:"; // // nudScreenRecorderStartDelay // + resources.ApplyResources(this.nudScreenRecorderStartDelay, "nudScreenRecorderStartDelay"); this.nudScreenRecorderStartDelay.DecimalPlaces = 1; this.nudScreenRecorderStartDelay.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - this.nudScreenRecorderStartDelay.Location = new System.Drawing.Point(144, 132); this.nudScreenRecorderStartDelay.Maximum = new decimal(new int[] { 60, 0, 0, 0}); this.nudScreenRecorderStartDelay.Name = "nudScreenRecorderStartDelay"; - this.nudScreenRecorderStartDelay.Size = new System.Drawing.Size(64, 20); - this.nudScreenRecorderStartDelay.TabIndex = 14; - this.nudScreenRecorderStartDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudScreenRecorderStartDelay.Value = new decimal(new int[] { 1, 0, @@ -1337,37 +1026,27 @@ private void InitializeComponent() // // cbScreenRecorderOutput // + resources.ApplyResources(this.cbScreenRecorderOutput, "cbScreenRecorderOutput"); this.cbScreenRecorderOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbScreenRecorderOutput.FormattingEnabled = true; - this.cbScreenRecorderOutput.Location = new System.Drawing.Point(144, 12); this.cbScreenRecorderOutput.Name = "cbScreenRecorderOutput"; - this.cbScreenRecorderOutput.Size = new System.Drawing.Size(256, 21); - this.cbScreenRecorderOutput.TabIndex = 1; this.cbScreenRecorderOutput.SelectedIndexChanged += new System.EventHandler(this.cbScreenRecorderOutput_SelectedIndexChanged); // // lblScreenRecorderOutput // - this.lblScreenRecorderOutput.AutoSize = true; - this.lblScreenRecorderOutput.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblScreenRecorderOutput, "lblScreenRecorderOutput"); this.lblScreenRecorderOutput.Name = "lblScreenRecorderOutput"; - this.lblScreenRecorderOutput.Size = new System.Drawing.Size(42, 13); - this.lblScreenRecorderOutput.TabIndex = 0; - this.lblScreenRecorderOutput.Text = "Output:"; // // cbScreenRecorderFixedDuration // - this.cbScreenRecorderFixedDuration.AutoSize = true; - this.cbScreenRecorderFixedDuration.Location = new System.Drawing.Point(18, 110); + resources.ApplyResources(this.cbScreenRecorderFixedDuration, "cbScreenRecorderFixedDuration"); this.cbScreenRecorderFixedDuration.Name = "cbScreenRecorderFixedDuration"; - this.cbScreenRecorderFixedDuration.Size = new System.Drawing.Size(95, 17); - this.cbScreenRecorderFixedDuration.TabIndex = 10; - this.cbScreenRecorderFixedDuration.Text = "Fixed duration:"; this.cbScreenRecorderFixedDuration.UseVisualStyleBackColor = true; this.cbScreenRecorderFixedDuration.CheckedChanged += new System.EventHandler(this.cbScreenRecorderFixedDuration_CheckedChanged); // // nudGIFFPS // - this.nudGIFFPS.Location = new System.Drawing.Point(144, 84); + resources.ApplyResources(this.nudGIFFPS, "nudGIFFPS"); this.nudGIFFPS.Maximum = new decimal(new int[] { 15, 0, @@ -1379,9 +1058,6 @@ private void InitializeComponent() 0, 0}); this.nudGIFFPS.Name = "nudGIFFPS"; - this.nudGIFFPS.Size = new System.Drawing.Size(64, 20); - this.nudGIFFPS.TabIndex = 9; - this.nudGIFFPS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudGIFFPS.Value = new decimal(new int[] { 5, 0, @@ -1391,79 +1067,53 @@ private void InitializeComponent() // // lblGIFPS // - this.lblGIFPS.AutoSize = true; - this.lblGIFPS.Location = new System.Drawing.Point(16, 88); + resources.ApplyResources(this.lblGIFPS, "lblGIFPS"); this.lblGIFPS.Name = "lblGIFPS"; - this.lblGIFPS.Size = new System.Drawing.Size(50, 13); - this.lblGIFPS.TabIndex = 8; - this.lblGIFPS.Text = "GIF FPS:"; // // chkUseDefaultCaptureSettings // - this.chkUseDefaultCaptureSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultCaptureSettings, "chkUseDefaultCaptureSettings"); this.chkUseDefaultCaptureSettings.Checked = true; this.chkUseDefaultCaptureSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultCaptureSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultCaptureSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultCaptureSettings.Name = "chkUseDefaultCaptureSettings"; - this.chkUseDefaultCaptureSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultCaptureSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultCaptureSettings.TabIndex = 0; - this.chkUseDefaultCaptureSettings.Text = "Use capture settings in main window task settings"; this.chkUseDefaultCaptureSettings.UseVisualStyleBackColor = true; this.chkUseDefaultCaptureSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultCaptureSettings_CheckedChanged); // // tpActions // + resources.ApplyResources(this.tpActions, "tpActions"); this.tpActions.Controls.Add(this.pActions); this.tpActions.Controls.Add(this.chkUseDefaultActions); - this.tpActions.Location = new System.Drawing.Point(4, 22); this.tpActions.Name = "tpActions"; - this.tpActions.Padding = new System.Windows.Forms.Padding(3); - this.tpActions.Size = new System.Drawing.Size(523, 360); - this.tpActions.TabIndex = 3; - this.tpActions.Text = "Actions"; this.tpActions.UseVisualStyleBackColor = true; // // pActions // + resources.ApplyResources(this.pActions, "pActions"); this.pActions.Controls.Add(this.btnActionsDuplicate); this.pActions.Controls.Add(this.btnActionsAdd); this.pActions.Controls.Add(this.lvActions); this.pActions.Controls.Add(this.btnActionsEdit); this.pActions.Controls.Add(this.btnActionsRemove); - this.pActions.Dock = System.Windows.Forms.DockStyle.Fill; - this.pActions.Location = new System.Drawing.Point(3, 30); - this.pActions.Margin = new System.Windows.Forms.Padding(0); this.pActions.Name = "pActions"; - this.pActions.Size = new System.Drawing.Size(517, 327); - this.pActions.TabIndex = 1; // // btnActionsDuplicate // - this.btnActionsDuplicate.Location = new System.Drawing.Point(168, 8); + resources.ApplyResources(this.btnActionsDuplicate, "btnActionsDuplicate"); this.btnActionsDuplicate.Name = "btnActionsDuplicate"; - this.btnActionsDuplicate.Size = new System.Drawing.Size(75, 23); - this.btnActionsDuplicate.TabIndex = 2; - this.btnActionsDuplicate.Text = "Duplicate"; this.btnActionsDuplicate.UseVisualStyleBackColor = true; this.btnActionsDuplicate.Click += new System.EventHandler(this.btnActionsDuplicate_Click); // // btnActionsAdd // - this.btnActionsAdd.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.btnActionsAdd, "btnActionsAdd"); this.btnActionsAdd.Name = "btnActionsAdd"; - this.btnActionsAdd.Size = new System.Drawing.Size(75, 23); - this.btnActionsAdd.TabIndex = 0; - this.btnActionsAdd.Text = "Add"; this.btnActionsAdd.UseVisualStyleBackColor = true; this.btnActionsAdd.Click += new System.EventHandler(this.btnActionsAdd_Click); // // lvActions // - this.lvActions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.lvActions, "lvActions"); this.lvActions.AutoFillColumn = true; this.lvActions.CheckBoxes = true; this.lvActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { @@ -1472,170 +1122,126 @@ private void InitializeComponent() this.chActionsArgs, this.chActionsExtensions}); this.lvActions.FullRowSelect = true; - this.lvActions.Location = new System.Drawing.Point(8, 40); this.lvActions.MultiSelect = false; this.lvActions.Name = "lvActions"; - this.lvActions.Size = new System.Drawing.Size(504, 280); - this.lvActions.TabIndex = 4; this.lvActions.UseCompatibleStateImageBehavior = false; this.lvActions.View = System.Windows.Forms.View.Details; this.lvActions.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvActions_ItemChecked); // // chActionsName // - this.chActionsName.Text = "Name"; - this.chActionsName.Width = 90; + resources.ApplyResources(this.chActionsName, "chActionsName"); // // chActionsPath // - this.chActionsPath.Text = "Path"; - this.chActionsPath.Width = 220; + resources.ApplyResources(this.chActionsPath, "chActionsPath"); // // chActionsArgs // - this.chActionsArgs.Text = "Args"; - this.chActionsArgs.Width = 114; + resources.ApplyResources(this.chActionsArgs, "chActionsArgs"); // // chActionsExtensions // - this.chActionsExtensions.Text = "Extensions"; - this.chActionsExtensions.Width = 75; + resources.ApplyResources(this.chActionsExtensions, "chActionsExtensions"); // // btnActionsEdit // - this.btnActionsEdit.Location = new System.Drawing.Point(88, 8); + resources.ApplyResources(this.btnActionsEdit, "btnActionsEdit"); this.btnActionsEdit.Name = "btnActionsEdit"; - this.btnActionsEdit.Size = new System.Drawing.Size(75, 23); - this.btnActionsEdit.TabIndex = 1; - this.btnActionsEdit.Text = "Edit"; this.btnActionsEdit.UseVisualStyleBackColor = true; this.btnActionsEdit.Click += new System.EventHandler(this.btnActionsEdit_Click); // // btnActionsRemove // - this.btnActionsRemove.Location = new System.Drawing.Point(248, 8); + resources.ApplyResources(this.btnActionsRemove, "btnActionsRemove"); this.btnActionsRemove.Name = "btnActionsRemove"; - this.btnActionsRemove.Size = new System.Drawing.Size(75, 23); - this.btnActionsRemove.TabIndex = 3; - this.btnActionsRemove.Text = "Remove"; this.btnActionsRemove.UseVisualStyleBackColor = true; this.btnActionsRemove.Click += new System.EventHandler(this.btnActionsRemove_Click); // // chkUseDefaultActions // - this.chkUseDefaultActions.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultActions, "chkUseDefaultActions"); this.chkUseDefaultActions.Checked = true; this.chkUseDefaultActions.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultActions.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultActions.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultActions.Name = "chkUseDefaultActions"; - this.chkUseDefaultActions.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultActions.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultActions.TabIndex = 0; - this.chkUseDefaultActions.Text = "Use actions in main window task settings"; this.chkUseDefaultActions.UseVisualStyleBackColor = true; this.chkUseDefaultActions.CheckedChanged += new System.EventHandler(this.chkUseDefaultActions_CheckedChanged); // // tpWatchFolders // + resources.ApplyResources(this.tpWatchFolders, "tpWatchFolders"); this.tpWatchFolders.Controls.Add(this.cbWatchFolderEnabled); this.tpWatchFolders.Controls.Add(this.lvWatchFolderList); this.tpWatchFolders.Controls.Add(this.btnWatchFolderRemove); this.tpWatchFolders.Controls.Add(this.btnWatchFolderAdd); - this.tpWatchFolders.Location = new System.Drawing.Point(4, 22); this.tpWatchFolders.Name = "tpWatchFolders"; - this.tpWatchFolders.Padding = new System.Windows.Forms.Padding(3); - this.tpWatchFolders.Size = new System.Drawing.Size(523, 360); - this.tpWatchFolders.TabIndex = 5; - this.tpWatchFolders.Text = "Watch folders"; this.tpWatchFolders.UseVisualStyleBackColor = true; // // cbWatchFolderEnabled // - this.cbWatchFolderEnabled.AutoSize = true; - this.cbWatchFolderEnabled.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.cbWatchFolderEnabled, "cbWatchFolderEnabled"); this.cbWatchFolderEnabled.Name = "cbWatchFolderEnabled"; - this.cbWatchFolderEnabled.Size = new System.Drawing.Size(266, 17); - this.cbWatchFolderEnabled.TabIndex = 0; - this.cbWatchFolderEnabled.Text = "Watch folders and if new file created then upload it"; this.cbWatchFolderEnabled.UseVisualStyleBackColor = true; this.cbWatchFolderEnabled.CheckedChanged += new System.EventHandler(this.cbWatchFolderEnabled_CheckedChanged); // // lvWatchFolderList // + resources.ApplyResources(this.lvWatchFolderList, "lvWatchFolderList"); this.lvWatchFolderList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chWatchFolderFolderPath, this.chWatchFolderFilter, this.chWatchFolderIncludeSubdirectories}); this.lvWatchFolderList.FullRowSelect = true; - this.lvWatchFolderList.Location = new System.Drawing.Point(8, 64); this.lvWatchFolderList.Name = "lvWatchFolderList"; - this.lvWatchFolderList.Size = new System.Drawing.Size(504, 288); - this.lvWatchFolderList.TabIndex = 3; this.lvWatchFolderList.UseCompatibleStateImageBehavior = false; this.lvWatchFolderList.View = System.Windows.Forms.View.Details; this.lvWatchFolderList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvWatchFolderList_MouseDoubleClick); // // chWatchFolderFolderPath // - this.chWatchFolderFolderPath.Text = "Folder path"; - this.chWatchFolderFolderPath.Width = 323; + resources.ApplyResources(this.chWatchFolderFolderPath, "chWatchFolderFolderPath"); // // chWatchFolderFilter // - this.chWatchFolderFilter.Text = "Filter"; - this.chWatchFolderFilter.Width = 43; + resources.ApplyResources(this.chWatchFolderFilter, "chWatchFolderFilter"); // // chWatchFolderIncludeSubdirectories // - this.chWatchFolderIncludeSubdirectories.Text = "Include subdirectories"; - this.chWatchFolderIncludeSubdirectories.Width = 124; + resources.ApplyResources(this.chWatchFolderIncludeSubdirectories, "chWatchFolderIncludeSubdirectories"); // // btnWatchFolderRemove // - this.btnWatchFolderRemove.Location = new System.Drawing.Point(88, 32); + resources.ApplyResources(this.btnWatchFolderRemove, "btnWatchFolderRemove"); this.btnWatchFolderRemove.Name = "btnWatchFolderRemove"; - this.btnWatchFolderRemove.Size = new System.Drawing.Size(75, 23); - this.btnWatchFolderRemove.TabIndex = 2; - this.btnWatchFolderRemove.Text = "Remove"; this.btnWatchFolderRemove.UseVisualStyleBackColor = true; this.btnWatchFolderRemove.Click += new System.EventHandler(this.btnWatchFolderRemove_Click); // // btnWatchFolderAdd // - this.btnWatchFolderAdd.Location = new System.Drawing.Point(8, 32); + resources.ApplyResources(this.btnWatchFolderAdd, "btnWatchFolderAdd"); this.btnWatchFolderAdd.Name = "btnWatchFolderAdd"; - this.btnWatchFolderAdd.Size = new System.Drawing.Size(75, 23); - this.btnWatchFolderAdd.TabIndex = 1; - this.btnWatchFolderAdd.Text = "Add..."; this.btnWatchFolderAdd.UseVisualStyleBackColor = true; this.btnWatchFolderAdd.Click += new System.EventHandler(this.btnWatchFolderAdd_Click); // // tpUpload // + resources.ApplyResources(this.tpUpload, "tpUpload"); this.tpUpload.Controls.Add(this.tcUpload); this.tpUpload.Controls.Add(this.chkUseDefaultUploadSettings); - this.tpUpload.Location = new System.Drawing.Point(4, 22); this.tpUpload.Name = "tpUpload"; - this.tpUpload.Padding = new System.Windows.Forms.Padding(3); - this.tpUpload.Size = new System.Drawing.Size(523, 360); - this.tpUpload.TabIndex = 4; - this.tpUpload.Text = "Upload"; this.tpUpload.UseVisualStyleBackColor = true; // // tcUpload // + resources.ApplyResources(this.tcUpload, "tcUpload"); this.tcUpload.Controls.Add(this.tpUploadNamePattern); this.tcUpload.Controls.Add(this.tpUploadClipboard); - this.tcUpload.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcUpload.Location = new System.Drawing.Point(3, 30); this.tcUpload.Name = "tcUpload"; this.tcUpload.SelectedIndex = 0; - this.tcUpload.Size = new System.Drawing.Size(517, 327); - this.tcUpload.TabIndex = 1; // // tpUploadNamePattern // + resources.ApplyResources(this.tpUploadNamePattern, "tpUploadNamePattern"); this.tpUploadNamePattern.Controls.Add(this.cbFileUploadUseNamePattern); this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPattern); this.tpUploadNamePattern.Controls.Add(this.txtNameFormatPatternActiveWindow); @@ -1644,247 +1250,159 @@ private void InitializeComponent() this.tpUploadNamePattern.Controls.Add(this.txtNameFormatPattern); this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPatternPreview); this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPatternPreviewActiveWindow); - this.tpUploadNamePattern.Location = new System.Drawing.Point(4, 22); this.tpUploadNamePattern.Name = "tpUploadNamePattern"; - this.tpUploadNamePattern.Padding = new System.Windows.Forms.Padding(3); - this.tpUploadNamePattern.Size = new System.Drawing.Size(509, 301); - this.tpUploadNamePattern.TabIndex = 0; - this.tpUploadNamePattern.Text = "Name pattern"; this.tpUploadNamePattern.UseVisualStyleBackColor = true; // // cbFileUploadUseNamePattern // - this.cbFileUploadUseNamePattern.AutoSize = true; - this.cbFileUploadUseNamePattern.Location = new System.Drawing.Point(16, 192); + resources.ApplyResources(this.cbFileUploadUseNamePattern, "cbFileUploadUseNamePattern"); this.cbFileUploadUseNamePattern.Name = "cbFileUploadUseNamePattern"; - this.cbFileUploadUseNamePattern.Size = new System.Drawing.Size(313, 17); - this.cbFileUploadUseNamePattern.TabIndex = 7; - this.cbFileUploadUseNamePattern.Text = "Use name pattern for file uploads too instead actual file name"; this.cbFileUploadUseNamePattern.UseVisualStyleBackColor = true; this.cbFileUploadUseNamePattern.CheckedChanged += new System.EventHandler(this.cbFileUploadUseNamePattern_CheckedChanged); // // lblNameFormatPattern // - this.lblNameFormatPattern.AutoSize = true; - this.lblNameFormatPattern.Location = new System.Drawing.Point(16, 20); + resources.ApplyResources(this.lblNameFormatPattern, "lblNameFormatPattern"); this.lblNameFormatPattern.Name = "lblNameFormatPattern"; - this.lblNameFormatPattern.Size = new System.Drawing.Size(221, 13); - this.lblNameFormatPattern.TabIndex = 0; - this.lblNameFormatPattern.Text = "Name pattern for capture or clipboard upload:"; // // txtNameFormatPatternActiveWindow // - this.txtNameFormatPatternActiveWindow.Location = new System.Drawing.Point(16, 129); + resources.ApplyResources(this.txtNameFormatPatternActiveWindow, "txtNameFormatPatternActiveWindow"); this.txtNameFormatPatternActiveWindow.Name = "txtNameFormatPatternActiveWindow"; - this.txtNameFormatPatternActiveWindow.Size = new System.Drawing.Size(448, 20); - this.txtNameFormatPatternActiveWindow.TabIndex = 5; this.txtNameFormatPatternActiveWindow.TextChanged += new System.EventHandler(this.txtNameFormatPatternActiveWindow_TextChanged); // // btnResetAutoIncrementNumber // - this.btnResetAutoIncrementNumber.Location = new System.Drawing.Point(296, 17); + resources.ApplyResources(this.btnResetAutoIncrementNumber, "btnResetAutoIncrementNumber"); this.btnResetAutoIncrementNumber.Name = "btnResetAutoIncrementNumber"; - this.btnResetAutoIncrementNumber.Size = new System.Drawing.Size(168, 23); - this.btnResetAutoIncrementNumber.TabIndex = 1; - this.btnResetAutoIncrementNumber.Text = "Reset auto increment number"; this.btnResetAutoIncrementNumber.UseVisualStyleBackColor = true; this.btnResetAutoIncrementNumber.Click += new System.EventHandler(this.btnResetAutoIncrementNumber_Click); // // lblNameFormatPatternActiveWindow // - this.lblNameFormatPatternActiveWindow.AutoSize = true; - this.lblNameFormatPatternActiveWindow.Location = new System.Drawing.Point(16, 105); + resources.ApplyResources(this.lblNameFormatPatternActiveWindow, "lblNameFormatPatternActiveWindow"); this.lblNameFormatPatternActiveWindow.Name = "lblNameFormatPatternActiveWindow"; - this.lblNameFormatPatternActiveWindow.Size = new System.Drawing.Size(199, 13); - this.lblNameFormatPatternActiveWindow.TabIndex = 4; - this.lblNameFormatPatternActiveWindow.Text = "Name pattern for active window capture:"; // // txtNameFormatPattern // - this.txtNameFormatPattern.Location = new System.Drawing.Point(16, 44); + resources.ApplyResources(this.txtNameFormatPattern, "txtNameFormatPattern"); this.txtNameFormatPattern.Name = "txtNameFormatPattern"; - this.txtNameFormatPattern.Size = new System.Drawing.Size(448, 20); - this.txtNameFormatPattern.TabIndex = 2; this.txtNameFormatPattern.TextChanged += new System.EventHandler(this.txtNameFormatPattern_TextChanged); // // lblNameFormatPatternPreview // - this.lblNameFormatPatternPreview.AutoSize = true; - this.lblNameFormatPatternPreview.Location = new System.Drawing.Point(16, 76); + resources.ApplyResources(this.lblNameFormatPatternPreview, "lblNameFormatPatternPreview"); this.lblNameFormatPatternPreview.Name = "lblNameFormatPatternPreview"; - this.lblNameFormatPatternPreview.Size = new System.Drawing.Size(48, 13); - this.lblNameFormatPatternPreview.TabIndex = 3; - this.lblNameFormatPatternPreview.Text = "Preview:"; // // lblNameFormatPatternPreviewActiveWindow // - this.lblNameFormatPatternPreviewActiveWindow.AutoSize = true; - this.lblNameFormatPatternPreviewActiveWindow.Location = new System.Drawing.Point(16, 161); + resources.ApplyResources(this.lblNameFormatPatternPreviewActiveWindow, "lblNameFormatPatternPreviewActiveWindow"); this.lblNameFormatPatternPreviewActiveWindow.Name = "lblNameFormatPatternPreviewActiveWindow"; - this.lblNameFormatPatternPreviewActiveWindow.Size = new System.Drawing.Size(48, 13); - this.lblNameFormatPatternPreviewActiveWindow.TabIndex = 6; - this.lblNameFormatPatternPreviewActiveWindow.Text = "Preview:"; // // tpUploadClipboard // + resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard"); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShareURL); this.tpUploadClipboard.Controls.Add(this.chkClipboardUploadURLContents); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadAutoIndexFolder); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShortenURL); - this.tpUploadClipboard.Location = new System.Drawing.Point(4, 22); this.tpUploadClipboard.Name = "tpUploadClipboard"; - this.tpUploadClipboard.Padding = new System.Windows.Forms.Padding(3); - this.tpUploadClipboard.Size = new System.Drawing.Size(509, 301); - this.tpUploadClipboard.TabIndex = 1; - this.tpUploadClipboard.Text = "Clipboard upload"; this.tpUploadClipboard.UseVisualStyleBackColor = true; // // cbClipboardUploadShareURL // - this.cbClipboardUploadShareURL.AutoSize = true; - this.cbClipboardUploadShareURL.Location = new System.Drawing.Point(16, 64); + resources.ApplyResources(this.cbClipboardUploadShareURL, "cbClipboardUploadShareURL"); this.cbClipboardUploadShareURL.Name = "cbClipboardUploadShareURL"; - this.cbClipboardUploadShareURL.Size = new System.Drawing.Size(343, 17); - this.cbClipboardUploadShareURL.TabIndex = 3; - this.cbClipboardUploadShareURL.Text = "If clipboard contains a URL then share it using URL sharing service"; this.cbClipboardUploadShareURL.UseVisualStyleBackColor = true; this.cbClipboardUploadShareURL.CheckedChanged += new System.EventHandler(this.cbClipboardUploadShareURL_CheckedChanged); // // chkClipboardUploadURLContents // - this.chkClipboardUploadURLContents.AutoSize = true; - this.chkClipboardUploadURLContents.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.chkClipboardUploadURLContents, "chkClipboardUploadURLContents"); this.chkClipboardUploadURLContents.Name = "chkClipboardUploadURLContents"; - this.chkClipboardUploadURLContents.Size = new System.Drawing.Size(308, 17); - this.chkClipboardUploadURLContents.TabIndex = 0; - this.chkClipboardUploadURLContents.Text = "If clipboard contains a file URL then download it and upload"; this.chkClipboardUploadURLContents.UseVisualStyleBackColor = true; this.chkClipboardUploadURLContents.CheckedChanged += new System.EventHandler(this.chkClipboardUploadContents_CheckedChanged); // // cbClipboardUploadAutoIndexFolder // - this.cbClipboardUploadAutoIndexFolder.AutoSize = true; - this.cbClipboardUploadAutoIndexFolder.Location = new System.Drawing.Point(16, 88); + resources.ApplyResources(this.cbClipboardUploadAutoIndexFolder, "cbClipboardUploadAutoIndexFolder"); this.cbClipboardUploadAutoIndexFolder.Name = "cbClipboardUploadAutoIndexFolder"; - this.cbClipboardUploadAutoIndexFolder.Size = new System.Drawing.Size(387, 17); - this.cbClipboardUploadAutoIndexFolder.TabIndex = 2; - this.cbClipboardUploadAutoIndexFolder.Text = "If clipboard contains a folder path then index that folder and upload the index"; this.cbClipboardUploadAutoIndexFolder.UseVisualStyleBackColor = true; this.cbClipboardUploadAutoIndexFolder.CheckedChanged += new System.EventHandler(this.cbClipboardUploadAutoIndexFolder_CheckedChanged); // // cbClipboardUploadShortenURL // - this.cbClipboardUploadShortenURL.AutoSize = true; - this.cbClipboardUploadShortenURL.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.cbClipboardUploadShortenURL, "cbClipboardUploadShortenURL"); this.cbClipboardUploadShortenURL.Name = "cbClipboardUploadShortenURL"; - this.cbClipboardUploadShortenURL.Size = new System.Drawing.Size(271, 17); - this.cbClipboardUploadShortenURL.TabIndex = 1; - this.cbClipboardUploadShortenURL.Text = "If clipboard contains a URL then use URL shortener"; this.cbClipboardUploadShortenURL.UseVisualStyleBackColor = true; this.cbClipboardUploadShortenURL.CheckedChanged += new System.EventHandler(this.cbClipboardUploadAutoDetectURL_CheckedChanged); // // chkUseDefaultUploadSettings // - this.chkUseDefaultUploadSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultUploadSettings, "chkUseDefaultUploadSettings"); this.chkUseDefaultUploadSettings.Checked = true; this.chkUseDefaultUploadSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultUploadSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultUploadSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultUploadSettings.Name = "chkUseDefaultUploadSettings"; - this.chkUseDefaultUploadSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultUploadSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultUploadSettings.TabIndex = 0; - this.chkUseDefaultUploadSettings.Text = "Use upload settings in main window task settings"; this.chkUseDefaultUploadSettings.UseVisualStyleBackColor = true; this.chkUseDefaultUploadSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultUploadSettings_CheckedChanged); // // tpIndexer // + resources.ApplyResources(this.tpIndexer, "tpIndexer"); this.tpIndexer.Controls.Add(this.pgIndexerConfig); this.tpIndexer.Controls.Add(this.chkUseDefaultIndexerSettings); - this.tpIndexer.Location = new System.Drawing.Point(4, 22); this.tpIndexer.Name = "tpIndexer"; - this.tpIndexer.Padding = new System.Windows.Forms.Padding(3); - this.tpIndexer.Size = new System.Drawing.Size(523, 360); - this.tpIndexer.TabIndex = 8; - this.tpIndexer.Text = "Indexer"; this.tpIndexer.UseVisualStyleBackColor = true; // // pgIndexerConfig // - this.pgIndexerConfig.Dock = System.Windows.Forms.DockStyle.Fill; - this.pgIndexerConfig.Location = new System.Drawing.Point(3, 30); + resources.ApplyResources(this.pgIndexerConfig, "pgIndexerConfig"); this.pgIndexerConfig.Name = "pgIndexerConfig"; this.pgIndexerConfig.PropertySort = System.Windows.Forms.PropertySort.Categorized; - this.pgIndexerConfig.Size = new System.Drawing.Size(517, 327); - this.pgIndexerConfig.TabIndex = 1; this.pgIndexerConfig.ToolbarVisible = false; // // chkUseDefaultIndexerSettings // - this.chkUseDefaultIndexerSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultIndexerSettings, "chkUseDefaultIndexerSettings"); this.chkUseDefaultIndexerSettings.Checked = true; this.chkUseDefaultIndexerSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultIndexerSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultIndexerSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultIndexerSettings.Name = "chkUseDefaultIndexerSettings"; - this.chkUseDefaultIndexerSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultIndexerSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultIndexerSettings.TabIndex = 0; - this.chkUseDefaultIndexerSettings.Text = "Use indexer settings in main window task settings"; this.chkUseDefaultIndexerSettings.UseVisualStyleBackColor = true; this.chkUseDefaultIndexerSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultIndexerSettings_CheckedChanged); // // tpAdvanced // + resources.ApplyResources(this.tpAdvanced, "tpAdvanced"); this.tpAdvanced.Controls.Add(this.pgTaskSettings); this.tpAdvanced.Controls.Add(this.chkUseDefaultAdvancedSettings); - this.tpAdvanced.Location = new System.Drawing.Point(4, 22); this.tpAdvanced.Name = "tpAdvanced"; - this.tpAdvanced.Padding = new System.Windows.Forms.Padding(3); - this.tpAdvanced.Size = new System.Drawing.Size(523, 360); - this.tpAdvanced.TabIndex = 6; - this.tpAdvanced.Text = "Advanced"; this.tpAdvanced.UseVisualStyleBackColor = true; // // pgTaskSettings // - this.pgTaskSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.pgTaskSettings.Location = new System.Drawing.Point(3, 30); + resources.ApplyResources(this.pgTaskSettings, "pgTaskSettings"); this.pgTaskSettings.Name = "pgTaskSettings"; this.pgTaskSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized; - this.pgTaskSettings.Size = new System.Drawing.Size(517, 327); - this.pgTaskSettings.TabIndex = 1; this.pgTaskSettings.ToolbarVisible = false; // // chkUseDefaultAdvancedSettings // - this.chkUseDefaultAdvancedSettings.AutoSize = true; + resources.ApplyResources(this.chkUseDefaultAdvancedSettings, "chkUseDefaultAdvancedSettings"); this.chkUseDefaultAdvancedSettings.Checked = true; this.chkUseDefaultAdvancedSettings.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkUseDefaultAdvancedSettings.Dock = System.Windows.Forms.DockStyle.Top; - this.chkUseDefaultAdvancedSettings.Location = new System.Drawing.Point(3, 3); this.chkUseDefaultAdvancedSettings.Name = "chkUseDefaultAdvancedSettings"; - this.chkUseDefaultAdvancedSettings.Padding = new System.Windows.Forms.Padding(5); - this.chkUseDefaultAdvancedSettings.Size = new System.Drawing.Size(517, 27); - this.chkUseDefaultAdvancedSettings.TabIndex = 0; - this.chkUseDefaultAdvancedSettings.Text = "Use advanced settings in main window task settings"; this.chkUseDefaultAdvancedSettings.UseVisualStyleBackColor = true; this.chkUseDefaultAdvancedSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultAdvancedSettings_CheckedChanged); // // TaskSettingsForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; - this.ClientSize = new System.Drawing.Size(537, 392); this.Controls.Add(this.tcHotkeySettings); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "TaskSettingsForm"; - this.Padding = new System.Windows.Forms.Padding(3); - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Task settings"; this.Resize += new System.EventHandler(this.TaskSettingsForm_Resize); this.tcHotkeySettings.ResumeLayout(false); this.tpTask.ResumeLayout(false); diff --git a/ShareX/Forms/TaskSettingsForm.resx b/ShareX/Forms/TaskSettingsForm.resx index 67e62bff7..9e1fc231a 100644 --- a/ShareX/Forms/TaskSettingsForm.resx +++ b/ShareX/Forms/TaskSettingsForm.resx @@ -117,16 +117,3565 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - 160, 17 + + lblDescription + + + nudScreenRecorderDuration + + + Show "Post capture tasks" window after capture is made + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + True + + + lblNameFormatPatternPreviewActiveWindow + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + tpThumbnail + + + + 506, 23 + + + 128, 20 + + + tpUploadNamePattern + + + 4, 22 + + + 16, 64 + + + 6 + + + tpScreenRecorder + + + tpUploadClipboard + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpActions + + + 0 + + + chkUseDefaultGeneralSettings + + + True + + + 402, 11 + + + 16, 16 + + + tpCapture + + + lblImageGIFQuality + + + 16, 129 + + + tpUploadNamePattern + + + cbCaptureShadow + + + pgRectangleAnnotate + + + 1 + + + True + + + Task + + + tpThumbnail + + + 120, 21 + + + True + + + Image format: + + + 0 + + + tcHotkeySettings + + + 1 + + + Image format 2: + + + 8 + + + tpActions + + + pgTaskSettings + + + tpTask + + + 3, 3 + + + After task is completed: + + + + 5, 5, 5, 5 + + + Use image settings in main window task settings + + + lblGIFPS + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 0 + + + Only apply effects to region capture + + + 144, 108 + + + 8, 160 + + + 3, 30 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelGeneral + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Grayscale + + + True + + + 4, 22 + + + Name + + + True + + + 5, 5, 5, 5 + + + Play sound after task is completed + + + tpTask + + + 308, 17 + + + 3, 3 + + + 78, 9 + + + 13 + + + Include subdirectories + + + 1 + + + URL shorteners + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiURLSharingServices + + + 2 + + + 4, 22 + + + 1 + + + cbImageEffectOnlyRegionCapture + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + 7 + + + chkShowBeforeUploadForm + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + True + + + 4 + + + 0 + + + Use actions in main window task settings + + + 334, 17 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 48, 20 + + + 16, 16 + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Rectangle annotate + + + 1 + + + 111, 17 + + + 4, 22 + + + gbImageEffects + + + True + + + 3, 3, 3, 3 + + + tpCaptureGeneral + + + 0 + + + 16, 80 + + + 0 + + + 0 + + + Capture window with transparency + + + chkUseDefaultUploadSettings + + + 120, 17 + + + 4 + + + 208, 23 + + + 45, 13 + + + chActionsExtensions + + + 3 + + + chkUseDefaultImageSettings + + + tpUploadNamePattern + + + 7 + + + tpAdvanced + + + 56, 20 + + + tpCaptureGeneral + + + nudScreenRecordFPS + + + 180, 17 + + + 1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblImageJPEGQualityHint + + + lblNameFormatPatternActiveWindow + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 110 + + + 124 + + + 75, 23 + + + tpQuality + + + tpUploadNamePattern + + + 104, 172 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Folder path + + + lblImageFormat2 + + + 181, 238 + + + 188, 17 + + + tpRectangleAnnotate + + + PNG + + + tpCaptureGeneral + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpAdvanced + + + 8 + + + txtNameFormatPatternActiveWindow + + + 2 + + + 16, 80 + + + 7 + + + cbCaptureTransparent + + + TaskSettingsForm + + + 10 + + + tpEffects + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpImage + + + tpQuality + + + True + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + tpThumbnail + + + btnActionsRemove + + + 2 + + + 517, 327 + + + 517, 327 + + + Top + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUploadNamePattern + + + 402, 17 + + + tcCapture + + + True + + + nudThumbnailWidth + + + Args + + + tpScreenRecorder + + + 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + pActions + + + 8, 40 + + + tpGeneral + + + 523, 360 + + + 16, 16 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + tpRegionCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 504, 288 + + + panelGeneral + + + 1 + + + Fill + + + 0, 0, 0, 0 + + + 16, 64 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 531, 386 + + + tpThumbnail + + + tpUploadNamePattern + + + 2 + + + 16, 136 + + + 8 + + + tpUpload + + + True + + + Add + + + tpTask + + + btnActionsDuplicate + + + tpThumbnail + + + tpScreenRecorder + + + 0 + + + BMP + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpGeneral + + + True + + + tpWatchFolders + + + 16, 40 + + + nudThumbnailHeight + + + 7 + + + pActions + + + 8, 64 + + + 0 + + + 4, 22 + + + tpScreenRecorder + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + True + + + Text uploaders + + + tpCaptureGeneral + + + tcHotkeySettings + + + Capture + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTask + + + 2 + + + 1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Task... + + + General + + + Clipboard upload + + + 12 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + Description: + + + If clipboard contains a URL then use URL shortener + + + 3 + + + 3, 3, 3, 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 20, 104 + + + lblUseImageFormat2After + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcUpload + + + 517, 27 + + + cbShowCursor + + + 5, 5, 5, 5 + + + 3, 3, 3, 3 + + + 5 + + + 16, 112 + + + 8, 83 + + + True + + + 0 + + + Filter + + + Top + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 517, 27 + + + 2 + + + 2 + + + 6 + + + chkUseDefaultCaptureSettings + + + cbClipboardUploadShortenURL + + + 16, 20 + + + Top + + + 4, 22 + + + 4, 22 + + + Show "Before upload" window to dynamically change destination before uploading + + + 9 + + + 6, 13 + + + 114 + + + nudGIFFPS + + + btnDestinations + + + 0 + + + If file exist: + + + 0 + + + 3, 3, 3, 3 + + + True + + + 168, 48 + + + tpEffects + + + 181, 22 + + + 0 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + Thumbnail + + + tpUploadClipboard + + + cbImageFormat2 + + + True + + + 4 + + + lblUseImageFormat2AfterHint + + + cbPlaySoundAfterCapture + + + 168, 23 + + + 4 + + + 509, 301 + + + 5 + + + lblThumbnailName + + + 343, 17 + + + lblThumbnailNamePreview + + + chActionsPath + + + panelGeneral + + + tpImage + + + 6 + + + tpCaptureGeneral + + + 16, 88 + + + tsmiFileUploaders + + + 15 + + + 523, 360 + + + 1 + + + 3 + + + True + + + tpCapture + + + tpQuality + + + URL sharing services + + + 11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 56, 20 + + + 16, 105 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40, 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpEffects + + + 8, 32 + + + tpQuality + + + tpQuality + + + tpQuality + + + True + + + 5 + + + 2 + + + Indexer + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 523, 360 + + + panelGeneral + + + tpCaptureGeneral + + + pgRegionCapture + + + 1 + + + 75 + + + pActions + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + Center + + + 1 + + + Fill + + + 288, 112 + + + True + + + 0 + + + 4 + + + lblScreenRecorderFixedDuration + + + 322, 17 + + + 1 + + + 16, 88 + + + 517, 327 + + + 1 + + + 3, 3, 3, 3 + + + 8, 182 + + + cmsAfterCapture + + + 8 + + + HelpersLib.MenuButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 4, 22 + + + Name pattern for capture or clipboard upload: + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Destinations... + + + tpScreenRecorder + + + 448, 20 + + + 221, 17 + + + JPEG + + + tpScreenRecorder + + + 2 + + + Center + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 3 + + + 38, 13 + + + lblAfterTaskNotification + + + pActions + + + 0 + + + Preview + + + tpCaptureGeneral + + + btnImageEffects + + + 509, 301 + + + 517, 27 + + + 6, 149 + + + 3 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + tpTask + + + tpUploadClipboard + + + Center + + + 16, 136 + + + Watch folders + + + 509, 301 + + + tpTask + + + 1 + + + 4 + + + 16, 161 + + + CenterScreen + + + lblNameFormatPatternPreview + + + 465, 17 + + + 3, 3, 3, 3 + + + Use advanced settings in main window task settings + + + 4 + + + If clipboard contains a file URL then download it and upload + + + lblImageFileExist + + + Screen recorder + + + tpIndexer + + + 18, 38 + + + True + + + cmsAfterUpload + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Image size limit for use "Image format 2": + + + tcHotkeySettings + + + 8, 8 + + + 7 + + + True + + + Edit + + + cbWatchFolderEnabled + + + 1 + + + 0 + + + Screenshot delay: + + + chWatchFolderIncludeSubdirectories + + + 4, 22 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblImageJPEGQuality + + + 2 + + + tcHotkeySettings + + + 43 + + + Automatically disable Windows Aero while recording (Aero decreasing recording performance) + + + Fill + + + 75, 23 + + + 3, 30 + + + Output: + + + Thumbnail name: + + + 248, 8 + + + 5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 2 + + + tpUpload + + + 3 + + + True + + + Start delay: + + + 6 + + + 0 + + + 537, 392 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + tcHotkeySettings + + + 128, 156 + + + 1 + + + 16, 16 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 144, 60 + + + 8 + + + tpUploadClipboard + + + Use indexer settings in main window task settings + + + 88, 32 + + + seconds + + + 6 + + + 509, 301 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 8 + + + 0 + + + GIF + + + 0 + + + tpQuality + + + tsmiTextUploaders + + + panelGeneral + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 523, 360 + + + lblScreenRecorderOutput + + + 509, 301 + + + 16, 176 + + + File uploaders + + + True + + + 402, 35 + + + 4 + + + chActionsName + + + 16, 76 + + + tpScreenRecorder + + + 0 + + + 61, 4 + + + 70, 23 + + + tpScreenRecorder + + + Region capture + + + 3, 3, 3, 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcImage + + + 509, 301 + + + True + + + 0 + + + 64, 12 + + + 1 + + + 8, 240 + + + 16, 76 + + + Image effects configuration... + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiURLShorteners + + + Preview: + + + 16, 44 + + + tpIndexer + + + 3 + + + 88, 13 + + + 63, 13 + + + Capture window with shadow (requires transparency) Shadow offset: + + + 181, 22 + + + cmsTask + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + chkRunScreencastCLI + + + tcImage + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 368, 62 + + + 121, 13 + + + 1 + + + MiddleLeft + + + 5 + + + tpThumbnail + + + 50, 13 + + + cbShowAfterCaptureTasksForm + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + Override default FTP account: + + + 61, 4 + + + 16, 112 + + + 56, 13 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + cbScreenshotDelay + + + 434, 20 + + + cbHistorySave + + + 48, 13 + + + lblScreenshotDelayInfo + + + 5 + + + Show image effects window after capture + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 61, 4 + + + $this + + + 64, 20 + + + Fill + + + 18, 110 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + 0 - 100 + + + 506, 23 + + + 4 + + + 3, 3, 3, 3 + + + Fill + + + 139, 17 + + + 4 + + + 75, 23 + + + 12 + + + 7 + + + btnWatermarkSettings + + + 0 + + + 8 + + + cbScreenRecorderOutput + + + tpTask + + + 16, 88 + + + 60, 13 + + + 1 + + + panelGeneral + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcUpload + + + 9 + + + tcHotkeySettings + + + btnWatchFolderAdd + + + 3, 3, 3, 3 + + + tpActions + + + 5 + + + btnEncoderConfig + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 71, 13 + + + Show cursor in screenshots + + + Actions + + + 70, 23 + + + tpCaptureGeneral + + + Watch folders and if new file created then upload it + + + nudCaptureShadowOffset + + + 295, 17 + + + 80, 13 + + + 1 + + + tpAdvanced + + + 9 + + + cboPopUpNotification + + + 256, 21 + + + 7 + + + 11 + + + 8 + + + 0 + + + When doing window capture if window intersects with taskbar then hide taskbar + + + lvWatchFolderList + + + True + + + 517, 327 + + + 1 + + + cbPlaySoundAfterUpload + + + 2 + + + True + + + 0 + + + JPEG quality: + + + 1 + + + 4, 22 + + + tcCapture + + + 3 + + + 220 + + + 517, 27 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + 2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 33 + + + Show "After upload" window after task is completed + + + 256 colors (8 bit) + + + 5 + + + 0 + + + 192, 114 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lvActions + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chkClipboardUploadURLContents + + + 70, 13 + + + 509, 301 + + + 13 + + + tpWatchFolders + + + 56, 20 + + + 185, 17 + + + 5 + + + lblScreenRecordFPS + + + tcHotkeySettings + + + 3 + + + Effects + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelGeneral + + + 9 + + + 523, 360 + + + 3, 30 + + + 7 + + + 6, 205 + + + 144, 132 + + + 10 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + TIFF + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Watermark configuration... + + + 100, 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUploadNamePattern + + + panelGeneral + + + 14 + + + 256, 21 + + + 4 + + + 3, 3 + + + True + + + BMP + + + GIF + + + TIFF + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 517, 327 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + True + + + 4, 22 + + + tpScreenRecorder + + + 6 + + + btnResetAutoIncrementNumber + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 30 + + + Image uploaders + + + cmsDestinations + + + Width: + + + 1 + + + chkShowImageEffectsWindowAfterCapture + + + 1 + + + tcHotkeySettings + + + txtThumbnailName + + + 6 + + + 0 + + + 1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GIF quality: + + + 75, 23 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbImageEffects + + + tpUploadNamePattern + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnWatchFolderRemove + + + 509, 301 + + + tcUpload + + + 5 + + + 1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbScreenRecorderFixedDuration + + + 3 + + + True + + + 5 + + + 0 + + + 6 + + + True + + + 3, 30 + + + Duplicate + + + tpScreenRecorder + + + cbUseDefaultDestinationSettings + + + tpQuality + + + 187, 17 + + + 64, 40 + + + Center + + + 1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 168, 8 + + + 104, 12 + + + 88, 8 + + + nudScreenshotDelay + + + chkUseDefaultIndexerSettings + + + 2 + + + tpGeneral + + + 221, 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 4 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 224, 21 + + + chkUseDefaultAdvancedSettings + + + cbCaptureAutoHideTaskbar + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 304, 112 + + + 6, 37 + + + Fill + + + 448, 20 + + + 0, 0 + + + Center + + + True + + + btnAfterCapture + + + True + + + 3, 3, 3, 3 + + + 64, 20 + + + 144, 36 + + + 3 + + + 248, 76 + + + 4, 22 + + + 2 + + + 5 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + General + + + Upload + + + 189, 17 + + + tpQuality + + + True + + + True + + + 16, 192 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Capture client area when doing window or active window capture + + + True + + + 16, 56 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcHotkeySettings + + + gbImageEffects + + + 47, 13 + + + Center + + + tpQuality + + + True + + + 3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 3 + + + 523, 360 + + + tpQuality + + + tpUploadClipboard + + + 6, 13 + + + 3, 3, 3, 3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + True + + + 95, 17 + + + 509, 301 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Screen record FPS: + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + tcImage + + + 506, 23 + + + 2 + + + tpQuality + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 47, 13 + + + 1 + + + tpThumbnail + + + 13 + + + kB 0 - 5000 (0 disables) + + + tpTask + + + 1 + + + 16, 40 + + + 3, 3 + + + 323 + + + pActions + + + True + + + 387, 17 + + + 16, 48 + + + tpUpload + + + lblThumbnailWidth + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 126 + + + 0 + + + 7 + + + tpScreenRecorder + + + 5, 5, 5, 5 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 517, 327 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImageUploaders + + + If clipboard contains a folder path then index that folder and upload the index + + + 64, 20 + + + 182, 114 + + + 0 + + + 10 + + + cbCaptureClientArea + + + 64, 20 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 271, 17 + + + 6, 93 + + + 415, 17 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chWatchFolderFolderPath + + + 10 + + + Use default "After upload" settings + + + 16, 144 + + + True + + + 6 + + + 271, 17 + + + 2 + + + tpScreenRecorder + + + Use name pattern for file uploads too instead actual file name + + + 0 + + + 523, 360 + + + 1 + + + cbImageGIFQuality + + + 7 + + + 0 + + + True + + + 5, 5, 5, 5 + + + 517, 27 + + + tpCaptureGeneral + + + chWatchFolderFilter + + + True + + + Add... + + + 3, 3, 3, 3 + + + 330, 21 + + + 199, 13 + + + Name pattern + + + 0 + + + 517, 27 + + + JPEG + + + 506, 23 + + + 14 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3, 3 + + + tpCaptureGeneral + + + 1 + + + Use default "Destination" settings + + + Fill + + + cbClipboardUploadShareURL + + + tbDescription + + + cbImageFileExist + + + chkOverrideFTP + + + 0 + + + Image + + + 7 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + True + + + HelpersLib.MenuButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 3, 3, 3, 3 + + + 8 + + + 3 + + + cbFileUploadUseNamePattern + + + Reset auto increment number + + + 90 + + + 5, 5, 5, 5 + + + MiddleLeft + + + tpImage + + + 1 + + + 6 + + + 3, 3, 3, 3 + + + Top + + + Extensions + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pgIndexerConfig + + + 313, 17 + + + cbUseDefaultAfterCaptureSettings + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PNG + + + tpTask + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + cbUseDefaultAfterUploadSettings + + + True + + + Use capture settings in main window task settings + + + True + + + Center + + + 15 + + + After capture... + + + lblImageFormat + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Image effects + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + Fill + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 104, 76 + + + 117, 13 + + + 224, 108 + + + 2 + + + cbClipboardUploadAutoIndexFolder + + + Use default "After capture" settings + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcHotkeySettings + + + 64, 20 + + + 56, 21 + + + Advanced + + + 104, 140 + + + General + + + 104, 44 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelGeneral + + + Center + + + seconds + + + 144, 84 + + + 8 + + + 1 + + + Height: + + + cboEncoder + + + 4, 22 + + + nudImageJPEGQuality + + + MiddleLeft + + + tcCapture + + + 2 + + + Profiles... + + + 3 + + + tpCapture + + + 523, 360 + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 16 + + + 3, 30 + + + 11 + + + chkUseDefaultActions + + + Use general settings in main window task settings + + + 0 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnScreenRecorderOptions + + + 0 + + + GIF FPS: + + + 517, 27 + + + 8, 108 + + + 1 + + + HelpersLib.MenuButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + 3, 3 + + + Preview: + + + cbScreenRecordAutoDisableAero + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 211, 111 + + + 181, 22 + + + nudUseImageFormat2After + + + 1 + + + 64, 20 + + + 517, 327 + + + 4, 22 + + + 176, 21 + + + 75, 23 + + + 144, 12 + + + 2 + + + tpWatchFolders + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 523, 360 + + + 48, 13 + + + 9 + + + True + + + Fixed duration: + + + 208, 23 + + + tcImage + + + 5, 5, 5, 5 + + + 4, 22 + + + tpQuality + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + btnActionsEdit + + + 198, 13 + + + True + + + Play sound after capture is made + + + tpTask + + + Options... + + + 4 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 18, 160 + + + 16, 24 + + + 3, 3 + + + 16, 16 + + + txtNameFormatPattern + + + If clipboard contains a URL then share it using URL sharing service + + + Save task info to history + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 16, 64 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 133 + + + 503, 295 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + btnAfterUpload + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Name pattern for active window capture: + + + 181, 22 + + + 5 + + + 56, 21 + + + 112, 72 + + + 16 colors (4 bit) + + + 2 + + + 42, 13 + + + 8 + + + 4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpWatchFolders + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 1 + + + 1 + + + 3 + + + 3 + + + cbThumbnailIfSmaller + + + 1 + + + 12 + + + tpTask + + + tpScreenRecorder + + + Fill + + + 4 + + + 0 + + + 4, 22 + + + 509, 301 + + + True + + + Run CLI afterwards: + + + 41, 13 + + + btnTask + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 8, 58 + + + 2 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRectangleAnnotate + + + 2 + + + 3 + + + 193, 17 + + + 3, 3, 3, 3 + + + 8, 70 + + + tpScreenRecorder + + + 169, 17 + + + 351, 17 + + + 60, 13 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 3 + + + tpTask + + + 0 + + + lblNameFormatPattern + + + 4 + + + nudScreenRecorderStartDelay + + + 193, 17 + + + 1 + + + tcCapture + + + 1 + + + 0 + + + tpQuality + + + 3, 30 + + + 6 + + + tpThumbnail + + + 7 + + + 0 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpQuality + + + btnActionsAdd + + + 16, 44 + + + Create thumbnail only if image size is bigger than thumbnail size + + + 3 + + + Path + + + Center + + + tcCapture + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 504, 280 + + + 7 + + + True + + + 156, 17 + + + 12 + + + 8, 8 + + + Center + + + cboFTPaccounts + + + 9 + + + tpUploadNamePattern + + + Remove + + + 181, 22 + + + 4 + + + ShareX - Task settings + + + chActionsArgs + + + lblThumbnailHeight + + + 4, 22 + + + Remove + + + 4 + + + Top, Bottom, Left, Right + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + Top + + + 3 + + + Default (Fast) + + + True + + + 296, 17 + + + 266, 17 + + + 3, 3 + + + chkShowAfterUploadForm + + + 4, 22 + + + Use upload settings in main window task settings + + + 3, 3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + tpThumbnail + + + 75, 23 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblScreenRecorderStartDelay + + + 1 + + + 1 + + + 16, 144 + + + tpIndexer + + + True + + + After upload... + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpWatchFolders + + + 1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbImageFormat + + + 0 + + + HelpersLib.MenuButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + gbImageEffects + + + pActions + + + True + + + 5 + + + 0 + + + 0 + + + True + + + 6 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 396, 17 299, 17 - - 396, 17 + + 160, 17 + + + True + + + 17, 17 + + + tr \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.tr.resx b/ShareX/Forms/TaskSettingsForm.tr.resx new file mode 100644 index 000000000..e09bcf8ab --- /dev/null +++ b/ShareX/Forms/TaskSettingsForm.tr.resx @@ -0,0 +1,821 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + NoControl + + + + 245, 17 + + + Varsayılan "Yakalama sonrası" ayarlarını kullan + + + NoControl + + + 239, 17 + + + Varsayılan "Yükleme sonrası" ayarlarını kullan + + + NoControl + + + 191, 17 + + + Varsayılan "Hedef" ayarlarını kullan + + + NoControl + + + 53, 13 + + + Açıklama: + + + NoControl + + + 127, 17 + + + FTP hesabını değiştir: + + + NoControl + + + Yakalama sonrası... + + + NoControl + + + Yükleme sonrası... + + + NoControl + + + 193, 22 + + + Resim yükleyiciler + + + 193, 22 + + + Yazı yükleyiciler + + + 193, 22 + + + Dosya yükleyiciler + + + 193, 22 + + + URL kısaltıcılar + + + 193, 22 + + + URL paylaşım servisleri + + + 194, 114 + + + Hedefler... + + + NoControl + + + Görev... + + + Görev + + + NoControl + + + 384, 17 + + + Yükleme öncesi hedefi değiştirebilmek için "Yükleme öncesi" ekranını göster + + + NoControl + + + 108, 13 + + + Görev bittikten sonra: + + + NoControl + + + 299, 17 + + + Görev tamamlandığında "Yükleme sonrası" ekranını göster + + + NoControl + + + 364, 17 + + + Yakalama yapıldıktan sonra "Yakalama sonrası görevler" ekranını göster + + + NoControl + + + 160, 17 + + + Görev bittikten sonra ses çal + + + NoControl + + + 168, 17 + + + Görev bilgisini geçmişe kaydet + + + NoControl + + + 191, 17 + + + Yakalama yapıldıktan sonra ses çal + + + NoControl + + + Varsayılan genel ayarları kullan + + + Genel + + + NoControl + + + 69, 13 + + + Dosya varsa: + + + NoControl + + + 68, 13 + + + Resim biçimi: + + + NoControl + + + 126, 13 + + + kB 0 - 5000 (0 iptal eder) + + + NoControl + + + NoControl + + + 72, 13 + + + JPEG kalitesi: + + + NoControl + + + 62, 13 + + + GIF kalitesi: + + + NoControl + + + 75, 13 + + + Resim biçim 2: + + + NoControl + + + 188, 13 + + + "Resim biçim 2" için resim boyutu limiti: + + + Genel + + + NoControl + + + 248, 17 + + + Yakalama sonrası resim efektleri ekranını göster + + + NoControl + + + 232, 17 + + + Efektleri sadece yakalama bölgesine uygula + + + NoControl + + + Resim efektleri ayarları... + + + Resim efektleri + + + NoControl + + + Damga ayarları... + + + Efekt + + + NoControl + + + 382, 17 + + + Küçük resimi sadece resim boyutu küçük resim boyutundan büyükse oluştur + + + NoControl + + + 53, 13 + + + Ön izleme + + + NoControl + + + 85, 13 + + + Küçük resim adı: + + + NoControl + + + 28, 13 + + + Boy: + + + NoControl + + + 23, 13 + + + En: + + + Küçük resim + + + NoControl + + + Varsayılan resim ayarlarını kullan + + + Resim + + + NoControl + + + 430, 17 + + + Pencere yakalama sırasında pencere görev çubuğu ile kesişirse görev çubuğunu gizle + + + NoControl + + + 37, 13 + + + saniye + + + NoControl + + + 107, 17 + + + Beklemesi süresi: + + + NoControl + + + 378, 17 + + + Pencere veya aktif pencere yakalama sırasında başlık çubuğunu yakalama + + + NoControl + + + 311, 17 + + + Pencereyi gölge ile yakala (şeffaflık gerektirir) Gölge çıkıntısı: + + + NoControl + + + 185, 17 + + + Ekran görüntülerinde imleci göster + + + NoControl + + + 159, 17 + + + Pencereyi şeffaflık ile yakala + + + Genel + + + Bölge yakala + + + Dikdörtgen dipnot + + + NoControl + + + 462, 17 + + + Kaydetme sırasında Windows Aero otomatik kapatılsın (Aero kaydetme performansını düşürür) + + + NoControl + + + 37, 13 + + + saniye + + + NoControl + + + 86, 13 + + + Ekran kayıt FPS: + + + NoControl + + + 112, 17 + + + Peşine CLI çalıştır: + + + NoControl + + + Ayarlar... + + + NoControl + + + Profiller... + + + NoControl + + + 106, 13 + + + Başlangıç gecikmesi: + + + NoControl + + + 32, 13 + + + Çıkış: + + + NoControl + + + 76, 17 + + + Sabit süre: + + + NoControl + + + Ekran kaydedici + + + NoControl + + + Varsayılan yakalama ayarlarını kullan + + + Yakalama + + + NoControl + + + Kopyala + + + NoControl + + + Ekle + + + Ad + + + Yol + + + Parametreler + + + Uzantılar + + + NoControl + + + Düzenle + + + NoControl + + + Kaldır + + + NoControl + + + Varsayılan aksiyon ayarlarını kullan + + + Aksiyon + + + NoControl + + + 287, 17 + + + Dizinleri takip et ve eğer yeni dosya yaratılırsa onu yükle + + + Dizin yolu + + + Süzgeç + + + Alt dizinleri de dahil et + + + NoControl + + + Kaldır + + + NoControl + + + Ekle... + + + Takipteki dizinler + + + NoControl + + + 335, 17 + + + Dosya yükleme için de gerçek dosya ismi yerine isim deseni kullan + + + NoControl + + + 243, 13 + + + Yakalama veya panodan yükleme için isim deseni: + + + NoControl + + + Otomatik artan sayıyı sıfırla + + + NoControl + + + 188, 13 + + + Aktif pencere yakalam için isim deseni: + + + NoControl + + + 56, 13 + + + Ön izleme: + + + NoControl + + + 56, 13 + + + Ön izleme: + + + İsim deseni + + + NoControl + + + 269, 17 + + + Pano URL içeriyorsa URL paylaşım servisi ile paylaş + + + NoControl + + + 271, 17 + + + Eğer pano dosya URL bilgisi içeriyorsa indir ve yükle + + + NoControl + + + 291, 17 + + + Pano dizin yolu içeriyorsa dizini indeksle ve indeksi yükle + + + NoControl + + + 216, 17 + + + Pano URL içeriyorsa URL kısaltıcı kullan + + + Panodan yükleme + + + NoControl + + + Varsayılan yükleme ayarlarını kullan + + + Yükleme + + + NoControl + + + Varsayılan indeksleyici görev ayarlarını kullan + + + İndeksleyici + + + NoControl + + + Varsayılan gelişmiş ayarları kullan + + + Gelişmiş + + \ No newline at end of file diff --git a/ShareX/Forms/UploadTestForm.Designer.cs b/ShareX/Forms/UploadTestForm.Designer.cs index 226fb67c5..11827c077 100644 --- a/ShareX/Forms/UploadTestForm.Designer.cs +++ b/ShareX/Forms/UploadTestForm.Designer.cs @@ -29,6 +29,8 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UploadTestForm)); + this.tscTesters = new System.Windows.Forms.ToolStripContainer(); this.lvUploaders = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -37,206 +39,180 @@ private void InitializeComponent() this.testSelectedUploadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openURLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.tcTesters = new System.Windows.Forms.TabControl(); - this.tpTestUploaders = new System.Windows.Forms.TabPage(); - this.tscTesters = new System.Windows.Forms.ToolStripContainer(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnTestSelected = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnTestAll = new System.Windows.Forms.ToolStripButton(); + this.tcTesters = new System.Windows.Forms.TabControl(); + this.tpTestUploaders = new System.Windows.Forms.TabPage(); this.tpConsole = new System.Windows.Forms.TabPage(); this.txtConsole = new System.Windows.Forms.TextBox(); - this.cmsUploaders.SuspendLayout(); - this.tcTesters.SuspendLayout(); - this.tpTestUploaders.SuspendLayout(); this.tscTesters.ContentPanel.SuspendLayout(); this.tscTesters.TopToolStripPanel.SuspendLayout(); this.tscTesters.SuspendLayout(); + this.cmsUploaders.SuspendLayout(); this.toolStrip1.SuspendLayout(); + this.tcTesters.SuspendLayout(); + this.tpTestUploaders.SuspendLayout(); this.tpConsole.SuspendLayout(); this.SuspendLayout(); // + // tscTesters + // + resources.ApplyResources(this.tscTesters, "tscTesters"); + // + // tscTesters.BottomToolStripPanel + // + resources.ApplyResources(this.tscTesters.BottomToolStripPanel, "tscTesters.BottomToolStripPanel"); + // + // tscTesters.ContentPanel + // + resources.ApplyResources(this.tscTesters.ContentPanel, "tscTesters.ContentPanel"); + this.tscTesters.ContentPanel.Controls.Add(this.lvUploaders); + // + // tscTesters.LeftToolStripPanel + // + resources.ApplyResources(this.tscTesters.LeftToolStripPanel, "tscTesters.LeftToolStripPanel"); + this.tscTesters.Name = "tscTesters"; + // + // tscTesters.RightToolStripPanel + // + resources.ApplyResources(this.tscTesters.RightToolStripPanel, "tscTesters.RightToolStripPanel"); + // + // tscTesters.TopToolStripPanel + // + resources.ApplyResources(this.tscTesters.TopToolStripPanel, "tscTesters.TopToolStripPanel"); + this.tscTesters.TopToolStripPanel.BackColor = System.Drawing.Color.White; + this.tscTesters.TopToolStripPanel.Controls.Add(this.toolStrip1); + // // lvUploaders // + resources.ApplyResources(this.lvUploaders, "lvUploaders"); this.lvUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.lvUploaders.ContextMenuStrip = this.cmsUploaders; - this.lvUploaders.Dock = System.Windows.Forms.DockStyle.Fill; this.lvUploaders.FullRowSelect = true; this.lvUploaders.GridLines = true; - this.lvUploaders.Location = new System.Drawing.Point(0, 0); this.lvUploaders.Name = "lvUploaders"; - this.lvUploaders.Size = new System.Drawing.Size(621, 608); - this.lvUploaders.TabIndex = 0; this.lvUploaders.UseCompatibleStateImageBehavior = false; this.lvUploaders.View = System.Windows.Forms.View.Details; // // columnHeader1 // - this.columnHeader1.Text = "Name"; - this.columnHeader1.Width = 180; + resources.ApplyResources(this.columnHeader1, "columnHeader1"); // // columnHeader2 // - this.columnHeader2.Text = "Status"; - this.columnHeader2.Width = 333; + resources.ApplyResources(this.columnHeader2, "columnHeader2"); // // columnHeader3 // - this.columnHeader3.Text = "Time"; - this.columnHeader3.Width = 86; + resources.ApplyResources(this.columnHeader3, "columnHeader3"); // // cmsUploaders // + resources.ApplyResources(this.cmsUploaders, "cmsUploaders"); this.cmsUploaders.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.testSelectedUploadersToolStripMenuItem, this.openURLToolStripMenuItem, this.copyToolStripMenuItem}); this.cmsUploaders.Name = "cmsUploaders"; - this.cmsUploaders.Size = new System.Drawing.Size(207, 70); // // testSelectedUploadersToolStripMenuItem // + resources.ApplyResources(this.testSelectedUploadersToolStripMenuItem, "testSelectedUploadersToolStripMenuItem"); this.testSelectedUploadersToolStripMenuItem.Name = "testSelectedUploadersToolStripMenuItem"; - this.testSelectedUploadersToolStripMenuItem.Size = new System.Drawing.Size(206, 22); - this.testSelectedUploadersToolStripMenuItem.Text = "Test selected uploaders"; this.testSelectedUploadersToolStripMenuItem.Click += new System.EventHandler(this.btnTestSelected_Click); // // openURLToolStripMenuItem // + resources.ApplyResources(this.openURLToolStripMenuItem, "openURLToolStripMenuItem"); this.openURLToolStripMenuItem.Name = "openURLToolStripMenuItem"; - this.openURLToolStripMenuItem.Size = new System.Drawing.Size(206, 22); - this.openURLToolStripMenuItem.Text = "Open URL"; this.openURLToolStripMenuItem.Click += new System.EventHandler(this.openURLToolStripMenuItem_Click); // // copyToolStripMenuItem // + resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem"); this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; - this.copyToolStripMenuItem.Size = new System.Drawing.Size(206, 22); - this.copyToolStripMenuItem.Text = "Copy URL(s) to clipboard"; this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); // - // tcTesters - // - this.tcTesters.Controls.Add(this.tpTestUploaders); - this.tcTesters.Controls.Add(this.tpConsole); - this.tcTesters.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcTesters.Location = new System.Drawing.Point(3, 3); - this.tcTesters.Name = "tcTesters"; - this.tcTesters.SelectedIndex = 0; - this.tcTesters.Size = new System.Drawing.Size(635, 663); - this.tcTesters.TabIndex = 0; - // - // tpTestUploaders - // - this.tpTestUploaders.Controls.Add(this.tscTesters); - this.tpTestUploaders.Location = new System.Drawing.Point(4, 22); - this.tpTestUploaders.Name = "tpTestUploaders"; - this.tpTestUploaders.Padding = new System.Windows.Forms.Padding(3); - this.tpTestUploaders.Size = new System.Drawing.Size(627, 637); - this.tpTestUploaders.TabIndex = 0; - this.tpTestUploaders.Text = "Test uploaders"; - this.tpTestUploaders.UseVisualStyleBackColor = true; - // - // tscTesters - // - // - // tscTesters.ContentPanel - // - this.tscTesters.ContentPanel.Controls.Add(this.lvUploaders); - this.tscTesters.ContentPanel.Size = new System.Drawing.Size(621, 608); - this.tscTesters.Dock = System.Windows.Forms.DockStyle.Fill; - this.tscTesters.Location = new System.Drawing.Point(3, 3); - this.tscTesters.Name = "tscTesters"; - this.tscTesters.Size = new System.Drawing.Size(621, 631); - this.tscTesters.TabIndex = 0; - this.tscTesters.Text = "toolStripContainer1"; - // - // tscTesters.TopToolStripPanel - // - this.tscTesters.TopToolStripPanel.BackColor = System.Drawing.Color.White; - this.tscTesters.TopToolStripPanel.Controls.Add(this.toolStrip1); - // // toolStrip1 // + resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.BackColor = System.Drawing.Color.White; - this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnTestSelected, this.toolStripSeparator1, this.btnTestAll}); this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; - this.toolStrip1.Location = new System.Drawing.Point(3, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.toolStrip1.Size = new System.Drawing.Size(134, 23); - this.toolStrip1.TabIndex = 0; // // btnTestSelected // + resources.ApplyResources(this.btnTestSelected, "btnTestSelected"); this.btnTestSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.btnTestSelected.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnTestSelected.Name = "btnTestSelected"; - this.btnTestSelected.Size = new System.Drawing.Size(79, 19); - this.btnTestSelected.Text = "Test selected"; this.btnTestSelected.Click += new System.EventHandler(this.btnTestSelected_Click); // // toolStripSeparator1 // + resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23); // // btnTestAll // + resources.ApplyResources(this.btnTestAll, "btnTestAll"); this.btnTestAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.btnTestAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnTestAll.Name = "btnTestAll"; - this.btnTestAll.Size = new System.Drawing.Size(48, 19); - this.btnTestAll.Text = "Test all"; this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click); // + // tcTesters + // + resources.ApplyResources(this.tcTesters, "tcTesters"); + this.tcTesters.Controls.Add(this.tpTestUploaders); + this.tcTesters.Controls.Add(this.tpConsole); + this.tcTesters.Name = "tcTesters"; + this.tcTesters.SelectedIndex = 0; + // + // tpTestUploaders + // + resources.ApplyResources(this.tpTestUploaders, "tpTestUploaders"); + this.tpTestUploaders.Controls.Add(this.tscTesters); + this.tpTestUploaders.Name = "tpTestUploaders"; + this.tpTestUploaders.UseVisualStyleBackColor = true; + // // tpConsole // + resources.ApplyResources(this.tpConsole, "tpConsole"); this.tpConsole.Controls.Add(this.txtConsole); - this.tpConsole.Location = new System.Drawing.Point(4, 22); this.tpConsole.Name = "tpConsole"; - this.tpConsole.Padding = new System.Windows.Forms.Padding(3); - this.tpConsole.Size = new System.Drawing.Size(627, 637); - this.tpConsole.TabIndex = 1; - this.tpConsole.Text = "Console"; this.tpConsole.UseVisualStyleBackColor = true; // // txtConsole // - this.txtConsole.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtConsole.Location = new System.Drawing.Point(3, 3); - this.txtConsole.Multiline = true; + resources.ApplyResources(this.txtConsole, "txtConsole"); this.txtConsole.Name = "txtConsole"; - this.txtConsole.Size = new System.Drawing.Size(621, 631); - this.txtConsole.TabIndex = 0; // // UploadTestForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(641, 669); this.Controls.Add(this.tcTesters); this.Name = "UploadTestForm"; - this.Padding = new System.Windows.Forms.Padding(3); - this.Text = "ShareX - Test uploaders"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TesterGUI_FormClosing); - this.cmsUploaders.ResumeLayout(false); - this.tcTesters.ResumeLayout(false); - this.tpTestUploaders.ResumeLayout(false); this.tscTesters.ContentPanel.ResumeLayout(false); this.tscTesters.TopToolStripPanel.ResumeLayout(false); this.tscTesters.TopToolStripPanel.PerformLayout(); this.tscTesters.ResumeLayout(false); this.tscTesters.PerformLayout(); + this.cmsUploaders.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.tcTesters.ResumeLayout(false); + this.tpTestUploaders.ResumeLayout(false); this.tpConsole.ResumeLayout(false); this.tpConsole.PerformLayout(); this.ResumeLayout(false); diff --git a/ShareX/Forms/UploadTestForm.resx b/ShareX/Forms/UploadTestForm.resx index 4aee91d82..59abff505 100644 --- a/ShareX/Forms/UploadTestForm.resx +++ b/ShareX/Forms/UploadTestForm.resx @@ -117,10 +117,400 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 122, 17 + + tscTesters + + + lvUploaders + + + copyToolStripMenuItem + + + + 4, 22 + + + tpTestUploaders + + + 621, 608 + + + tscTesters + + + btnTestSelected + + + 3 + + + Magenta + + + + 3, 3, 3, 3 + + + 1 + + + 627, 637 + + + 206, 22 + + + 206, 22 + + + System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Time + + + 2 + + + columnHeader2 + + + Fill + + + 4 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tscTesters.LeftToolStripPanel + + + + 0 + + + Fill + + + tscTesters.ContentPanel + + + 641, 669 + + + tscTesters + + + testSelectedUploadersToolStripMenuItem + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 3, 3 + + + columnHeader3 + + + Magenta + + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tscTesters.TopToolStripPanel + + + Name + + + 621, 608 + + + 0 + + + Test selected + + + 0 + + + System.Windows.Forms.ToolStripContentPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 206, 22 + + + 621, 631 + + + openURLToolStripMenuItem + + + 48, 19 + + + Test selected uploaders + + + tscTesters + + + 0 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tscTesters.BottomToolStripPanel + + + toolStripSeparator1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 0 + + + toolStrip1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 635, 663 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 3, 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cmsUploaders + + + 134, 23 + + + tscTesters.RightToolStripPanel + + + 0 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6, 13 + + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 207, 70 + + + Copy URL(s) to clipboard + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + columnHeader1 + + + tscTesters.ContentPanel + + + 0 + + + tcTesters + + + Test uploaders + + + Open URL + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tscTesters + + + 3, 3, 3, 3 + + + 627, 637 + + + 4, 22 + + + tscTesters + + + 3, 3 + + + 1 + + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + UploadTestForm + + + btnTestAll + + + ShareX - Test uploaders + + + 86 + + + tpConsole + + + tpConsole + + + 0, 0 + + + Status + + + 180 + + + tscTesters.TopToolStripPanel + + + None + + + tcTesters + + + $this + + + 0 + + + 79, 19 + + + 6, 23 + + + Test all + + + System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + tpTestUploaders + + + 621, 631 + + + 0 + + + 0 + + + Console + + + toolStripContainer1 + + + 333 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtConsole + + + Fill + + + 3, 3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTesters + + + 3, 3, 3, 3 + + + Fill + + + tr 17, 17 + + True + + + 122, 17 + \ No newline at end of file diff --git a/ShareX/Forms/UploadTestForm.tr.resx b/ShareX/Forms/UploadTestForm.tr.resx new file mode 100644 index 000000000..d9bc9fa73 --- /dev/null +++ b/ShareX/Forms/UploadTestForm.tr.resx @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ad + + + Durum + + + Zaman + + + + 201, 22 + + + Seçili yükleyicileri test et + + + 201, 22 + + + URL aç + + + 201, 22 + + + URL'leri panoya kopyala + + + 202, 70 + + + 115, 19 + + + Seçili olanları test et + + + 86, 19 + + + Hepsini test et + + + 208, 23 + + + Yükleyicileri test et + + + Konsol + + + ShareX - Yükleyicileri test et + + \ No newline at end of file diff --git a/ShareX/Forms/VideoEncodersForm.Designer.cs b/ShareX/Forms/VideoEncodersForm.Designer.cs index ee6e712a3..fae581180 100644 --- a/ShareX/Forms/VideoEncodersForm.Designer.cs +++ b/ShareX/Forms/VideoEncodersForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VideoEncodersForm)); this.btnEncoderDuplicate = new System.Windows.Forms.Button(); this.btnEncodersAdd = new System.Windows.Forms.Button(); this.btnEncodersEdit = new System.Windows.Forms.Button(); @@ -41,49 +42,35 @@ private void InitializeComponent() // // btnEncoderDuplicate // - this.btnEncoderDuplicate.Location = new System.Drawing.Point(168, 8); + resources.ApplyResources(this.btnEncoderDuplicate, "btnEncoderDuplicate"); this.btnEncoderDuplicate.Name = "btnEncoderDuplicate"; - this.btnEncoderDuplicate.Size = new System.Drawing.Size(75, 23); - this.btnEncoderDuplicate.TabIndex = 2; - this.btnEncoderDuplicate.Text = "Duplicate"; this.btnEncoderDuplicate.UseVisualStyleBackColor = true; this.btnEncoderDuplicate.Click += new System.EventHandler(this.btnEncoderDuplicate_Click); // // btnEncodersAdd // - this.btnEncodersAdd.Location = new System.Drawing.Point(8, 8); + resources.ApplyResources(this.btnEncodersAdd, "btnEncodersAdd"); this.btnEncodersAdd.Name = "btnEncodersAdd"; - this.btnEncodersAdd.Size = new System.Drawing.Size(75, 23); - this.btnEncodersAdd.TabIndex = 0; - this.btnEncodersAdd.Text = "Add"; this.btnEncodersAdd.UseVisualStyleBackColor = true; this.btnEncodersAdd.Click += new System.EventHandler(this.btnEncodersAdd_Click); // // btnEncodersEdit // - this.btnEncodersEdit.Location = new System.Drawing.Point(88, 8); + resources.ApplyResources(this.btnEncodersEdit, "btnEncodersEdit"); this.btnEncodersEdit.Name = "btnEncodersEdit"; - this.btnEncodersEdit.Size = new System.Drawing.Size(75, 23); - this.btnEncodersEdit.TabIndex = 1; - this.btnEncodersEdit.Text = "Edit"; this.btnEncodersEdit.UseVisualStyleBackColor = true; this.btnEncodersEdit.Click += new System.EventHandler(this.btnEncodersEdit_Click); // // btnEncodersRemove // - this.btnEncodersRemove.Location = new System.Drawing.Point(248, 8); + resources.ApplyResources(this.btnEncodersRemove, "btnEncodersRemove"); this.btnEncodersRemove.Name = "btnEncodersRemove"; - this.btnEncodersRemove.Size = new System.Drawing.Size(75, 23); - this.btnEncodersRemove.TabIndex = 3; - this.btnEncodersRemove.Text = "Remove"; this.btnEncodersRemove.UseVisualStyleBackColor = true; this.btnEncodersRemove.Click += new System.EventHandler(this.btnEncodersRemove_Click); // // lvEncoders // - this.lvEncoders.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + resources.ApplyResources(this.lvEncoders, "lvEncoders"); this.lvEncoders.AutoFillColumn = true; this.lvEncoders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chEncoderDescription, @@ -91,49 +78,38 @@ private void InitializeComponent() this.chEncoderArgs, this.chEncoderOutputExtension}); this.lvEncoders.FullRowSelect = true; - this.lvEncoders.Location = new System.Drawing.Point(8, 40); this.lvEncoders.MultiSelect = false; this.lvEncoders.Name = "lvEncoders"; - this.lvEncoders.Size = new System.Drawing.Size(646, 330); - this.lvEncoders.TabIndex = 4; this.lvEncoders.UseCompatibleStateImageBehavior = false; this.lvEncoders.View = System.Windows.Forms.View.Details; this.lvEncoders.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvEncoders_MouseDoubleClick); // // chEncoderDescription // - this.chEncoderDescription.Text = "Description"; - this.chEncoderDescription.Width = 130; + resources.ApplyResources(this.chEncoderDescription, "chEncoderDescription"); // // chEncoderPath // - this.chEncoderPath.Text = "Path"; - this.chEncoderPath.Width = 80; + resources.ApplyResources(this.chEncoderPath, "chEncoderPath"); // // chEncoderArgs // - this.chEncoderArgs.Text = "Args"; - this.chEncoderArgs.Width = 230; + resources.ApplyResources(this.chEncoderArgs, "chEncoderArgs"); // // chEncoderOutputExtension // - this.chEncoderOutputExtension.Text = "Output extension"; - this.chEncoderOutputExtension.Width = 100; + resources.ApplyResources(this.chEncoderOutputExtension, "chEncoderOutputExtension"); // // VideoEncodersForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(664, 381); this.Controls.Add(this.btnEncoderDuplicate); this.Controls.Add(this.lvEncoders); this.Controls.Add(this.btnEncodersAdd); this.Controls.Add(this.btnEncodersRemove); this.Controls.Add(this.btnEncodersEdit); - this.MinimumSize = new System.Drawing.Size(680, 420); this.Name = "VideoEncodersForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "ShareX - Encoder Profiles"; this.Load += new System.EventHandler(this.VideoEncodersForm_Load); this.ResumeLayout(false); diff --git a/ShareX/Forms/VideoEncodersForm.resx b/ShareX/Forms/VideoEncodersForm.resx index 1af7de150..e894577ec 100644 --- a/ShareX/Forms/VideoEncodersForm.resx +++ b/ShareX/Forms/VideoEncodersForm.resx @@ -117,4 +117,202 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + + 6, 13 + + + chEncoderArgs + + + + 0 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Path + + + 75, 23 + + + 8, 40 + + + Output extension + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 1 + + + btnEncodersRemove + + + 2 + + + 88, 8 + + + $this + + + 248, 8 + + + 100 + + + Add + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 75, 23 + + + 664, 381 + + + lvEncoders + + + 80 + + + + CenterParent + + + chEncoderPath + + + chEncoderOutputExtension + + + Edit + + + 8, 8 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 168, 8 + + + Top, Bottom, Left, Right + + + 75, 23 + + + 646, 330 + + + 130 + + + VideoEncodersForm + + + btnEncodersEdit + + + HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + btnEncoderDuplicate + + + 0 + + + 3 + + + $this + + + chEncoderDescription + + + 230 + + + 4 + + + Description + + + btnEncodersAdd + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 680, 420 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 75, 23 + + + Args + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Duplicate + + + Remove + + + ShareX - Encoder Profiles + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/VideoEncodersForm.tr.resx b/ShareX/Forms/VideoEncodersForm.tr.resx new file mode 100644 index 000000000..d7b646338 --- /dev/null +++ b/ShareX/Forms/VideoEncodersForm.tr.resx @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Kopyala + + + Ekle + + + Düzenle + + + Kaldır + + + Açıklama + + + Yol + + + Parametreler + + + Çıkış uzantısı + + + ShareX - Kodlayıcı Profilleri + + \ No newline at end of file diff --git a/ShareX/Forms/WatchFolderForm.Designer.cs b/ShareX/Forms/WatchFolderForm.Designer.cs index 294d34060..a46c6390a 100644 --- a/ShareX/Forms/WatchFolderForm.Designer.cs +++ b/ShareX/Forms/WatchFolderForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WatchFolderForm)); this.btnPathBrowse = new System.Windows.Forms.Button(); this.txtFilter = new System.Windows.Forms.TextBox(); this.txtFolderPath = new System.Windows.Forms.TextBox(); @@ -41,91 +42,61 @@ private void InitializeComponent() // // btnPathBrowse // - this.btnPathBrowse.Location = new System.Drawing.Point(272, 11); + resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse"); this.btnPathBrowse.Name = "btnPathBrowse"; - this.btnPathBrowse.Size = new System.Drawing.Size(40, 23); - this.btnPathBrowse.TabIndex = 2; - this.btnPathBrowse.Text = "..."; this.btnPathBrowse.UseVisualStyleBackColor = true; this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click); // // txtFilter // - this.txtFilter.Location = new System.Drawing.Point(88, 36); + resources.ApplyResources(this.txtFilter, "txtFilter"); this.txtFilter.Name = "txtFilter"; - this.txtFilter.Size = new System.Drawing.Size(224, 20); - this.txtFilter.TabIndex = 4; // // txtFolderPath // - this.txtFolderPath.Location = new System.Drawing.Point(88, 12); + resources.ApplyResources(this.txtFolderPath, "txtFolderPath"); this.txtFolderPath.Name = "txtFolderPath"; - this.txtFolderPath.Size = new System.Drawing.Size(176, 20); - this.txtFolderPath.TabIndex = 1; // // lblFilter // - this.lblFilter.AutoSize = true; - this.lblFilter.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.lblFilter, "lblFilter"); this.lblFilter.Name = "lblFilter"; - this.lblFilter.Size = new System.Drawing.Size(32, 13); - this.lblFilter.TabIndex = 3; - this.lblFilter.Text = "Filter:"; // // lblFolderPath // - this.lblFolderPath.AutoSize = true; - this.lblFolderPath.Location = new System.Drawing.Point(16, 16); + resources.ApplyResources(this.lblFolderPath, "lblFolderPath"); this.lblFolderPath.Name = "lblFolderPath"; - this.lblFolderPath.Size = new System.Drawing.Size(63, 13); - this.lblFolderPath.TabIndex = 0; - this.lblFolderPath.Text = "Folder path:"; // // lblFilterExample // - this.lblFilterExample.AutoSize = true; - this.lblFilterExample.Location = new System.Drawing.Point(88, 60); + resources.ApplyResources(this.lblFilterExample, "lblFilterExample"); this.lblFilterExample.Name = "lblFilterExample"; - this.lblFilterExample.Size = new System.Drawing.Size(78, 13); - this.lblFilterExample.TabIndex = 5; - this.lblFilterExample.Text = "Example: *.png"; // // cbIncludeSubdirectories // - this.cbIncludeSubdirectories.AutoSize = true; - this.cbIncludeSubdirectories.Location = new System.Drawing.Point(16, 88); + resources.ApplyResources(this.cbIncludeSubdirectories, "cbIncludeSubdirectories"); this.cbIncludeSubdirectories.Name = "cbIncludeSubdirectories"; - this.cbIncludeSubdirectories.Size = new System.Drawing.Size(129, 17); - this.cbIncludeSubdirectories.TabIndex = 6; - this.cbIncludeSubdirectories.Text = "Include subdirectories"; this.cbIncludeSubdirectories.UseVisualStyleBackColor = true; // // btnCancel // - this.btnCancel.Location = new System.Drawing.Point(232, 120); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(80, 23); - this.btnCancel.TabIndex = 8; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // - this.btnOK.Location = new System.Drawing.Point(144, 120); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(80, 23); - this.btnOK.TabIndex = 7; - this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // WatchFolderForm // this.AcceptButton = this.btnOK; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(324, 153); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.cbIncludeSubdirectories); @@ -138,8 +109,6 @@ private void InitializeComponent() this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "WatchFolderForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Watch folder"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/ShareX/Forms/WatchFolderForm.resx b/ShareX/Forms/WatchFolderForm.resx index 1af7de150..e59355270 100644 --- a/ShareX/Forms/WatchFolderForm.resx +++ b/ShareX/Forms/WatchFolderForm.resx @@ -117,4 +117,253 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 324, 153 + + + 32, 13 + + + $this + + + Example: *.png + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnCancel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 272, 11 + + + 176, 20 + + + btnOK + + + $this + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 224, 20 + + + 88, 60 + + + WatchFolderForm + + + btnPathBrowse + + + 16, 88 + + + 16, 16 + + + 6 + + + lblFolderPath + + + 80, 23 + + + 6, 13 + + + 4 + + + 88, 12 + + + cbIncludeSubdirectories + + + + CenterScreen + + + + 6 + + + True + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 88, 36 + + + 16, 40 + + + 8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + lblFilterExample + + + 78, 13 + + + $this + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + Filter: + + + $this + + + ... + + + True + + + 3 + + + 1 + + + 144, 120 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Include subdirectories + + + 232, 120 + + + 80, 23 + + + txtFilter + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 2 + + + $this + + + 63, 13 + + + lblFilter + + + True + + + OK + + + 2 + + + Folder path: + + + Cancel + + + $this + + + 3 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + Watch folder + + + 1 + + + 7 + + + 4 + + + 7 + + + 129, 17 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 40, 23 + + + txtFolderPath + + + True + + + tr + \ No newline at end of file diff --git a/ShareX/Forms/WatchFolderForm.tr.resx b/ShareX/Forms/WatchFolderForm.tr.resx new file mode 100644 index 000000000..8b148f23e --- /dev/null +++ b/ShareX/Forms/WatchFolderForm.tr.resx @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 46, 13 + + + Süzgeç: + + + 55, 13 + + + Dizin yolu: + + + 67, 13 + + + Örnek: *.png + + + 110, 17 + + + Alt dizinleri de içer + + + İptal + + + Tamam + + + Dizin gözetle + + \ No newline at end of file diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index 03368c315..e22d67b4a 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -253,34 +253,80 @@ BeforeUploadControl.cs + + HotkeyManagerControl.cs + + + HotkeySelectionControl.cs + AboutForm.cs Designer + + AboutForm.cs + + + ActionsForm.cs + AfterCaptureForm.cs + + AfterCaptureForm.cs + + + AfterUploadForm.cs + + + ApplicationSettingsForm.cs + AutoCaptureForm.cs + + AutoCaptureForm.cs + BeforeUploadForm.cs + + BeforeUploadForm.cs + Designer + ClipboardFormatForm.cs + + ClipboardFormatForm.cs + EncoderProgramForm.cs ActionsForm.cs + + EncoderProgramForm.cs + FileExistForm.cs + + FileExistForm.cs + + + HotkeySettingsForm.cs + + + MainForm.cs + ScreenColorPicker.cs + + ScreenColorPicker.cs + ScreenRegionForm.cs @@ -290,9 +336,21 @@ MainForm.cs + + ScreenRegionForm.cs + + + TaskSettingsForm.cs + UploadTestForm.cs + + UploadTestForm.cs + + + VideoEncodersForm.cs + WatchFolderForm.cs @@ -308,6 +366,9 @@ AfterUploadForm.cs + + WatchFolderForm.cs + PublicResXFileCodeGenerator Designer diff --git a/ShareX/TaskSettings.cs b/ShareX/TaskSettings.cs index 9efb62243..9276f1bbc 100644 --- a/ShareX/TaskSettings.cs +++ b/ShareX/TaskSettings.cs @@ -242,12 +242,10 @@ public string CaptureFolder private static ImageDestination DefaultImageDestination() { - if (CultureInfo.CurrentCulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase)) - { - return ImageDestination.HizliResim; - } - - return ImageDestination.Imgur; + return + CultureInfo.CurrentCulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase) || + CultureInfo.CurrentUICulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase) ? + ImageDestination.HizliResim : ImageDestination.Imgur; } }