diff --git a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs index 89c551175..1ddc011d7 100644 --- a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs +++ b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs @@ -30,12 +30,12 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomUploaderSettingsForm)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); this.tscCustomUploaderResponseText = new System.Windows.Forms.ToolStripContainer(); this.txtCustomUploaderResponse = new System.Windows.Forms.TextBox(); this.tsCustomUploaderResponseText = new System.Windows.Forms.ToolStrip(); @@ -66,7 +66,6 @@ private void InitializeComponent() this.lblCustomUploaderFileUploader = new System.Windows.Forms.Label(); this.btnCustomUploaderFileUploaderTest = new System.Windows.Forms.Button(); this.lblCustomUploaderImageUploader = new System.Windows.Forms.Label(); - this.pCustomUploader = new System.Windows.Forms.Panel(); this.tcCustomUploader = new System.Windows.Forms.TabControl(); this.tpCustomUploaderRequest = new System.Windows.Forms.TabPage(); this.dgvHeaders = new System.Windows.Forms.DataGridView(); @@ -149,7 +148,6 @@ private void InitializeComponent() this.tsCustomUploaderResponseText.SuspendLayout(); this.gbCustomUploaders.SuspendLayout(); this.cmsCustomUploaderHelp.SuspendLayout(); - this.pCustomUploader.SuspendLayout(); this.tcCustomUploader.SuspendLayout(); this.tpCustomUploaderRequest.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvHeaders)).BeginInit(); @@ -404,22 +402,12 @@ private void InitializeComponent() resources.ApplyResources(this.lblCustomUploaderImageUploader, "lblCustomUploaderImageUploader"); this.lblCustomUploaderImageUploader.Name = "lblCustomUploaderImageUploader"; // - // pCustomUploader - // - this.pCustomUploader.Controls.Add(this.tcCustomUploader); - this.pCustomUploader.Controls.Add(this.lblCustomUploaderDestinationType); - this.pCustomUploader.Controls.Add(this.lblCustomUploaderName); - this.pCustomUploader.Controls.Add(this.mbCustomUploaderDestinationType); - this.pCustomUploader.Controls.Add(this.txtCustomUploaderName); - resources.ApplyResources(this.pCustomUploader, "pCustomUploader"); - this.pCustomUploader.Name = "pCustomUploader"; - // // tcCustomUploader // + resources.ApplyResources(this.tcCustomUploader, "tcCustomUploader"); this.tcCustomUploader.Controls.Add(this.tpCustomUploaderRequest); this.tcCustomUploader.Controls.Add(this.tpCustomUploaderResponse); this.tcCustomUploader.Controls.Add(this.tpCustomUploaderTest); - resources.ApplyResources(this.tcCustomUploader, "tcCustomUploader"); this.tcCustomUploader.Name = "tcCustomUploader"; this.tcCustomUploader.SelectedIndex = 0; // @@ -446,28 +434,28 @@ private void InitializeComponent() this.dgvHeaders.AllowUserToResizeRows = false; this.dgvHeaders.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvHeaders.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); - dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvHeaders.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle31.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); + dataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvHeaders.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle31; this.dgvHeaders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvHeaders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2}); - dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); - dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgvHeaders.DefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle32.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); + dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvHeaders.DefaultCellStyle = dataGridViewCellStyle32; this.dgvHeaders.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvHeaders.GridColor = System.Drawing.SystemColors.ControlLight; resources.ApplyResources(this.dgvHeaders, "dgvHeaders"); @@ -495,28 +483,28 @@ private void InitializeComponent() this.dgvParameters.AllowUserToResizeRows = false; this.dgvParameters.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvParameters.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); - dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; + dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle33.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle33.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle33.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); + dataGridViewCellStyle33.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle33.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle33; this.dgvParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.chParametersName, this.chParametersValue}); - dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); - dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgvParameters.DefaultCellStyle = dataGridViewCellStyle4; + dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle34.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); + dataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvParameters.DefaultCellStyle = dataGridViewCellStyle34; this.dgvParameters.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvParameters.GridColor = System.Drawing.SystemColors.ControlLight; resources.ApplyResources(this.dgvParameters, "dgvParameters"); @@ -609,28 +597,28 @@ private void InitializeComponent() this.dgvArguments.AllowUserToResizeRows = false; this.dgvArguments.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvArguments.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); - dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvArguments.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; + dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle35.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle35.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle35.Padding = new System.Windows.Forms.Padding(0, 2, 0, 2); + dataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvArguments.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle35; this.dgvArguments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvArguments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4}); - dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); - dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgvArguments.DefaultCellStyle = dataGridViewCellStyle6; + dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle36.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle36.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle36.Padding = new System.Windows.Forms.Padding(1, 0, 0, 0); + dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvArguments.DefaultCellStyle = dataGridViewCellStyle36; this.dgvArguments.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvArguments.GridColor = System.Drawing.SystemColors.ControlLight; resources.ApplyResources(this.dgvArguments, "dgvArguments"); @@ -1060,12 +1048,16 @@ private void InitializeComponent() resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; + this.Controls.Add(this.tcCustomUploader); + this.Controls.Add(this.lblCustomUploaderDestinationType); + this.Controls.Add(this.mbCustomUploaderDestinationType); + this.Controls.Add(this.lblCustomUploaderName); this.Controls.Add(this.btnCustomUploaderURLSharingServiceTest); + this.Controls.Add(this.txtCustomUploaderName); this.Controls.Add(this.cbCustomUploaderURLSharingService); this.Controls.Add(this.gbCustomUploaders); this.Controls.Add(this.lblCustomUploaderURLSharingService); this.Controls.Add(this.cbCustomUploaderImageUploader); - this.Controls.Add(this.pCustomUploader); this.Controls.Add(this.btnCustomUploaderTextUploaderTest); this.Controls.Add(this.lblCustomUploaderImageUploader); this.Controls.Add(this.lblCustomUploaderURLShortener); @@ -1078,7 +1070,6 @@ private void InitializeComponent() this.Controls.Add(this.cbCustomUploaderFileUploader); this.Controls.Add(this.cbCustomUploaderURLShortener); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.MaximizeBox = false; this.Name = "CustomUploaderSettingsForm"; this.DragDrop += new System.Windows.Forms.DragEventHandler(this.CustomUploaderSettingsForm_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.CustomUploaderSettingsForm_DragEnter); @@ -1092,8 +1083,6 @@ private void InitializeComponent() this.tsCustomUploaderResponseText.PerformLayout(); this.gbCustomUploaders.ResumeLayout(false); this.cmsCustomUploaderHelp.ResumeLayout(false); - this.pCustomUploader.ResumeLayout(false); - this.pCustomUploader.PerformLayout(); this.tcCustomUploader.ResumeLayout(false); this.tpCustomUploaderRequest.ResumeLayout(false); this.tpCustomUploaderRequest.PerformLayout(); @@ -1148,7 +1137,6 @@ private void InitializeComponent() private System.Windows.Forms.Label lblCustomUploaderFileUploader; private System.Windows.Forms.Button btnCustomUploaderFileUploaderTest; private System.Windows.Forms.Label lblCustomUploaderImageUploader; - private System.Windows.Forms.Panel pCustomUploader; private System.Windows.Forms.TabControl tcCustomUploader; private System.Windows.Forms.TabPage tpCustomUploaderRequest; private System.Windows.Forms.Label lblCustomUploaderHeaders; diff --git a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.cs b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.cs index 85e02b0ec..492eed5f2 100644 --- a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.cs +++ b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.cs @@ -231,8 +231,8 @@ private void CustomUploaderUpdateStates() { bool isSelected = CustomUploaderCheck(lbCustomUploaderList.SelectedIndex); - txtCustomUploaderName.Enabled = btnCustomUploaderRemove.Enabled = btnCustomUploaderDuplicate.Enabled = pCustomUploader.Enabled = - mbCustomUploaderDestinationType.Enabled = isSelected; + btnCustomUploaderRemove.Enabled = btnCustomUploaderDuplicate.Enabled = txtCustomUploaderName.Enabled = mbCustomUploaderDestinationType.Enabled = + tcCustomUploader.Enabled = isSelected; if (isSelected) { diff --git a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.resx b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.resx index 78b275ca5..dabb75daf 100644 --- a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.resx +++ b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.resx @@ -310,7 +310,7 @@ $this - 6 + 11 NoControl @@ -337,7 +337,7 @@ $this - 8 + 12 True @@ -367,7 +367,7 @@ $this - 10 + 14 8, 416 @@ -388,7 +388,7 @@ $this - 12 + 16 NoControl @@ -415,7 +415,7 @@ $this - 14 + 18 True @@ -445,7 +445,115 @@ $this - 16 + 20 + + + btnCustomUploaderHelp + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + + gbCustomUploaders + + + 0 + + + btnCustomUploaderNew + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbCustomUploaders + + + 1 + + + btnCustomUploaderDuplicate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbCustomUploaders + + + 2 + + + btnCustomUploaderClearUploaders + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbCustomUploaders + + + 3 + + + eiCustomUploaders + + + ShareX.HelpersLib.ExportImportControl, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + + gbCustomUploaders + + + 4 + + + lbCustomUploaderList + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbCustomUploaders + + + 5 + + + btnCustomUploaderRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gbCustomUploaders + + + 6 + + + 8, 8 + + + 248, 344 + + + 0 + + + Uploaders + + + gbCustomUploaders + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 NoControl @@ -456,24 +564,6 @@ 119, 17 - - 183, 22 - - - Custom uploader guide... - - - 183, 22 - - - Custom uploaders... - - - 183, 22 - - - Export all... - 184, 70 @@ -510,6 +600,24 @@ 0 + + 183, 22 + + + Custom uploader guide... + + + 183, 22 + + + Custom uploaders... + + + 183, 22 + + + Export all... + NoControl @@ -663,30 +771,6 @@ 6 - - 8, 8 - - - 248, 344 - - - 0 - - - Uploaders - - - gbCustomUploaders - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - 8, 496 @@ -706,7 +790,7 @@ $this - 18 + 22 8, 456 @@ -727,7 +811,7 @@ $this - 17 + 21 NoControl @@ -754,7 +838,7 @@ $this - 15 + 19 True @@ -784,7 +868,7 @@ $this - 13 + 17 NoControl @@ -811,7 +895,7 @@ $this - 11 + 15 True @@ -841,8 +925,443 @@ $this + 13 + + + Top, Bottom, Left, Right + + + dgvHeaders + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 0 + + + dgvParameters + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 1 + + + lblCustomUploaderHeaders + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 2 + + + lblCustomUploaderParameters + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 3 + + + pCustomUploaderRequestURL + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 4 + + + cbCustomUploaderRequestMethod + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 5 + + + lblCustomUploaderRequestURL + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 6 + + + cbCustomUploaderBody + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 7 + + + lblCustomUploaderRequestMethod + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 8 + + + lblCustomUploaderBody + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + 9 + + pCustomUploaderBodyArguments + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 10 + + + pCustomUploaderBodyData + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 11 + + + 4, 22 + + + 3, 3, 3, 3 + + + 512, 478 + + + 0 + + + Request + + + tpCustomUploaderRequest + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploader + + + 0 + + + lblCustomUploaderParseResponse + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 0 + + + pCustomUploaderDeletionURL + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 1 + + + lblCustomUploaderDeletionURL + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 2 + + + pCustomUploaderThumbnailURL + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 3 + + + pCustomUploaderURL + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 4 + + + lblCustomUploaderThumbnailURL + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 5 + + + lblCustomUploaderURL + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 6 + + + tcCustomUploaderResponseParse + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 7 + + + 4, 22 + + + 3, 3, 3, 3 + + + 512, 478 + + + 1 + + + Response + + + tpCustomUploaderResponse + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploader + + + 1 + + + pCustomUploaderResult + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResult + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 498, 446 + + + 0 + + + Result + + + tpCustomUploaderResult + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderTest + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 498, 446 + + + 1 + + + Response text + + + tpCustomUploaderResponseText + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderTest + + + 1 + + + Fill + + + 3, 3 + + + 506, 472 + + + 44 + + + tcCustomUploaderTest + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderTest + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 512, 478 + + + 2 + + + Test + + + tpCustomUploaderTest + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploader + + + 2 + + + 272, 56 + + + 520, 504 + + + 0 + + + tcCustomUploader + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + True @@ -969,24 +1488,6 @@ 3 - - Fill - - - 2, 2 - - - False - - - 402, 14 - - - 0 - - - - rtbCustomUploaderRequestURL @@ -1023,6 +1524,36 @@ 4 + + Fill + + + 2, 2 + + + False + + + 402, 14 + + + 0 + + + + + + rtbCustomUploaderRequestURL + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderRequestURL + + + 0 + 16, 24 @@ -1155,6 +1686,63 @@ 9 + + dgvArguments + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderBodyArguments + + + 0 + + + lblCustomUploaderFileFormName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderBodyArguments + + + 1 + + + txtCustomUploaderFileFormName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderBodyArguments + + + 2 + + + 264, 96 + + + 240, 368 + + + 20 + + + pCustomUploaderBodyArguments + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRequest + + + 10 + True @@ -1239,26 +1827,62 @@ 2 - - 264, 96 + + btnCustomUploaderDataBeautify - - 240, 368 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 20 + + pCustomUploaderBodyData - - pCustomUploaderBodyArguments + + 0 - + + btnCustomUploaderDataMinify + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderBodyData + + + 1 + + + pCustomUploaderData + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + pCustomUploaderBodyData + + + 2 + + + 264, 96 + + + 240, 368 + + + 21 + + + pCustomUploaderBodyData + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpCustomUploaderRequest - - 10 + + 11 NoControl @@ -1314,24 +1938,6 @@ 1 - - Fill - - - 2, 2 - - - 226, 186 - - - 0 - - - - - - False - rtbCustomUploaderData @@ -1368,52 +1974,34 @@ 2 - - 264, 96 + + Fill - - 240, 368 + + 2, 2 - - 21 + + 226, 186 - - pCustomUploaderBodyData - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCustomUploaderRequest - - - 11 - - - 4, 22 - - - 3, 3, 3, 3 - - - 512, 478 - - + 0 - - Request + + - - tpCustomUploaderRequest + + False - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + rtbCustomUploaderData - - tcCustomUploader + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + pCustomUploaderData + + 0 @@ -1446,24 +2034,6 @@ 0 - - Fill - - - 2, 2 - - - False - - - 250, 14 - - - 0 - - - - rtbCustomUploaderDeletionURL @@ -1500,6 +2070,36 @@ 1 + + Fill + + + 2, 2 + + + False + + + 250, 14 + + + 0 + + + + + + rtbCustomUploaderDeletionURL + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderDeletionURL + + + 0 + True @@ -1530,24 +2130,6 @@ 2 - - Fill - - - 2, 2 - - - False - - - 250, 14 - - - 0 - - - - rtbCustomUploaderThumbnailURL @@ -1584,24 +2166,36 @@ 3 - + Fill - + 2, 2 - + False - + 250, 14 - + 0 - + + + rtbCustomUploaderThumbnailURL + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderThumbnailURL + + + 0 + rtbCustomUploaderURL @@ -1638,6 +2232,36 @@ 4 + + Fill + + + 2, 2 + + + False + + + 250, 14 + + + 0 + + + + + + rtbCustomUploaderURL + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCustomUploaderURL + + + 0 + True @@ -1698,6 +2322,150 @@ 6 + + tpCustomUploaderJsonParse + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderResponseParse + + + 0 + + + tpCustomUploaderXmlParse + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderResponseParse + + + 1 + + + tpCustomUploaderRegexParse + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderResponseParse + + + 2 + + + 16, 26 + + + 256, 184 + + + 12 + + + tcCustomUploaderResponseParse + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderResponse + + + 7 + + + btnCustomUploaderJsonAddSyntax + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderJsonParse + + + 0 + + + btnCustomUploadJsonPathHelp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderJsonParse + + + 1 + + + lblCustomUploaderJsonPathExample + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderJsonParse + + + 2 + + + lblCustomUploaderJsonPath + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderJsonParse + + + 3 + + + txtCustomUploaderJsonPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderJsonParse + + + 4 + + + 4, 22 + + + 3, 3, 3, 3 + + + 248, 158 + + + 1 + + + JSON + + + tpCustomUploaderJsonParse + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCustomUploaderResponseParse + + + 0 + NoControl @@ -1836,32 +2604,92 @@ store.book[0].title 4 - - 4, 22 + + btnCustomUploaderXmlSyntaxAdd - - 3, 3, 3, 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 248, 158 + + tpCustomUploaderXmlParse - + + 0 + + + btnCustomUploaderXPathHelp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderXmlParse + + 1 - - JSON + + lblCustomUploaderXPathExample - - tpCustomUploaderJsonParse + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tpCustomUploaderXmlParse + + + 2 + + + lblCustomUploaderXPath + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderXmlParse + + + 3 + + + txtCustomUploaderXPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderXmlParse + + + 4 + + + 4, 22 + + + 3, 3, 3, 3 + + + 248, 158 + + + 2 + + + XML + + + tpCustomUploaderXmlParse + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tcCustomUploaderResponseParse - - 0 + + 1 NoControl @@ -2001,32 +2829,116 @@ store.book[0].title 4 - - 4, 22 + + btnCustomUploaderRegexHelp - - 3, 3, 3, 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 248, 158 + + tpCustomUploaderRegexParse - + + 0 + + + btnCustomUploaderRegexAddSyntax + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRegexParse + + + 1 + + + txtCustomUploaderRegexp + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRegexParse + + 2 - - XML + + btnCustomUploaderRegexpUpdate - - tpCustomUploaderXmlParse + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tpCustomUploaderRegexParse + + + 3 + + + btnCustomUploaderRegexpAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRegexParse + + + 4 + + + btnCustomUploaderRegexpRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCustomUploaderRegexParse + + + 5 + + + lvCustomUploaderRegexps + + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + + tpCustomUploaderRegexParse + + + 6 + + + 4, 22 + + + 3, 3, 3, 3 + + + 248, 158 + + + 0 + + + Regex + + + tpCustomUploaderRegexParse + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tcCustomUploaderResponseParse - - 1 + + 2 NoControl @@ -2184,9 +3096,6 @@ store.book[0].title 5 - - 227 - 8, 64 @@ -2208,95 +3117,8 @@ store.book[0].title 6 - - 4, 22 - - - 3, 3, 3, 3 - - - 248, 158 - - - 0 - - - Regex - - - tpCustomUploaderRegexParse - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCustomUploaderResponseParse - - - 2 - - - 16, 26 - - - 256, 184 - - - 12 - - - tcCustomUploaderResponseParse - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCustomUploaderResponse - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 512, 478 - - - 1 - - - Response - - - tpCustomUploaderResponse - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCustomUploader - - - 1 - - - Fill - - - 2, 2 - - - 486, 434 - - - 0 - - - + + 227 rtbCustomUploaderResult @@ -2337,130 +3159,31 @@ store.book[0].title 0 - - 4, 22 - - - 3, 3, 3, 3 - - - 498, 446 - - - 0 - - - Result - - - tpCustomUploaderResult - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCustomUploaderTest - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 498, 446 - - - 1 - - - Response text - - - tpCustomUploaderResponseText - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCustomUploaderTest - - - 1 - - + Fill - - 3, 3 + + 2, 2 - - 506, 472 + + 486, 434 - - 44 - - - tcCustomUploaderTest - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCustomUploaderTest - - + 0 - - 4, 22 + + - - 3, 3, 3, 3 + + rtbCustomUploaderResult - - 512, 478 + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + pCustomUploaderResult - - Test - - - tpCustomUploaderTest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCustomUploader - - - 2 - - - 0, 48 - - - 520, 504 - - - 0 - - - tcCustomUploader - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCustomUploader - - + 0 @@ -2470,7 +3193,7 @@ store.book[0].title NoControl - 261, 0 + 533, 8 86, 13 @@ -2488,7 +3211,7 @@ store.book[0].title System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - pCustomUploader + $this 1 @@ -2500,7 +3223,7 @@ store.book[0].title NoControl - -3, 0 + 269, 8 38, 13 @@ -2518,16 +3241,19 @@ store.book[0].title System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - pCustomUploader + $this - 2 + 3 + + + Top, Left, Right NoControl - 263, 15 + 535, 23 310, 17 @@ -2563,13 +3289,13 @@ store.book[0].title ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - pCustomUploader + $this - 3 + 2 - 0, 16 + 272, 24 248, 20 @@ -2584,30 +3310,9 @@ store.book[0].title System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - pCustomUploader - - - 4 - - - 272, 8 - - - 536, 552 - - - 1 - - - pCustomUploader - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - + 7 @@ -2638,7 +3343,7 @@ store.book[0].title $this - 5 + 10 8, 536 @@ -2659,7 +3364,7 @@ store.book[0].title $this - 3 + 8 NoControl @@ -2686,7 +3391,7 @@ store.book[0].title $this - 2 + 6 True