Fix status wrap

This commit is contained in:
Jaex 2023-01-08 21:52:48 +03:00
parent 0e506e7877
commit 81d052144a
4 changed files with 1940 additions and 8021 deletions

View file

@ -225,6 +225,9 @@
<data name="flpStatus.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="flpStatus.WrapContents" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;flpStatus.Name" xml:space="preserve">
<value>flpStatus</value>
</data>

View file

@ -258,6 +258,7 @@ private void InitializeComponent()
this.lblAmazonS3AccessKey = new System.Windows.Forms.Label();
this.txtAmazonS3AccessKey = new System.Windows.Forms.TextBox();
this.tpGoogleCloudStorage = new System.Windows.Forms.TabPage();
this.oauth2GoogleCloudStorage = new ShareX.UploadersLib.OAuthLoopbackControl();
this.gbGoogleCloudStorageAdvanced = new System.Windows.Forms.GroupBox();
this.lblGoogleCloudStorageStripExtension = new System.Windows.Forms.Label();
this.cbGoogleCloudStorageStripExtensionText = new System.Windows.Forms.CheckBox();
@ -630,7 +631,6 @@ private void InitializeComponent()
this.tcUploaders = new System.Windows.Forms.TabControl();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.actRapidShareAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2GoogleCloudStorage = new ShareX.UploadersLib.OAuthLoopbackControl();
this.tpOtherUploaders.SuspendLayout();
this.tcOtherUploaders.SuspendLayout();
this.tpTwitter.SuspendLayout();
@ -2237,6 +2237,13 @@ private void InitializeComponent()
this.tpGoogleCloudStorage.Name = "tpGoogleCloudStorage";
this.tpGoogleCloudStorage.UseVisualStyleBackColor = true;
//
// oauth2GoogleCloudStorage
//
resources.ApplyResources(this.oauth2GoogleCloudStorage, "oauth2GoogleCloudStorage");
this.oauth2GoogleCloudStorage.Name = "oauth2GoogleCloudStorage";
this.oauth2GoogleCloudStorage.ConnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_ConnectButtonClicked);
this.oauth2GoogleCloudStorage.DisconnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_DisconnectButtonClicked);
//
// gbGoogleCloudStorageAdvanced
//
this.gbGoogleCloudStorageAdvanced.Controls.Add(this.lblGoogleCloudStorageStripExtension);
@ -4940,13 +4947,6 @@ private void InitializeComponent()
this.actRapidShareAccountType.Name = "actRapidShareAccountType";
this.actRapidShareAccountType.SelectedAccountType = ShareX.UploadersLib.AccountType.Anonymous;
//
// oauth2GoogleCloudStorage
//
resources.ApplyResources(this.oauth2GoogleCloudStorage, "oauth2GoogleCloudStorage");
this.oauth2GoogleCloudStorage.Name = "oauth2GoogleCloudStorage";
this.oauth2GoogleCloudStorage.ConnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_ConnectButtonClicked);
this.oauth2GoogleCloudStorage.DisconnectButtonClicked += new System.Action(this.oauth2GoogleCloudStorage_DisconnectButtonClicked);
//
// UploadersConfigForm
//
resources.ApplyResources(this, "$this");

View file

@ -3044,7 +3044,7 @@ private void oauth2YouTube_DisconnectButtonClicked()
private void llYouTubePermissionsLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
URLHelpers.OpenURL("https://security.google.com/settings/security/permissions");
URLHelpers.OpenURL("https://myaccount.google.com/permissions");
}
private void cbYouTubePrivacyType_SelectedIndexChanged(object sender, EventArgs e)

File diff suppressed because it is too large Load diff