mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-08-17 00:31:42 +02:00
Configuration
Core
Bridge
Controls
Handling
Notification
Other
Settings
Dialogs
DialogSettingsCSS.Designer.cs
DialogSettingsCSS.cs
DialogSettingsCefArgs.Designer.cs
DialogSettingsCefArgs.cs
DialogSettingsManage.Designer.cs
DialogSettingsManage.cs
DialogSettingsRestart.Designer.cs
DialogSettingsRestart.cs
Export
BaseTabSettings.cs
TabSettingsAdvanced.Designer.cs
TabSettingsAdvanced.cs
TabSettingsGeneral.Designer.cs
TabSettingsGeneral.cs
TabSettingsNotifications.Designer.cs
TabSettingsNotifications.cs
TabSettingsSounds.Designer.cs
TabSettingsSounds.cs
FormAbout.Designer.cs
FormAbout.cs
FormAbout.resx
FormMessage.Designer.cs
FormMessage.cs
FormPlugins.Designer.cs
FormPlugins.cs
FormPlugins.resx
FormSettings.Designer.cs
FormSettings.cs
FormSettings.resx
Utils
FormBrowser.Designer.cs
FormBrowser.cs
FormBrowser.resx
TrayIcon.Designer.cs
TrayIcon.cs
Data
Plugins
Properties
Resources
Updates
bld
lib
subprocess
tests
.gitignore
LICENSE.md
Program.cs
README.md
Reporter.cs
TweetDuck.csproj
TweetDuck.sln
TweetDuck.sln.DotSettings
_postbuild.bat
packages.config
203 lines
11 KiB
C#
203 lines
11 KiB
C#
namespace TweetDuck.Core.Other.Settings.Dialogs {
|
|
partial class DialogSettingsCSS {
|
|
/// <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.textBoxBrowserCSS = new System.Windows.Forms.TextBox();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnApply = new System.Windows.Forms.Button();
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.labelBrowser = new System.Windows.Forms.Label();
|
|
this.labelNotification = new System.Windows.Forms.Label();
|
|
this.textBoxNotificationCSS = new System.Windows.Forms.TextBox();
|
|
this.labelWarning = new System.Windows.Forms.Label();
|
|
this.btnOpenWiki = new System.Windows.Forms.Button();
|
|
this.timerTestBrowser = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxBrowserCSS
|
|
//
|
|
this.textBoxBrowserCSS.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.textBoxBrowserCSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBoxBrowserCSS.Location = new System.Drawing.Point(0, 16);
|
|
this.textBoxBrowserCSS.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
|
|
this.textBoxBrowserCSS.Multiline = true;
|
|
this.textBoxBrowserCSS.Name = "textBoxBrowserCSS";
|
|
this.textBoxBrowserCSS.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBoxBrowserCSS.Size = new System.Drawing.Size(378, 253);
|
|
this.textBoxBrowserCSS.TabIndex = 1;
|
|
this.textBoxBrowserCSS.WordWrap = false;
|
|
this.textBoxBrowserCSS.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxBrowserCSS_KeyUp);
|
|
//
|
|
// 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(654, 287);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.btnCancel.Size = new System.Drawing.Size(56, 23);
|
|
this.btnCancel.TabIndex = 2;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnApply
|
|
//
|
|
this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnApply.Location = new System.Drawing.Point(716, 287);
|
|
this.btnApply.Name = "btnApply";
|
|
this.btnApply.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.btnApply.Size = new System.Drawing.Size(56, 23);
|
|
this.btnApply.TabIndex = 1;
|
|
this.btnApply.Text = "Apply";
|
|
this.btnApply.UseVisualStyleBackColor = true;
|
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
|
//
|
|
// splitContainer
|
|
//
|
|
this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(12, 12);
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.labelBrowser);
|
|
this.splitContainer.Panel1.Controls.Add(this.textBoxBrowserCSS);
|
|
this.splitContainer.Panel1MinSize = 64;
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.labelNotification);
|
|
this.splitContainer.Panel2.Controls.Add(this.textBoxNotificationCSS);
|
|
this.splitContainer.Panel2MinSize = 64;
|
|
this.splitContainer.Size = new System.Drawing.Size(760, 269);
|
|
this.splitContainer.SplitterDistance = 378;
|
|
this.splitContainer.SplitterWidth = 5;
|
|
this.splitContainer.TabIndex = 0;
|
|
//
|
|
// labelBrowser
|
|
//
|
|
this.labelBrowser.AutoSize = true;
|
|
this.labelBrowser.Location = new System.Drawing.Point(-3, 0);
|
|
this.labelBrowser.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.labelBrowser.Name = "labelBrowser";
|
|
this.labelBrowser.Size = new System.Drawing.Size(45, 13);
|
|
this.labelBrowser.TabIndex = 0;
|
|
this.labelBrowser.Text = "Browser";
|
|
//
|
|
// labelNotification
|
|
//
|
|
this.labelNotification.AutoSize = true;
|
|
this.labelNotification.Location = new System.Drawing.Point(-3, 0);
|
|
this.labelNotification.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.labelNotification.Name = "labelNotification";
|
|
this.labelNotification.Size = new System.Drawing.Size(60, 13);
|
|
this.labelNotification.TabIndex = 0;
|
|
this.labelNotification.Text = "Notification";
|
|
//
|
|
// textBoxNotificationCSS
|
|
//
|
|
this.textBoxNotificationCSS.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.textBoxNotificationCSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.textBoxNotificationCSS.Location = new System.Drawing.Point(0, 16);
|
|
this.textBoxNotificationCSS.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
|
|
this.textBoxNotificationCSS.Multiline = true;
|
|
this.textBoxNotificationCSS.Name = "textBoxNotificationCSS";
|
|
this.textBoxNotificationCSS.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBoxNotificationCSS.Size = new System.Drawing.Size(377, 253);
|
|
this.textBoxNotificationCSS.TabIndex = 1;
|
|
this.textBoxNotificationCSS.WordWrap = false;
|
|
//
|
|
// labelWarning
|
|
//
|
|
this.labelWarning.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labelWarning.AutoSize = true;
|
|
this.labelWarning.Location = new System.Drawing.Point(91, 292);
|
|
this.labelWarning.Name = "labelWarning";
|
|
this.labelWarning.Size = new System.Drawing.Size(341, 13);
|
|
this.labelWarning.TabIndex = 3;
|
|
this.labelWarning.Text = "The code is not validated, please make sure there are no syntax errors.";
|
|
//
|
|
// btnOpenWiki
|
|
//
|
|
this.btnOpenWiki.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnOpenWiki.Location = new System.Drawing.Point(12, 287);
|
|
this.btnOpenWiki.Name = "btnOpenWiki";
|
|
this.btnOpenWiki.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
|
|
this.btnOpenWiki.Size = new System.Drawing.Size(73, 23);
|
|
this.btnOpenWiki.TabIndex = 4;
|
|
this.btnOpenWiki.Text = "Open Wiki";
|
|
this.btnOpenWiki.UseVisualStyleBackColor = true;
|
|
this.btnOpenWiki.Click += new System.EventHandler(this.btnOpenWiki_Click);
|
|
//
|
|
// timerTestBrowser
|
|
//
|
|
this.timerTestBrowser.Interval = 500;
|
|
this.timerTestBrowser.Tick += new System.EventHandler(this.timerTestBrowser_Tick);
|
|
//
|
|
// DialogSettingsCSS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(784, 322);
|
|
this.Controls.Add(this.btnOpenWiki);
|
|
this.Controls.Add(this.labelWarning);
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Controls.Add(this.btnApply);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.MinimumSize = new System.Drawing.Size(600, 160);
|
|
this.Name = "DialogSettingsCSS";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel1.PerformLayout();
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
this.splitContainer.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBoxBrowserCSS;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnApply;
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private System.Windows.Forms.TextBox textBoxNotificationCSS;
|
|
private System.Windows.Forms.Label labelBrowser;
|
|
private System.Windows.Forms.Label labelNotification;
|
|
private System.Windows.Forms.Label labelWarning;
|
|
private System.Windows.Forms.Button btnOpenWiki;
|
|
private System.Windows.Forms.Timer timerTestBrowser;
|
|
}
|
|
} |