mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-23 17:42:46 +01:00
183 lines
9.7 KiB
C#
183 lines
9.7 KiB
C#
namespace TweetDuck.Core.Other.Settings {
|
|
partial class TabSettingsFeedback {
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing) {
|
|
if (disposing && (components != null)) {
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
this.components = new System.ComponentModel.Container();
|
|
this.panelDataCollection = new System.Windows.Forms.Panel();
|
|
this.labelDataCollectionLink = new System.Windows.Forms.LinkLabel();
|
|
this.checkDataCollection = new System.Windows.Forms.CheckBox();
|
|
this.labelDataCollectionMessage = new System.Windows.Forms.Label();
|
|
this.btnViewReport = new System.Windows.Forms.Button();
|
|
this.btnSendFeedback = new System.Windows.Forms.Button();
|
|
this.labelDataCollection = new System.Windows.Forms.Label();
|
|
this.labelFeedback = new System.Windows.Forms.Label();
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.flowPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelDataCollection.SuspendLayout();
|
|
this.flowPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelDataCollection
|
|
//
|
|
this.panelDataCollection.Controls.Add(this.labelDataCollectionLink);
|
|
this.panelDataCollection.Controls.Add(this.checkDataCollection);
|
|
this.panelDataCollection.Location = new System.Drawing.Point(0, 78);
|
|
this.panelDataCollection.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelDataCollection.Name = "panelDataCollection";
|
|
this.panelDataCollection.Size = new System.Drawing.Size(300, 28);
|
|
this.panelDataCollection.TabIndex = 3;
|
|
//
|
|
// labelDataCollectionLink
|
|
//
|
|
this.labelDataCollectionLink.AutoSize = true;
|
|
this.labelDataCollectionLink.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.labelDataCollectionLink.LinkArea = new System.Windows.Forms.LinkArea(1, 10);
|
|
this.labelDataCollectionLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
|
|
this.labelDataCollectionLink.Location = new System.Drawing.Point(153, 4);
|
|
this.labelDataCollectionLink.Margin = new System.Windows.Forms.Padding(0);
|
|
this.labelDataCollectionLink.Name = "labelDataCollectionLink";
|
|
this.labelDataCollectionLink.Size = new System.Drawing.Size(71, 21);
|
|
this.labelDataCollectionLink.TabIndex = 1;
|
|
this.labelDataCollectionLink.TabStop = true;
|
|
this.labelDataCollectionLink.Text = "(learn more)";
|
|
this.labelDataCollectionLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.labelDataCollectionLink.UseCompatibleTextRendering = true;
|
|
//
|
|
// checkDataCollection
|
|
//
|
|
this.checkDataCollection.AutoSize = true;
|
|
this.checkDataCollection.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.checkDataCollection.Location = new System.Drawing.Point(6, 6);
|
|
this.checkDataCollection.Margin = new System.Windows.Forms.Padding(6, 6, 0, 2);
|
|
this.checkDataCollection.Name = "checkDataCollection";
|
|
this.checkDataCollection.Size = new System.Drawing.Size(147, 19);
|
|
this.checkDataCollection.TabIndex = 0;
|
|
this.checkDataCollection.Text = "Send Anonymous Data";
|
|
this.checkDataCollection.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelDataCollectionMessage
|
|
//
|
|
this.labelDataCollectionMessage.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.labelDataCollectionMessage.Location = new System.Drawing.Point(6, 143);
|
|
this.labelDataCollectionMessage.Margin = new System.Windows.Forms.Padding(6);
|
|
this.labelDataCollectionMessage.Name = "labelDataCollectionMessage";
|
|
this.labelDataCollectionMessage.Size = new System.Drawing.Size(288, 67);
|
|
this.labelDataCollectionMessage.TabIndex = 5;
|
|
//
|
|
// btnViewReport
|
|
//
|
|
this.btnViewReport.AutoSize = true;
|
|
this.btnViewReport.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.btnViewReport.Location = new System.Drawing.Point(5, 109);
|
|
this.btnViewReport.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
|
|
this.btnViewReport.Name = "btnViewReport";
|
|
this.btnViewReport.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.btnViewReport.Size = new System.Drawing.Size(155, 25);
|
|
this.btnViewReport.TabIndex = 4;
|
|
this.btnViewReport.Text = "View My Analytics Report";
|
|
this.btnViewReport.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSendFeedback
|
|
//
|
|
this.btnSendFeedback.AutoSize = true;
|
|
this.btnSendFeedback.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.btnSendFeedback.Location = new System.Drawing.Point(5, 23);
|
|
this.btnSendFeedback.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
|
|
this.btnSendFeedback.Name = "btnSendFeedback";
|
|
this.btnSendFeedback.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.btnSendFeedback.Size = new System.Drawing.Size(170, 25);
|
|
this.btnSendFeedback.TabIndex = 1;
|
|
this.btnSendFeedback.Text = "Send Feedback / Bug Report";
|
|
this.btnSendFeedback.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelDataCollection
|
|
//
|
|
this.labelDataCollection.AutoSize = true;
|
|
this.labelDataCollection.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelDataCollection.Location = new System.Drawing.Point(3, 63);
|
|
this.labelDataCollection.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelDataCollection.Name = "labelDataCollection";
|
|
this.labelDataCollection.Size = new System.Drawing.Size(88, 15);
|
|
this.labelDataCollection.TabIndex = 2;
|
|
this.labelDataCollection.Text = "Data Collection";
|
|
//
|
|
// labelFeedback
|
|
//
|
|
this.labelFeedback.AutoSize = true;
|
|
this.labelFeedback.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.labelFeedback.Location = new System.Drawing.Point(0, 0);
|
|
this.labelFeedback.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
this.labelFeedback.Name = "labelFeedback";
|
|
this.labelFeedback.Size = new System.Drawing.Size(75, 19);
|
|
this.labelFeedback.TabIndex = 0;
|
|
this.labelFeedback.Text = "FEEDBACK";
|
|
//
|
|
// flowPanel
|
|
//
|
|
this.flowPanel.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.flowPanel.Controls.Add(this.labelFeedback);
|
|
this.flowPanel.Controls.Add(this.btnSendFeedback);
|
|
this.flowPanel.Controls.Add(this.labelDataCollection);
|
|
this.flowPanel.Controls.Add(this.panelDataCollection);
|
|
this.flowPanel.Controls.Add(this.btnViewReport);
|
|
this.flowPanel.Controls.Add(this.labelDataCollectionMessage);
|
|
this.flowPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowPanel.Location = new System.Drawing.Point(9, 9);
|
|
this.flowPanel.Name = "flowPanel";
|
|
this.flowPanel.Size = new System.Drawing.Size(300, 462);
|
|
this.flowPanel.TabIndex = 0;
|
|
this.flowPanel.WrapContents = false;
|
|
//
|
|
// TabSettingsFeedback
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.flowPanel);
|
|
this.Name = "TabSettingsFeedback";
|
|
this.Size = new System.Drawing.Size(631, 480);
|
|
this.panelDataCollection.ResumeLayout(false);
|
|
this.panelDataCollection.PerformLayout();
|
|
this.flowPanel.ResumeLayout(false);
|
|
this.flowPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panelDataCollection;
|
|
private System.Windows.Forms.CheckBox checkDataCollection;
|
|
private System.Windows.Forms.Label labelDataCollection;
|
|
private System.Windows.Forms.Label labelFeedback;
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
private System.Windows.Forms.LinkLabel labelDataCollectionLink;
|
|
private System.Windows.Forms.Button btnSendFeedback;
|
|
private System.Windows.Forms.Button btnViewReport;
|
|
private System.Windows.Forms.Label labelDataCollectionMessage;
|
|
private System.Windows.Forms.FlowLayoutPanel flowPanel;
|
|
}
|
|
}
|