namespace TweetDuck.Core.Other.Settings { partial class TabSettingsNotifications { /// <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.labelEdgeDistanceValue = new System.Windows.Forms.Label(); this.labelDisplay = new System.Windows.Forms.Label(); this.comboBoxDisplay = new System.Windows.Forms.ComboBox(); this.labelEdgeDistance = new System.Windows.Forms.Label(); this.radioLocCustom = new System.Windows.Forms.RadioButton(); this.radioLocBR = new System.Windows.Forms.RadioButton(); this.radioLocBL = new System.Windows.Forms.RadioButton(); this.radioLocTR = new System.Windows.Forms.RadioButton(); this.radioLocTL = new System.Windows.Forms.RadioButton(); this.trackBarEdgeDistance = new System.Windows.Forms.TrackBar(); this.tableLayoutDurationButtons = new System.Windows.Forms.TableLayoutPanel(); this.btnDurationMedium = new TweetDuck.Core.Controls.FlatButton(); this.btnDurationLong = new TweetDuck.Core.Controls.FlatButton(); this.btnDurationShort = new TweetDuck.Core.Controls.FlatButton(); this.labelDurationValue = new System.Windows.Forms.Label(); this.trackBarDuration = new System.Windows.Forms.TrackBar(); this.checkSkipOnLinkClick = new System.Windows.Forms.CheckBox(); this.checkColumnName = new System.Windows.Forms.CheckBox(); this.labelIdlePause = new System.Windows.Forms.Label(); this.comboBoxIdlePause = new System.Windows.Forms.ComboBox(); this.checkNonIntrusive = new System.Windows.Forms.CheckBox(); this.checkTimerCountDown = new System.Windows.Forms.CheckBox(); this.checkNotificationTimer = new System.Windows.Forms.CheckBox(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.radioSizeAuto = new System.Windows.Forms.RadioButton(); this.radioSizeCustom = new System.Windows.Forms.RadioButton(); this.labelGeneral = new System.Windows.Forms.Label(); this.panelEdgeDistance = new System.Windows.Forms.Panel(); this.checkMediaPreviews = new System.Windows.Forms.CheckBox(); this.labelScrollSpeedValue = new System.Windows.Forms.Label(); this.trackBarScrollSpeed = new System.Windows.Forms.TrackBar(); this.labelScrollSpeed = new System.Windows.Forms.Label(); this.labelLocation = new System.Windows.Forms.Label(); this.panelLocation = new System.Windows.Forms.Panel(); this.panelTimer = new System.Windows.Forms.Panel(); this.labelDuration = new System.Windows.Forms.Label(); this.labelTimer = new System.Windows.Forms.Label(); this.labelSize = new System.Windows.Forms.Label(); this.panelSize = new System.Windows.Forms.Panel(); this.durationUpdateTimer = new System.Windows.Forms.Timer(this.components); this.flowPanel = new System.Windows.Forms.FlowLayoutPanel(); this.panelScrollSpeed = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.trackBarEdgeDistance)).BeginInit(); this.tableLayoutDurationButtons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarDuration)).BeginInit(); this.panelEdgeDistance.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarScrollSpeed)).BeginInit(); this.panelLocation.SuspendLayout(); this.panelTimer.SuspendLayout(); this.panelSize.SuspendLayout(); this.flowPanel.SuspendLayout(); this.panelScrollSpeed.SuspendLayout(); this.SuspendLayout(); // // labelEdgeDistanceValue // this.labelEdgeDistanceValue.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelEdgeDistanceValue.Location = new System.Drawing.Point(145, 4); this.labelEdgeDistanceValue.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelEdgeDistanceValue.Name = "labelEdgeDistanceValue"; this.labelEdgeDistanceValue.Size = new System.Drawing.Size(40, 15); this.labelEdgeDistanceValue.TabIndex = 1; this.labelEdgeDistanceValue.Text = "0 px"; this.labelEdgeDistanceValue.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelDisplay // this.labelDisplay.AutoSize = true; this.labelDisplay.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelDisplay.Location = new System.Drawing.Point(3, 465); this.labelDisplay.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelDisplay.Name = "labelDisplay"; this.labelDisplay.Size = new System.Drawing.Size(45, 15); this.labelDisplay.TabIndex = 15; this.labelDisplay.Text = "Display"; // // comboBoxDisplay // this.comboBoxDisplay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxDisplay.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.comboBoxDisplay.FormattingEnabled = true; this.comboBoxDisplay.Location = new System.Drawing.Point(5, 483); this.comboBoxDisplay.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.comboBoxDisplay.Name = "comboBoxDisplay"; this.comboBoxDisplay.Size = new System.Drawing.Size(144, 23); this.comboBoxDisplay.TabIndex = 16; // // labelEdgeDistance // this.labelEdgeDistance.AutoSize = true; this.labelEdgeDistance.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelEdgeDistance.Location = new System.Drawing.Point(3, 521); this.labelEdgeDistance.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelEdgeDistance.Name = "labelEdgeDistance"; this.labelEdgeDistance.Size = new System.Drawing.Size(112, 15); this.labelEdgeDistance.TabIndex = 17; this.labelEdgeDistance.Text = "Distance From Edge"; // // radioLocCustom // this.radioLocCustom.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioLocCustom.Location = new System.Drawing.Point(205, 4); this.radioLocCustom.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioLocCustom.Name = "radioLocCustom"; this.radioLocCustom.Size = new System.Drawing.Size(70, 43); this.radioLocCustom.TabIndex = 4; this.radioLocCustom.TabStop = true; this.radioLocCustom.Text = "Custom"; this.radioLocCustom.UseVisualStyleBackColor = true; // // radioLocBR // this.radioLocBR.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioLocBR.Location = new System.Drawing.Point(105, 28); this.radioLocBR.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioLocBR.Name = "radioLocBR"; this.radioLocBR.Size = new System.Drawing.Size(92, 19); this.radioLocBR.TabIndex = 3; this.radioLocBR.TabStop = true; this.radioLocBR.Text = "Bottom Right"; this.radioLocBR.UseVisualStyleBackColor = true; // // radioLocBL // this.radioLocBL.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioLocBL.Location = new System.Drawing.Point(5, 28); this.radioLocBL.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioLocBL.Name = "radioLocBL"; this.radioLocBL.Size = new System.Drawing.Size(92, 19); this.radioLocBL.TabIndex = 2; this.radioLocBL.TabStop = true; this.radioLocBL.Text = "Bottom Left"; this.radioLocBL.UseVisualStyleBackColor = true; // // radioLocTR // this.radioLocTR.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioLocTR.Location = new System.Drawing.Point(105, 4); this.radioLocTR.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioLocTR.Name = "radioLocTR"; this.radioLocTR.Size = new System.Drawing.Size(92, 19); this.radioLocTR.TabIndex = 1; this.radioLocTR.TabStop = true; this.radioLocTR.Text = "Top Right"; this.radioLocTR.UseVisualStyleBackColor = true; // // radioLocTL // this.radioLocTL.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioLocTL.Location = new System.Drawing.Point(5, 4); this.radioLocTL.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioLocTL.Name = "radioLocTL"; this.radioLocTL.Size = new System.Drawing.Size(92, 19); this.radioLocTL.TabIndex = 0; this.radioLocTL.TabStop = true; this.radioLocTL.Text = "Top Left"; this.radioLocTL.UseVisualStyleBackColor = true; // // trackBarEdgeDistance // this.trackBarEdgeDistance.AutoSize = false; this.trackBarEdgeDistance.LargeChange = 8; this.trackBarEdgeDistance.Location = new System.Drawing.Point(3, 3); this.trackBarEdgeDistance.Maximum = 40; this.trackBarEdgeDistance.Minimum = 8; this.trackBarEdgeDistance.Name = "trackBarEdgeDistance"; this.trackBarEdgeDistance.Size = new System.Drawing.Size(148, 30); this.trackBarEdgeDistance.SmallChange = 2; this.trackBarEdgeDistance.TabIndex = 0; this.trackBarEdgeDistance.TickFrequency = 4; this.trackBarEdgeDistance.Value = 8; // // tableLayoutDurationButtons // this.tableLayoutDurationButtons.ColumnCount = 3; this.tableLayoutDurationButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F)); this.tableLayoutDurationButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36F)); this.tableLayoutDurationButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F)); this.tableLayoutDurationButtons.Controls.Add(this.btnDurationMedium, 0, 0); this.tableLayoutDurationButtons.Controls.Add(this.btnDurationLong, 1, 0); this.tableLayoutDurationButtons.Controls.Add(this.btnDurationShort, 0, 0); this.tableLayoutDurationButtons.Location = new System.Drawing.Point(3, 332); this.tableLayoutDurationButtons.Name = "tableLayoutDurationButtons"; this.tableLayoutDurationButtons.RowCount = 1; this.tableLayoutDurationButtons.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutDurationButtons.Size = new System.Drawing.Size(180, 27); this.tableLayoutDurationButtons.TabIndex = 12; // // btnDurationMedium // this.btnDurationMedium.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDurationMedium.FlatAppearance.BorderColor = System.Drawing.Color.Gray; this.btnDurationMedium.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlLight; this.btnDurationMedium.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.btnDurationMedium.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDurationMedium.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnDurationMedium.Location = new System.Drawing.Point(58, 1); this.btnDurationMedium.Margin = new System.Windows.Forms.Padding(1); this.btnDurationMedium.Name = "btnDurationMedium"; this.btnDurationMedium.Size = new System.Drawing.Size(62, 25); this.btnDurationMedium.TabIndex = 1; this.btnDurationMedium.Text = "Medium"; this.btnDurationMedium.UseVisualStyleBackColor = true; // // btnDurationLong // this.btnDurationLong.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDurationLong.FlatAppearance.BorderColor = System.Drawing.Color.Gray; this.btnDurationLong.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlLight; this.btnDurationLong.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.btnDurationLong.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDurationLong.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnDurationLong.Location = new System.Drawing.Point(122, 1); this.btnDurationLong.Margin = new System.Windows.Forms.Padding(1); this.btnDurationLong.Name = "btnDurationLong"; this.btnDurationLong.Size = new System.Drawing.Size(57, 25); this.btnDurationLong.TabIndex = 2; this.btnDurationLong.Text = "Long"; this.btnDurationLong.UseVisualStyleBackColor = true; // // btnDurationShort // this.btnDurationShort.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDurationShort.FlatAppearance.BorderColor = System.Drawing.Color.Gray; this.btnDurationShort.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlLight; this.btnDurationShort.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.btnDurationShort.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDurationShort.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.btnDurationShort.Location = new System.Drawing.Point(1, 1); this.btnDurationShort.Margin = new System.Windows.Forms.Padding(1); this.btnDurationShort.Name = "btnDurationShort"; this.btnDurationShort.Size = new System.Drawing.Size(55, 25); this.btnDurationShort.TabIndex = 0; this.btnDurationShort.Text = "Short"; this.btnDurationShort.UseVisualStyleBackColor = true; // // labelDurationValue // this.labelDurationValue.BackColor = System.Drawing.Color.Transparent; this.labelDurationValue.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelDurationValue.Location = new System.Drawing.Point(147, 4); this.labelDurationValue.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelDurationValue.Name = "labelDurationValue"; this.labelDurationValue.Size = new System.Drawing.Size(52, 15); this.labelDurationValue.TabIndex = 1; this.labelDurationValue.Text = "0 ms/c"; this.labelDurationValue.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBarDuration // this.trackBarDuration.AutoSize = false; this.trackBarDuration.Location = new System.Drawing.Point(3, 3); this.trackBarDuration.Maximum = 60; this.trackBarDuration.Minimum = 10; this.trackBarDuration.Name = "trackBarDuration"; this.trackBarDuration.Size = new System.Drawing.Size(148, 30); this.trackBarDuration.TabIndex = 0; this.trackBarDuration.TickFrequency = 5; this.trackBarDuration.Value = 25; // // checkSkipOnLinkClick // this.checkSkipOnLinkClick.AutoSize = true; this.checkSkipOnLinkClick.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkSkipOnLinkClick.Location = new System.Drawing.Point(6, 74); this.checkSkipOnLinkClick.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkSkipOnLinkClick.Name = "checkSkipOnLinkClick"; this.checkSkipOnLinkClick.Size = new System.Drawing.Size(121, 19); this.checkSkipOnLinkClick.TabIndex = 3; this.checkSkipOnLinkClick.Text = "Skip On Link Click"; this.checkSkipOnLinkClick.UseVisualStyleBackColor = true; // // checkColumnName // this.checkColumnName.AutoSize = true; this.checkColumnName.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkColumnName.Location = new System.Drawing.Point(6, 26); this.checkColumnName.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkColumnName.Name = "checkColumnName"; this.checkColumnName.Size = new System.Drawing.Size(145, 19); this.checkColumnName.TabIndex = 1; this.checkColumnName.Text = "Display Column Name"; this.checkColumnName.UseVisualStyleBackColor = true; // // labelIdlePause // this.labelIdlePause.AutoSize = true; this.labelIdlePause.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelIdlePause.Location = new System.Drawing.Point(3, 131); this.labelIdlePause.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelIdlePause.Name = "labelIdlePause"; this.labelIdlePause.Size = new System.Drawing.Size(94, 15); this.labelIdlePause.TabIndex = 5; this.labelIdlePause.Text = "Pause When Idle"; // // comboBoxIdlePause // this.comboBoxIdlePause.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxIdlePause.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.comboBoxIdlePause.FormattingEnabled = true; this.comboBoxIdlePause.Location = new System.Drawing.Point(5, 149); this.comboBoxIdlePause.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3); this.comboBoxIdlePause.Name = "comboBoxIdlePause"; this.comboBoxIdlePause.Size = new System.Drawing.Size(144, 23); this.comboBoxIdlePause.TabIndex = 6; // // checkNonIntrusive // this.checkNonIntrusive.AutoSize = true; this.checkNonIntrusive.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkNonIntrusive.Location = new System.Drawing.Point(6, 98); this.checkNonIntrusive.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkNonIntrusive.Name = "checkNonIntrusive"; this.checkNonIntrusive.Size = new System.Drawing.Size(142, 19); this.checkNonIntrusive.TabIndex = 4; this.checkNonIntrusive.Text = "Non-Intrusive Popups"; this.checkNonIntrusive.UseVisualStyleBackColor = true; // // checkTimerCountDown // this.checkTimerCountDown.AutoSize = true; this.checkTimerCountDown.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkTimerCountDown.Location = new System.Drawing.Point(6, 245); this.checkTimerCountDown.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkTimerCountDown.Name = "checkTimerCountDown"; this.checkTimerCountDown.Size = new System.Drawing.Size(132, 19); this.checkTimerCountDown.TabIndex = 9; this.checkTimerCountDown.Text = "Timer Counts Down"; this.checkTimerCountDown.UseVisualStyleBackColor = true; // // checkNotificationTimer // this.checkNotificationTimer.AutoSize = true; this.checkNotificationTimer.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkNotificationTimer.Location = new System.Drawing.Point(6, 221); this.checkNotificationTimer.Margin = new System.Windows.Forms.Padding(6, 6, 3, 2); this.checkNotificationTimer.Name = "checkNotificationTimer"; this.checkNotificationTimer.Size = new System.Drawing.Size(164, 19); this.checkNotificationTimer.TabIndex = 8; this.checkNotificationTimer.Text = "Display Notification Timer"; this.checkNotificationTimer.UseVisualStyleBackColor = true; // // radioSizeAuto // this.radioSizeAuto.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioSizeAuto.Location = new System.Drawing.Point(5, 4); this.radioSizeAuto.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioSizeAuto.Name = "radioSizeAuto"; this.radioSizeAuto.Size = new System.Drawing.Size(92, 19); this.radioSizeAuto.TabIndex = 0; this.radioSizeAuto.TabStop = true; this.radioSizeAuto.Text = "Auto"; this.radioSizeAuto.UseVisualStyleBackColor = true; // // radioSizeCustom // this.radioSizeCustom.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.radioSizeCustom.Location = new System.Drawing.Point(105, 4); this.radioSizeCustom.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3); this.radioSizeCustom.Name = "radioSizeCustom"; this.radioSizeCustom.Size = new System.Drawing.Size(92, 19); this.radioSizeCustom.TabIndex = 1; this.radioSizeCustom.TabStop = true; this.radioSizeCustom.Text = "Custom"; this.radioSizeCustom.UseVisualStyleBackColor = true; // // labelGeneral // this.labelGeneral.AutoSize = true; this.labelGeneral.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelGeneral.Location = new System.Drawing.Point(0, 0); this.labelGeneral.Margin = new System.Windows.Forms.Padding(0); this.labelGeneral.Name = "labelGeneral"; this.labelGeneral.Size = new System.Drawing.Size(60, 20); this.labelGeneral.TabIndex = 0; this.labelGeneral.Text = "General"; // // panelEdgeDistance // this.panelEdgeDistance.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panelEdgeDistance.Controls.Add(this.trackBarEdgeDistance); this.panelEdgeDistance.Controls.Add(this.labelEdgeDistanceValue); this.panelEdgeDistance.Location = new System.Drawing.Point(0, 536); this.panelEdgeDistance.Margin = new System.Windows.Forms.Padding(0); this.panelEdgeDistance.Name = "panelEdgeDistance"; this.panelEdgeDistance.Size = new System.Drawing.Size(322, 36); this.panelEdgeDistance.TabIndex = 18; // // checkMediaPreviews // this.checkMediaPreviews.AutoSize = true; this.checkMediaPreviews.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.checkMediaPreviews.Location = new System.Drawing.Point(6, 50); this.checkMediaPreviews.Margin = new System.Windows.Forms.Padding(6, 3, 3, 2); this.checkMediaPreviews.Name = "checkMediaPreviews"; this.checkMediaPreviews.Size = new System.Drawing.Size(140, 19); this.checkMediaPreviews.TabIndex = 2; this.checkMediaPreviews.Text = "Show Media Previews"; this.checkMediaPreviews.UseVisualStyleBackColor = true; // // labelScrollSpeedValue // this.labelScrollSpeedValue.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelScrollSpeedValue.Location = new System.Drawing.Point(145, 4); this.labelScrollSpeedValue.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); this.labelScrollSpeedValue.Name = "labelScrollSpeedValue"; this.labelScrollSpeedValue.Size = new System.Drawing.Size(38, 15); this.labelScrollSpeedValue.TabIndex = 1; this.labelScrollSpeedValue.Text = "100%"; this.labelScrollSpeedValue.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBarScrollSpeed // this.trackBarScrollSpeed.AutoSize = false; this.trackBarScrollSpeed.LargeChange = 25; this.trackBarScrollSpeed.Location = new System.Drawing.Point(3, 3); this.trackBarScrollSpeed.Maximum = 200; this.trackBarScrollSpeed.Minimum = 25; this.trackBarScrollSpeed.Name = "trackBarScrollSpeed"; this.trackBarScrollSpeed.Size = new System.Drawing.Size(148, 30); this.trackBarScrollSpeed.SmallChange = 5; this.trackBarScrollSpeed.TabIndex = 0; this.trackBarScrollSpeed.TickFrequency = 25; this.trackBarScrollSpeed.Value = 100; // // labelScrollSpeed // this.labelScrollSpeed.AutoSize = true; this.labelScrollSpeed.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelScrollSpeed.Location = new System.Drawing.Point(3, 651); this.labelScrollSpeed.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelScrollSpeed.Name = "labelScrollSpeed"; this.labelScrollSpeed.Size = new System.Drawing.Size(71, 15); this.labelScrollSpeed.TabIndex = 21; this.labelScrollSpeed.Text = "Scroll Speed"; // // labelLocation // this.labelLocation.AutoSize = true; this.labelLocation.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelLocation.Location = new System.Drawing.Point(0, 382); this.labelLocation.Margin = new System.Windows.Forms.Padding(0, 20, 0, 0); this.labelLocation.Name = "labelLocation"; this.labelLocation.Size = new System.Drawing.Size(66, 20); this.labelLocation.TabIndex = 13; this.labelLocation.Text = "Location"; // // panelLocation // this.panelLocation.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panelLocation.Controls.Add(this.radioLocTL); this.panelLocation.Controls.Add(this.radioLocTR); this.panelLocation.Controls.Add(this.radioLocBL); this.panelLocation.Controls.Add(this.radioLocCustom); this.panelLocation.Controls.Add(this.radioLocBR); this.panelLocation.Location = new System.Drawing.Point(0, 402); this.panelLocation.Margin = new System.Windows.Forms.Padding(0); this.panelLocation.Name = "panelLocation"; this.panelLocation.Size = new System.Drawing.Size(322, 51); this.panelLocation.TabIndex = 14; // // panelTimer // this.panelTimer.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panelTimer.Controls.Add(this.labelDurationValue); this.panelTimer.Controls.Add(this.trackBarDuration); this.panelTimer.Location = new System.Drawing.Point(0, 293); this.panelTimer.Margin = new System.Windows.Forms.Padding(0); this.panelTimer.Name = "panelTimer"; this.panelTimer.Size = new System.Drawing.Size(322, 36); this.panelTimer.TabIndex = 11; // // labelDuration // this.labelDuration.AutoSize = true; this.labelDuration.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelDuration.Location = new System.Drawing.Point(3, 278); this.labelDuration.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0); this.labelDuration.Name = "labelDuration"; this.labelDuration.Size = new System.Drawing.Size(53, 15); this.labelDuration.TabIndex = 10; this.labelDuration.Text = "Duration"; // // labelTimer // this.labelTimer.AutoSize = true; this.labelTimer.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelTimer.Location = new System.Drawing.Point(0, 195); this.labelTimer.Margin = new System.Windows.Forms.Padding(0, 20, 0, 0); this.labelTimer.Name = "labelTimer"; this.labelTimer.Size = new System.Drawing.Size(47, 20); this.labelTimer.TabIndex = 7; this.labelTimer.Text = "Timer"; // // labelSize // this.labelSize.AutoSize = true; this.labelSize.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.labelSize.Location = new System.Drawing.Point(0, 592); this.labelSize.Margin = new System.Windows.Forms.Padding(0, 20, 0, 0); this.labelSize.Name = "labelSize"; this.labelSize.Size = new System.Drawing.Size(36, 20); this.labelSize.TabIndex = 19; this.labelSize.Text = "Size"; // // panelSize // this.panelSize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelSize.Controls.Add(this.radioSizeCustom); this.panelSize.Controls.Add(this.radioSizeAuto); this.panelSize.Location = new System.Drawing.Point(0, 612); this.panelSize.Margin = new System.Windows.Forms.Padding(0); this.panelSize.Name = "panelSize"; this.panelSize.Size = new System.Drawing.Size(322, 27); this.panelSize.TabIndex = 20; // // durationUpdateTimer // this.durationUpdateTimer.Interval = 200; this.durationUpdateTimer.Tick += new System.EventHandler(this.durationUpdateTimer_Tick); // // 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.labelGeneral); this.flowPanel.Controls.Add(this.checkColumnName); this.flowPanel.Controls.Add(this.checkMediaPreviews); this.flowPanel.Controls.Add(this.checkSkipOnLinkClick); this.flowPanel.Controls.Add(this.checkNonIntrusive); this.flowPanel.Controls.Add(this.labelIdlePause); this.flowPanel.Controls.Add(this.comboBoxIdlePause); this.flowPanel.Controls.Add(this.labelTimer); this.flowPanel.Controls.Add(this.checkNotificationTimer); this.flowPanel.Controls.Add(this.checkTimerCountDown); this.flowPanel.Controls.Add(this.labelDuration); this.flowPanel.Controls.Add(this.panelTimer); this.flowPanel.Controls.Add(this.tableLayoutDurationButtons); this.flowPanel.Controls.Add(this.labelLocation); this.flowPanel.Controls.Add(this.panelLocation); this.flowPanel.Controls.Add(this.labelDisplay); this.flowPanel.Controls.Add(this.comboBoxDisplay); this.flowPanel.Controls.Add(this.labelEdgeDistance); this.flowPanel.Controls.Add(this.panelEdgeDistance); this.flowPanel.Controls.Add(this.labelSize); this.flowPanel.Controls.Add(this.panelSize); this.flowPanel.Controls.Add(this.labelScrollSpeed); this.flowPanel.Controls.Add(this.panelScrollSpeed); 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(322, 698); this.flowPanel.TabIndex = 0; this.flowPanel.WrapContents = false; // // panelScrollSpeed // this.panelScrollSpeed.Anchor = System.Windows.Forms.AnchorStyles.Top; this.panelScrollSpeed.Controls.Add(this.trackBarScrollSpeed); this.panelScrollSpeed.Controls.Add(this.labelScrollSpeedValue); this.panelScrollSpeed.Location = new System.Drawing.Point(0, 666); this.panelScrollSpeed.Margin = new System.Windows.Forms.Padding(0); this.panelScrollSpeed.Name = "panelScrollSpeed"; this.panelScrollSpeed.Size = new System.Drawing.Size(322, 36); this.panelScrollSpeed.TabIndex = 22; // // TabSettingsNotifications // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.flowPanel); this.Name = "TabSettingsNotifications"; this.Size = new System.Drawing.Size(340, 717); this.ParentChanged += new System.EventHandler(this.TabSettingsNotifications_ParentChanged); ((System.ComponentModel.ISupportInitialize)(this.trackBarEdgeDistance)).EndInit(); this.tableLayoutDurationButtons.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBarDuration)).EndInit(); this.panelEdgeDistance.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBarScrollSpeed)).EndInit(); this.panelLocation.ResumeLayout(false); this.panelTimer.ResumeLayout(false); this.panelSize.ResumeLayout(false); this.flowPanel.ResumeLayout(false); this.flowPanel.PerformLayout(); this.panelScrollSpeed.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labelDisplay; private System.Windows.Forms.ComboBox comboBoxDisplay; private System.Windows.Forms.Label labelEdgeDistance; private System.Windows.Forms.TrackBar trackBarEdgeDistance; private System.Windows.Forms.RadioButton radioLocCustom; private System.Windows.Forms.RadioButton radioLocBR; private System.Windows.Forms.RadioButton radioLocBL; private System.Windows.Forms.RadioButton radioLocTR; private System.Windows.Forms.RadioButton radioLocTL; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.Label labelEdgeDistanceValue; private System.Windows.Forms.Label labelDurationValue; private System.Windows.Forms.TrackBar trackBarDuration; private System.Windows.Forms.TableLayoutPanel tableLayoutDurationButtons; private TweetDuck.Core.Controls.FlatButton btnDurationMedium; private TweetDuck.Core.Controls.FlatButton btnDurationLong; private TweetDuck.Core.Controls.FlatButton btnDurationShort; private System.Windows.Forms.CheckBox checkNonIntrusive; private System.Windows.Forms.Label labelIdlePause; private System.Windows.Forms.ComboBox comboBoxIdlePause; private System.Windows.Forms.CheckBox checkColumnName; private System.Windows.Forms.CheckBox checkSkipOnLinkClick; private System.Windows.Forms.CheckBox checkTimerCountDown; private System.Windows.Forms.CheckBox checkNotificationTimer; private System.Windows.Forms.Label labelGeneral; private System.Windows.Forms.Panel panelEdgeDistance; private System.Windows.Forms.Label labelLocation; private System.Windows.Forms.Panel panelLocation; private System.Windows.Forms.Panel panelTimer; private System.Windows.Forms.Label labelTimer; private System.Windows.Forms.Label labelScrollSpeedValue; private System.Windows.Forms.TrackBar trackBarScrollSpeed; private System.Windows.Forms.Label labelScrollSpeed; private System.Windows.Forms.Label labelSize; private System.Windows.Forms.Panel panelSize; private System.Windows.Forms.Label labelDuration; private System.Windows.Forms.Timer durationUpdateTimer; private System.Windows.Forms.RadioButton radioSizeCustom; private System.Windows.Forms.RadioButton radioSizeAuto; private System.Windows.Forms.CheckBox checkMediaPreviews; private System.Windows.Forms.FlowLayoutPanel flowPanel; private System.Windows.Forms.Panel panelScrollSpeed; } }