mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-15 02:42:46 +01:00
747 lines
42 KiB
C#
747 lines
42 KiB
C#
namespace TweetDuck.Dialogs.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.Controls.FlatButton();
|
|
this.btnDurationLong = new TweetDuck.Controls.FlatButton();
|
|
this.btnDurationShort = new TweetDuck.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.flowPanelLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.labelOpacity = new System.Windows.Forms.Label();
|
|
this.panelOpacity = new System.Windows.Forms.Panel();
|
|
this.labelOpacityValue = new System.Windows.Forms.Label();
|
|
this.trackBarOpacity = new System.Windows.Forms.TrackBar();
|
|
this.panelScrollSpeed = new System.Windows.Forms.Panel();
|
|
this.flowPanelRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelSeparator = 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.flowPanelLeft.SuspendLayout();
|
|
this.panelOpacity.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).BeginInit();
|
|
this.panelScrollSpeed.SuspendLayout();
|
|
this.flowPanelRight.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelEdgeDistanceValue
|
|
//
|
|
this.labelEdgeDistanceValue.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.labelEdgeDistanceValue.Location = new System.Drawing.Point(175, 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 Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelDisplay.Location = new System.Drawing.Point(3, 83);
|
|
this.labelDisplay.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelDisplay.Name = "labelDisplay";
|
|
this.labelDisplay.Size = new System.Drawing.Size(46, 15);
|
|
this.labelDisplay.TabIndex = 2;
|
|
this.labelDisplay.Text = "Display";
|
|
//
|
|
// comboBoxDisplay
|
|
//
|
|
this.comboBoxDisplay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxDisplay.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.comboBoxDisplay.FormattingEnabled = true;
|
|
this.comboBoxDisplay.Location = new System.Drawing.Point(5, 102);
|
|
this.comboBoxDisplay.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3);
|
|
this.comboBoxDisplay.Name = "comboBoxDisplay";
|
|
this.comboBoxDisplay.Size = new System.Drawing.Size(144, 23);
|
|
this.comboBoxDisplay.TabIndex = 3;
|
|
//
|
|
// labelEdgeDistance
|
|
//
|
|
this.labelEdgeDistance.AutoSize = true;
|
|
this.labelEdgeDistance.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelEdgeDistance.Location = new System.Drawing.Point(3, 140);
|
|
this.labelEdgeDistance.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelEdgeDistance.Name = "labelEdgeDistance";
|
|
this.labelEdgeDistance.Size = new System.Drawing.Size(113, 15);
|
|
this.labelEdgeDistance.TabIndex = 4;
|
|
this.labelEdgeDistance.Text = "Distance From Edge";
|
|
//
|
|
// radioLocCustom
|
|
//
|
|
this.radioLocCustom.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.radioLocCustom.Location = new System.Drawing.Point(218, 4);
|
|
this.radioLocCustom.Margin = new System.Windows.Forms.Padding(10, 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);
|
|
this.radioLocBR.Location = new System.Drawing.Point(109, 28);
|
|
this.radioLocBR.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3);
|
|
this.radioLocBR.Name = "radioLocBR";
|
|
this.radioLocBR.Size = new System.Drawing.Size(96, 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);
|
|
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(96, 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);
|
|
this.radioLocTR.Location = new System.Drawing.Point(109, 4);
|
|
this.radioLocTR.Margin = new System.Windows.Forms.Padding(5, 4, 3, 3);
|
|
this.radioLocTR.Name = "radioLocTR";
|
|
this.radioLocTR.Size = new System.Drawing.Size(96, 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);
|
|
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(96, 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(177, 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, 401);
|
|
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 = 14;
|
|
//
|
|
// 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);
|
|
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);
|
|
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);
|
|
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);
|
|
this.labelDurationValue.Location = new System.Drawing.Point(177, 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(177, 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);
|
|
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);
|
|
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 Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
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(95, 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);
|
|
this.comboBoxIdlePause.FormattingEnabled = true;
|
|
this.comboBoxIdlePause.Location = new System.Drawing.Point(5, 150);
|
|
this.comboBoxIdlePause.Margin = new System.Windows.Forms.Padding(5, 4, 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);
|
|
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);
|
|
this.checkTimerCountDown.Location = new System.Drawing.Point(6, 314);
|
|
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 = 11;
|
|
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);
|
|
this.checkNotificationTimer.Location = new System.Drawing.Point(6, 290);
|
|
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 = 10;
|
|
this.checkNotificationTimer.Text = "Display Notification Timer";
|
|
this.checkNotificationTimer.UseVisualStyleBackColor = true;
|
|
//
|
|
// radioSizeAuto
|
|
//
|
|
this.radioSizeAuto.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
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);
|
|
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 Semibold", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.labelGeneral.Location = new System.Drawing.Point(0, 0);
|
|
this.labelGeneral.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
this.labelGeneral.Name = "labelGeneral";
|
|
this.labelGeneral.Size = new System.Drawing.Size(69, 19);
|
|
this.labelGeneral.TabIndex = 0;
|
|
this.labelGeneral.Text = "GENERAL";
|
|
//
|
|
// panelEdgeDistance
|
|
//
|
|
this.panelEdgeDistance.Controls.Add(this.trackBarEdgeDistance);
|
|
this.panelEdgeDistance.Controls.Add(this.labelEdgeDistanceValue);
|
|
this.panelEdgeDistance.Location = new System.Drawing.Point(0, 156);
|
|
this.panelEdgeDistance.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.panelEdgeDistance.Name = "panelEdgeDistance";
|
|
this.panelEdgeDistance.Size = new System.Drawing.Size(300, 35);
|
|
this.panelEdgeDistance.TabIndex = 5;
|
|
//
|
|
// checkMediaPreviews
|
|
//
|
|
this.checkMediaPreviews.AutoSize = true;
|
|
this.checkMediaPreviews.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
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);
|
|
this.labelScrollSpeedValue.Location = new System.Drawing.Point(176, 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(177, 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 Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelScrollSpeed.Location = new System.Drawing.Point(3, 275);
|
|
this.labelScrollSpeed.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelScrollSpeed.Name = "labelScrollSpeed";
|
|
this.labelScrollSpeed.Size = new System.Drawing.Size(73, 15);
|
|
this.labelScrollSpeed.TabIndex = 8;
|
|
this.labelScrollSpeed.Text = "Scroll Speed";
|
|
//
|
|
// labelLocation
|
|
//
|
|
this.labelLocation.AutoSize = true;
|
|
this.labelLocation.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.labelLocation.Location = new System.Drawing.Point(0, 0);
|
|
this.labelLocation.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
this.labelLocation.Name = "labelLocation";
|
|
this.labelLocation.Size = new System.Drawing.Size(79, 19);
|
|
this.labelLocation.TabIndex = 0;
|
|
this.labelLocation.Text = "LOCATION";
|
|
//
|
|
// panelLocation
|
|
//
|
|
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, 20);
|
|
this.panelLocation.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelLocation.Name = "panelLocation";
|
|
this.panelLocation.Size = new System.Drawing.Size(300, 51);
|
|
this.panelLocation.TabIndex = 1;
|
|
//
|
|
// panelTimer
|
|
//
|
|
this.panelTimer.Controls.Add(this.labelDurationValue);
|
|
this.panelTimer.Controls.Add(this.trackBarDuration);
|
|
this.panelTimer.Location = new System.Drawing.Point(0, 363);
|
|
this.panelTimer.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.panelTimer.Name = "panelTimer";
|
|
this.panelTimer.Size = new System.Drawing.Size(300, 35);
|
|
this.panelTimer.TabIndex = 13;
|
|
//
|
|
// labelDuration
|
|
//
|
|
this.labelDuration.AutoSize = true;
|
|
this.labelDuration.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelDuration.Location = new System.Drawing.Point(3, 347);
|
|
this.labelDuration.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelDuration.Name = "labelDuration";
|
|
this.labelDuration.Size = new System.Drawing.Size(54, 15);
|
|
this.labelDuration.TabIndex = 12;
|
|
this.labelDuration.Text = "Duration";
|
|
//
|
|
// labelTimer
|
|
//
|
|
this.labelTimer.AutoSize = true;
|
|
this.labelTimer.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.labelTimer.Location = new System.Drawing.Point(0, 264);
|
|
this.labelTimer.Margin = new System.Windows.Forms.Padding(0, 25, 0, 1);
|
|
this.labelTimer.Name = "labelTimer";
|
|
this.labelTimer.Size = new System.Drawing.Size(50, 19);
|
|
this.labelTimer.TabIndex = 9;
|
|
this.labelTimer.Text = "TIMER";
|
|
//
|
|
// labelSize
|
|
//
|
|
this.labelSize.AutoSize = true;
|
|
this.labelSize.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold);
|
|
this.labelSize.Location = new System.Drawing.Point(0, 216);
|
|
this.labelSize.Margin = new System.Windows.Forms.Padding(0, 25, 0, 1);
|
|
this.labelSize.Name = "labelSize";
|
|
this.labelSize.Size = new System.Drawing.Size(36, 19);
|
|
this.labelSize.TabIndex = 6;
|
|
this.labelSize.Text = "SIZE";
|
|
//
|
|
// panelSize
|
|
//
|
|
this.panelSize.Controls.Add(this.radioSizeCustom);
|
|
this.panelSize.Controls.Add(this.radioSizeAuto);
|
|
this.panelSize.Location = new System.Drawing.Point(0, 236);
|
|
this.panelSize.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelSize.Name = "panelSize";
|
|
this.panelSize.Size = new System.Drawing.Size(300, 27);
|
|
this.panelSize.TabIndex = 7;
|
|
//
|
|
// durationUpdateTimer
|
|
//
|
|
this.durationUpdateTimer.Interval = 200;
|
|
this.durationUpdateTimer.Tick += new System.EventHandler(this.durationUpdateTimer_Tick);
|
|
//
|
|
// flowPanelLeft
|
|
//
|
|
this.flowPanelLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.flowPanelLeft.Controls.Add(this.labelGeneral);
|
|
this.flowPanelLeft.Controls.Add(this.checkColumnName);
|
|
this.flowPanelLeft.Controls.Add(this.checkMediaPreviews);
|
|
this.flowPanelLeft.Controls.Add(this.checkSkipOnLinkClick);
|
|
this.flowPanelLeft.Controls.Add(this.checkNonIntrusive);
|
|
this.flowPanelLeft.Controls.Add(this.labelIdlePause);
|
|
this.flowPanelLeft.Controls.Add(this.comboBoxIdlePause);
|
|
this.flowPanelLeft.Controls.Add(this.labelOpacity);
|
|
this.flowPanelLeft.Controls.Add(this.panelOpacity);
|
|
this.flowPanelLeft.Controls.Add(this.labelTimer);
|
|
this.flowPanelLeft.Controls.Add(this.checkNotificationTimer);
|
|
this.flowPanelLeft.Controls.Add(this.checkTimerCountDown);
|
|
this.flowPanelLeft.Controls.Add(this.labelDuration);
|
|
this.flowPanelLeft.Controls.Add(this.panelTimer);
|
|
this.flowPanelLeft.Controls.Add(this.tableLayoutDurationButtons);
|
|
this.flowPanelLeft.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowPanelLeft.Location = new System.Drawing.Point(9, 9);
|
|
this.flowPanelLeft.Name = "flowPanelLeft";
|
|
this.flowPanelLeft.Size = new System.Drawing.Size(300, 461);
|
|
this.flowPanelLeft.TabIndex = 0;
|
|
this.flowPanelLeft.WrapContents = false;
|
|
//
|
|
// labelOpacity
|
|
//
|
|
this.labelOpacity.AutoSize = true;
|
|
this.labelOpacity.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|
this.labelOpacity.Location = new System.Drawing.Point(3, 188);
|
|
this.labelOpacity.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
|
|
this.labelOpacity.Name = "labelOpacity";
|
|
this.labelOpacity.Size = new System.Drawing.Size(48, 15);
|
|
this.labelOpacity.TabIndex = 7;
|
|
this.labelOpacity.Text = "Opacity";
|
|
//
|
|
// panelOpacity
|
|
//
|
|
this.panelOpacity.Controls.Add(this.labelOpacityValue);
|
|
this.panelOpacity.Controls.Add(this.trackBarOpacity);
|
|
this.panelOpacity.Location = new System.Drawing.Point(0, 204);
|
|
this.panelOpacity.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.panelOpacity.Name = "panelOpacity";
|
|
this.panelOpacity.Size = new System.Drawing.Size(300, 35);
|
|
this.panelOpacity.TabIndex = 8;
|
|
//
|
|
// labelOpacityValue
|
|
//
|
|
this.labelOpacityValue.BackColor = System.Drawing.SystemColors.Control;
|
|
this.labelOpacityValue.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.labelOpacityValue.Location = new System.Drawing.Point(176, 4);
|
|
this.labelOpacityValue.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.labelOpacityValue.Name = "labelOpacityValue";
|
|
this.labelOpacityValue.Size = new System.Drawing.Size(38, 15);
|
|
this.labelOpacityValue.TabIndex = 1;
|
|
this.labelOpacityValue.Text = "100%";
|
|
this.labelOpacityValue.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// trackBarOpacity
|
|
//
|
|
this.trackBarOpacity.AutoSize = false;
|
|
this.trackBarOpacity.Location = new System.Drawing.Point(3, 3);
|
|
this.trackBarOpacity.Maximum = 100;
|
|
this.trackBarOpacity.Minimum = 20;
|
|
this.trackBarOpacity.Name = "trackBarOpacity";
|
|
this.trackBarOpacity.Size = new System.Drawing.Size(177, 30);
|
|
this.trackBarOpacity.SmallChange = 5;
|
|
this.trackBarOpacity.TabIndex = 0;
|
|
this.trackBarOpacity.TickFrequency = 10;
|
|
this.trackBarOpacity.Value = 100;
|
|
//
|
|
// panelScrollSpeed
|
|
//
|
|
this.panelScrollSpeed.Controls.Add(this.trackBarScrollSpeed);
|
|
this.panelScrollSpeed.Controls.Add(this.labelScrollSpeedValue);
|
|
this.panelScrollSpeed.Location = new System.Drawing.Point(0, 291);
|
|
this.panelScrollSpeed.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.panelScrollSpeed.Name = "panelScrollSpeed";
|
|
this.panelScrollSpeed.Size = new System.Drawing.Size(300, 35);
|
|
this.panelScrollSpeed.TabIndex = 9;
|
|
//
|
|
// flowPanelRight
|
|
//
|
|
this.flowPanelRight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.flowPanelRight.Controls.Add(this.labelLocation);
|
|
this.flowPanelRight.Controls.Add(this.panelLocation);
|
|
this.flowPanelRight.Controls.Add(this.labelDisplay);
|
|
this.flowPanelRight.Controls.Add(this.comboBoxDisplay);
|
|
this.flowPanelRight.Controls.Add(this.labelEdgeDistance);
|
|
this.flowPanelRight.Controls.Add(this.panelEdgeDistance);
|
|
this.flowPanelRight.Controls.Add(this.labelSize);
|
|
this.flowPanelRight.Controls.Add(this.panelSize);
|
|
this.flowPanelRight.Controls.Add(this.labelScrollSpeed);
|
|
this.flowPanelRight.Controls.Add(this.panelScrollSpeed);
|
|
this.flowPanelRight.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
this.flowPanelRight.Location = new System.Drawing.Point(322, 9);
|
|
this.flowPanelRight.Name = "flowPanelRight";
|
|
this.flowPanelRight.Size = new System.Drawing.Size(300, 461);
|
|
this.flowPanelRight.TabIndex = 1;
|
|
this.flowPanelRight.WrapContents = false;
|
|
//
|
|
// panelSeparator
|
|
//
|
|
this.panelSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.panelSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
|
|
this.panelSeparator.Location = new System.Drawing.Point(312, 0);
|
|
this.panelSeparator.Margin = new System.Windows.Forms.Padding(0, 0, 6, 0);
|
|
this.panelSeparator.Name = "panelSeparator";
|
|
this.panelSeparator.Size = new System.Drawing.Size(1, 480);
|
|
this.panelSeparator.TabIndex = 2;
|
|
//
|
|
// TabSettingsNotifications
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.flowPanelRight);
|
|
this.Controls.Add(this.flowPanelLeft);
|
|
this.Controls.Add(this.panelSeparator);
|
|
this.Name = "TabSettingsNotifications";
|
|
this.Size = new System.Drawing.Size(631, 480);
|
|
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.flowPanelLeft.ResumeLayout(false);
|
|
this.flowPanelLeft.PerformLayout();
|
|
this.panelOpacity.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarOpacity)).EndInit();
|
|
this.panelScrollSpeed.ResumeLayout(false);
|
|
this.flowPanelRight.ResumeLayout(false);
|
|
this.flowPanelRight.PerformLayout();
|
|
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.Controls.FlatButton btnDurationMedium;
|
|
private TweetDuck.Controls.FlatButton btnDurationLong;
|
|
private TweetDuck.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 flowPanelLeft;
|
|
private System.Windows.Forms.Panel panelScrollSpeed;
|
|
private System.Windows.Forms.FlowLayoutPanel flowPanelRight;
|
|
private System.Windows.Forms.Panel panelSeparator;
|
|
private System.Windows.Forms.Label labelOpacity;
|
|
private System.Windows.Forms.Panel panelOpacity;
|
|
private System.Windows.Forms.Label labelOpacityValue;
|
|
private System.Windows.Forms.TrackBar trackBarOpacity;
|
|
}
|
|
}
|