mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-15 02:42:46 +01:00
241 lines
13 KiB
C#
241 lines
13 KiB
C#
namespace TweetDuck.Dialogs.Settings {
|
|
partial class DialogSettingsManage {
|
|
/// <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 Windows Form 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.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnContinue = new System.Windows.Forms.Button();
|
|
this.cbProgramConfig = new System.Windows.Forms.CheckBox();
|
|
this.cbSession = new System.Windows.Forms.CheckBox();
|
|
this.cbPluginData = new System.Windows.Forms.CheckBox();
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.cbSystemConfig = new System.Windows.Forms.CheckBox();
|
|
this.panelSelection = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelDecision = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.radioImport = new System.Windows.Forms.RadioButton();
|
|
this.radioExport = new System.Windows.Forms.RadioButton();
|
|
this.radioReset = new System.Windows.Forms.RadioButton();
|
|
this.panelSelection.SuspendLayout();
|
|
this.panelDecision.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.AutoSize = true;
|
|
this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.btnCancel.Location = new System.Drawing.Point(165, 92);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.btnCancel.Size = new System.Drawing.Size(57, 25);
|
|
this.btnCancel.TabIndex = 4;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnContinue
|
|
//
|
|
this.btnContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnContinue.AutoSize = true;
|
|
this.btnContinue.Enabled = false;
|
|
this.btnContinue.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.btnContinue.Location = new System.Drawing.Point(114, 92);
|
|
this.btnContinue.Name = "btnContinue";
|
|
this.btnContinue.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.btnContinue.Size = new System.Drawing.Size(45, 25);
|
|
this.btnContinue.TabIndex = 3;
|
|
this.btnContinue.Text = "Next";
|
|
this.btnContinue.UseVisualStyleBackColor = true;
|
|
this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click);
|
|
//
|
|
// cbProgramConfig
|
|
//
|
|
this.cbProgramConfig.AutoSize = true;
|
|
this.cbProgramConfig.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.cbProgramConfig.Location = new System.Drawing.Point(3, 3);
|
|
this.cbProgramConfig.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.cbProgramConfig.Name = "cbProgramConfig";
|
|
this.cbProgramConfig.Size = new System.Drawing.Size(117, 19);
|
|
this.cbProgramConfig.TabIndex = 0;
|
|
this.cbProgramConfig.Text = "Program Options";
|
|
this.toolTip.SetToolTip(this.cbProgramConfig, "Interface, notification, and update options.");
|
|
this.cbProgramConfig.UseVisualStyleBackColor = true;
|
|
this.cbProgramConfig.CheckedChanged += new System.EventHandler(this.checkBoxSelection_CheckedChanged);
|
|
//
|
|
// cbSession
|
|
//
|
|
this.cbSession.AutoSize = true;
|
|
this.cbSession.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.cbSession.Location = new System.Drawing.Point(3, 51);
|
|
this.cbSession.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.cbSession.Name = "cbSession";
|
|
this.cbSession.Size = new System.Drawing.Size(98, 19);
|
|
this.cbSession.TabIndex = 2;
|
|
this.cbSession.Text = "Login Session";
|
|
this.toolTip.SetToolTip(this.cbSession, "A token that allows logging into the\r\ncurrent TweetDeck account.");
|
|
this.cbSession.UseVisualStyleBackColor = true;
|
|
this.cbSession.CheckedChanged += new System.EventHandler(this.checkBoxSelection_CheckedChanged);
|
|
//
|
|
// cbPluginData
|
|
//
|
|
this.cbPluginData.AutoSize = true;
|
|
this.cbPluginData.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.cbPluginData.Location = new System.Drawing.Point(3, 75);
|
|
this.cbPluginData.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.cbPluginData.Name = "cbPluginData";
|
|
this.cbPluginData.Size = new System.Drawing.Size(87, 19);
|
|
this.cbPluginData.TabIndex = 3;
|
|
this.cbPluginData.Text = "Plugin Data";
|
|
this.toolTip.SetToolTip(this.cbPluginData, "Data files generated by plugins.\r\nDoes not include the plugins themselves.");
|
|
this.cbPluginData.UseVisualStyleBackColor = true;
|
|
this.cbPluginData.CheckedChanged += new System.EventHandler(this.checkBoxSelection_CheckedChanged);
|
|
//
|
|
// cbSystemConfig
|
|
//
|
|
this.cbSystemConfig.AutoSize = true;
|
|
this.cbSystemConfig.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.cbSystemConfig.Location = new System.Drawing.Point(3, 27);
|
|
this.cbSystemConfig.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.cbSystemConfig.Name = "cbSystemConfig";
|
|
this.cbSystemConfig.Size = new System.Drawing.Size(109, 19);
|
|
this.cbSystemConfig.TabIndex = 1;
|
|
this.cbSystemConfig.Text = "System Options";
|
|
this.toolTip.SetToolTip(this.cbSystemConfig, "Options related to the current system and hardware,\r\nsuch as hardware acceleration, proxy, and cache settings.");
|
|
this.cbSystemConfig.UseVisualStyleBackColor = true;
|
|
this.cbSystemConfig.CheckedChanged += new System.EventHandler(this.checkBoxSelection_CheckedChanged);
|
|
//
|
|
// panelSelection
|
|
//
|
|
this.panelSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelSelection.Controls.Add(this.cbProgramConfig);
|
|
this.panelSelection.Controls.Add(this.cbSystemConfig);
|
|
this.panelSelection.Controls.Add(this.cbSession);
|
|
this.panelSelection.Controls.Add(this.cbPluginData);
|
|
this.panelSelection.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.panelSelection.Location = new System.Drawing.Point(12, 12);
|
|
this.panelSelection.Name = "panelSelection";
|
|
this.panelSelection.Size = new System.Drawing.Size(210, 97);
|
|
this.panelSelection.TabIndex = 2;
|
|
this.panelSelection.Visible = false;
|
|
this.panelSelection.WrapContents = false;
|
|
//
|
|
// panelDecision
|
|
//
|
|
this.panelDecision.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelDecision.Controls.Add(this.radioImport);
|
|
this.panelDecision.Controls.Add(this.radioExport);
|
|
this.panelDecision.Controls.Add(this.radioReset);
|
|
this.panelDecision.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.panelDecision.Location = new System.Drawing.Point(12, 12);
|
|
this.panelDecision.Name = "panelDecision";
|
|
this.panelDecision.Size = new System.Drawing.Size(210, 75);
|
|
this.panelDecision.TabIndex = 0;
|
|
this.panelDecision.WrapContents = false;
|
|
//
|
|
// radioImport
|
|
//
|
|
this.radioImport.AutoSize = true;
|
|
this.radioImport.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.radioImport.Location = new System.Drawing.Point(3, 3);
|
|
this.radioImport.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.radioImport.Name = "radioImport";
|
|
this.radioImport.Size = new System.Drawing.Size(98, 19);
|
|
this.radioImport.TabIndex = 0;
|
|
this.radioImport.TabStop = true;
|
|
this.radioImport.Text = "Import Profile";
|
|
this.radioImport.UseVisualStyleBackColor = true;
|
|
this.radioImport.CheckedChanged += new System.EventHandler(this.radioDecision_CheckedChanged);
|
|
//
|
|
// radioExport
|
|
//
|
|
this.radioExport.AutoSize = true;
|
|
this.radioExport.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.radioExport.Location = new System.Drawing.Point(3, 27);
|
|
this.radioExport.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.radioExport.Name = "radioExport";
|
|
this.radioExport.Size = new System.Drawing.Size(95, 19);
|
|
this.radioExport.TabIndex = 1;
|
|
this.radioExport.TabStop = true;
|
|
this.radioExport.Text = "Export Profile";
|
|
this.radioExport.UseVisualStyleBackColor = true;
|
|
this.radioExport.CheckedChanged += new System.EventHandler(this.radioDecision_CheckedChanged);
|
|
//
|
|
// radioReset
|
|
//
|
|
this.radioReset.AutoSize = true;
|
|
this.radioReset.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular);
|
|
this.radioReset.Location = new System.Drawing.Point(3, 51);
|
|
this.radioReset.Margin = new System.Windows.Forms.Padding(3, 3, 3, 2);
|
|
this.radioReset.Name = "radioReset";
|
|
this.radioReset.Size = new System.Drawing.Size(110, 19);
|
|
this.radioReset.TabIndex = 2;
|
|
this.radioReset.TabStop = true;
|
|
this.radioReset.Text = "Restore Defaults";
|
|
this.radioReset.UseVisualStyleBackColor = true;
|
|
this.radioReset.CheckedChanged += new System.EventHandler(this.radioDecision_CheckedChanged);
|
|
//
|
|
// DialogSettingsManage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(234, 129);
|
|
this.Controls.Add(this.btnContinue);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.panelDecision);
|
|
this.Controls.Add(this.panelSelection);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(250, 167);
|
|
this.Name = "DialogSettingsManage";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Manage Options";
|
|
this.panelSelection.ResumeLayout(false);
|
|
this.panelSelection.PerformLayout();
|
|
this.panelDecision.ResumeLayout(false);
|
|
this.panelDecision.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnContinue;
|
|
private System.Windows.Forms.CheckBox cbProgramConfig;
|
|
private System.Windows.Forms.CheckBox cbSystemConfig;
|
|
private System.Windows.Forms.CheckBox cbSession;
|
|
private System.Windows.Forms.CheckBox cbPluginData;
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
private System.Windows.Forms.FlowLayoutPanel panelSelection;
|
|
private System.Windows.Forms.FlowLayoutPanel panelDecision;
|
|
private System.Windows.Forms.RadioButton radioReset;
|
|
private System.Windows.Forms.RadioButton radioExport;
|
|
private System.Windows.Forms.RadioButton radioImport;
|
|
}
|
|
} |