1609 lines
84 KiB
C#
1609 lines
84 KiB
C#
using System.Drawing;
|
|
using System.Windows.Forms;
|
|
|
|
namespace EveOPreview.View {
|
|
partial class MainForm {
|
|
/// <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>s
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent() {
|
|
components = new System.ComponentModel.Container();
|
|
ToolStripMenuItem RestoreWindowMenuItem;
|
|
ToolStripMenuItem ExitMenuItem;
|
|
ToolStripMenuItem TitleMenuItem;
|
|
ToolStripSeparator SeparatorMenuItem;
|
|
TabControl ContentTabControl;
|
|
TabPage GeneralTabPage;
|
|
Panel GeneralSettingsPanel;
|
|
Label label4;
|
|
TabPage ThumbnailTabPage;
|
|
Panel ThumbnailSettingsPanel;
|
|
Label HeigthLabel;
|
|
Label WidthLabel;
|
|
Label OpacityLabel;
|
|
Panel ZoomSettingsPanel;
|
|
Label ZoomFactorLabel;
|
|
Label ZoomAnchorLabel;
|
|
TabPage OverlayTabPage;
|
|
Panel OverlaySettingsPanel;
|
|
TabPage ClientsTabPage;
|
|
Panel ClientsPanel;
|
|
Label ThumbnailsListLabel;
|
|
TabPage AboutTabPage;
|
|
Panel AboutPanel;
|
|
Label CreditMaintLabel;
|
|
Label DocumentationLinkLabel;
|
|
Label DescriptionLabel;
|
|
System.ComponentModel.ComponentResourceManager resources =
|
|
new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
Label NameLabel;
|
|
AnimationStyleCombo = new ComboBox();
|
|
MinimizeInactiveClientsCheckBox = new CheckBox();
|
|
EnableClientLayoutTrackingCheckBox = new CheckBox();
|
|
HideActiveClientThumbnailCheckBox = new CheckBox();
|
|
ShowThumbnailsAlwaysOnTopCheckBox = new CheckBox();
|
|
HideThumbnailsOnLostFocusCheckBox = new CheckBox();
|
|
EnablePerClientThumbnailsLayoutsCheckBox = new CheckBox();
|
|
MinimizeToTrayCheckBox = new CheckBox();
|
|
ToggleTrackingHotkeyLabel = new Label();
|
|
ToggleTrackingHotkeyTextBox = new TextBox();
|
|
ToggleSingleProcessHotkeyLabel = new Label();
|
|
ToggleSingleProcessHotkeyTextBox = new TextBox();
|
|
ToggleAllThumbnailsHotkeyLabel = new Label();
|
|
ToggleAllThumbnailsHotkeyTextBox = new TextBox();
|
|
EnableThumbnailRegionSnippingCheckBox = new CheckBox();
|
|
RegionLeftLabel = new Label();
|
|
RegionLeftNumericEdit = new NumericUpDown();
|
|
RegionTopLabel = new Label();
|
|
RegionTopNumericEdit = new NumericUpDown();
|
|
RegionWidthLabel = new Label();
|
|
RegionWidthNumericEdit = new NumericUpDown();
|
|
RegionHeightLabel = new Label();
|
|
RegionHeightNumericEdit = new NumericUpDown();
|
|
PickRegionButton = new Button();
|
|
ProfileLabel = new Label();
|
|
ProfileComboBox = new ComboBox();
|
|
SaveProfileButton = new Button();
|
|
DeleteProfileButton = new Button();
|
|
ThumbnailSnapRangeLabel = new Label();
|
|
ThumbnailSnapRangeNumericEdit = new NumericUpDown();
|
|
ThumbnailSnapToGridCheckBox = new CheckBox();
|
|
ThumbnailSnapToGridSizeYNumericEdit = new NumericUpDown();
|
|
SnapYLabel = new Label();
|
|
ThumbnailSnapToGridSizeXNumericEdit = new NumericUpDown();
|
|
SnapXLabel = new Label();
|
|
LockThumbnailLocationCheckbox = new CheckBox();
|
|
ThumbnailsWidthNumericEdit = new NumericUpDown();
|
|
ThumbnailsHeightNumericEdit = new NumericUpDown();
|
|
ThumbnailOpacityTrackBar = new TrackBar();
|
|
ZoomTabPage = new TabPage();
|
|
ZoomAnchorPanel = new Panel();
|
|
ZoomAanchorNWRadioButton = new RadioButton();
|
|
ZoomAanchorNRadioButton = new RadioButton();
|
|
ZoomAanchorNERadioButton = new RadioButton();
|
|
ZoomAanchorWRadioButton = new RadioButton();
|
|
ZoomAanchorSERadioButton = new RadioButton();
|
|
ZoomAanchorCRadioButton = new RadioButton();
|
|
ZoomAanchorSRadioButton = new RadioButton();
|
|
ZoomAanchorERadioButton = new RadioButton();
|
|
ZoomAanchorSWRadioButton = new RadioButton();
|
|
EnableThumbnailZoomCheckBox = new CheckBox();
|
|
ThumbnailZoomFactorNumericEdit = new NumericUpDown();
|
|
label3 = new Label();
|
|
label2 = new Label();
|
|
OverlayLabelColorButton = new Panel();
|
|
OverlayLabelSizeNumericEdit = new NumericUpDown();
|
|
panel1 = new Panel();
|
|
OverlayLabelNWRadioButton = new RadioButton();
|
|
OverlayLabelNRadioButton = new RadioButton();
|
|
OverlayLabelNERadioButton = new RadioButton();
|
|
OverlayLabelWRadioButton = new RadioButton();
|
|
OverlayLabelSERadioButton = new RadioButton();
|
|
OverlayLabelCRadioButton = new RadioButton();
|
|
OverlayLabelSRadioButton = new RadioButton();
|
|
OverlayLabelERadioButton = new RadioButton();
|
|
OverlayLabelSWRadioButton = new RadioButton();
|
|
label1 = new Label();
|
|
HighlightColorLabel = new Label();
|
|
ActiveClientHighlightColorButton = new Panel();
|
|
EnableActiveClientHighlightCheckBox = new CheckBox();
|
|
ShowThumbnailOverlaysCheckBox = new CheckBox();
|
|
ShowThumbnailFramesCheckBox = new CheckBox();
|
|
ThumbnailsList = new CheckedListBox();
|
|
VersionLabel = new Label();
|
|
DocumentationLink = new LinkLabel();
|
|
NotifyIcon = new NotifyIcon(components);
|
|
TrayMenu = new ContextMenuStrip(components);
|
|
RestoreWindowMenuItem = new ToolStripMenuItem();
|
|
ExitMenuItem = new ToolStripMenuItem();
|
|
TitleMenuItem = new ToolStripMenuItem();
|
|
SeparatorMenuItem = new ToolStripSeparator();
|
|
ContentTabControl = new TabControl();
|
|
GeneralTabPage = new TabPage();
|
|
GeneralSettingsPanel = new Panel();
|
|
label4 = new Label();
|
|
ThumbnailTabPage = new TabPage();
|
|
ThumbnailSettingsPanel = new Panel();
|
|
HeigthLabel = new Label();
|
|
WidthLabel = new Label();
|
|
OpacityLabel = new Label();
|
|
ZoomSettingsPanel = new Panel();
|
|
ZoomFactorLabel = new Label();
|
|
ZoomAnchorLabel = new Label();
|
|
OverlayTabPage = new TabPage();
|
|
OverlaySettingsPanel = new Panel();
|
|
ClientsTabPage = new TabPage();
|
|
ClientsPanel = new Panel();
|
|
ThumbnailsListLabel = new Label();
|
|
AboutTabPage = new TabPage();
|
|
AboutPanel = new Panel();
|
|
CreditMaintLabel = new Label();
|
|
DocumentationLinkLabel = new Label();
|
|
DescriptionLabel = new Label();
|
|
NameLabel = new Label();
|
|
ContentTabControl.SuspendLayout();
|
|
GeneralTabPage.SuspendLayout();
|
|
GeneralSettingsPanel.SuspendLayout();
|
|
ThumbnailTabPage.SuspendLayout();
|
|
ThumbnailSettingsPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)RegionLeftNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionTopNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionWidthNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionHeightNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapRangeNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeYNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeXNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailsWidthNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailsHeightNumericEdit).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailOpacityTrackBar).BeginInit();
|
|
ZoomTabPage.SuspendLayout();
|
|
ZoomSettingsPanel.SuspendLayout();
|
|
ZoomAnchorPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailZoomFactorNumericEdit).BeginInit();
|
|
OverlayTabPage.SuspendLayout();
|
|
OverlaySettingsPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)OverlayLabelSizeNumericEdit).BeginInit();
|
|
panel1.SuspendLayout();
|
|
ClientsTabPage.SuspendLayout();
|
|
ClientsPanel.SuspendLayout();
|
|
AboutTabPage.SuspendLayout();
|
|
AboutPanel.SuspendLayout();
|
|
TrayMenu.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// RestoreWindowMenuItem
|
|
//
|
|
RestoreWindowMenuItem.Name = "RestoreWindowMenuItem";
|
|
RestoreWindowMenuItem.Size = new Size(153, 22);
|
|
RestoreWindowMenuItem.Text = "Restore";
|
|
RestoreWindowMenuItem.Click += RestoreMainForm_Handler;
|
|
//
|
|
// ExitMenuItem
|
|
//
|
|
ExitMenuItem.Name = "ExitMenuItem";
|
|
ExitMenuItem.Size = new Size(153, 22);
|
|
ExitMenuItem.Text = "Exit";
|
|
ExitMenuItem.Click += ExitMenuItemClick_Handler;
|
|
//
|
|
// TitleMenuItem
|
|
//
|
|
TitleMenuItem.Enabled = false;
|
|
TitleMenuItem.Name = "TitleMenuItem";
|
|
TitleMenuItem.Size = new Size(153, 22);
|
|
TitleMenuItem.Text = "EVE-O-Preview";
|
|
//
|
|
// SeparatorMenuItem
|
|
//
|
|
SeparatorMenuItem.Name = "SeparatorMenuItem";
|
|
SeparatorMenuItem.Size = new Size(150, 6);
|
|
//
|
|
// ContentTabControl
|
|
//
|
|
ContentTabControl.Alignment = TabAlignment.Left;
|
|
ContentTabControl.Controls.Add(GeneralTabPage);
|
|
ContentTabControl.Controls.Add(ThumbnailTabPage);
|
|
ContentTabControl.Controls.Add(ZoomTabPage);
|
|
ContentTabControl.Controls.Add(OverlayTabPage);
|
|
ContentTabControl.Controls.Add(ClientsTabPage);
|
|
ContentTabControl.Controls.Add(AboutTabPage);
|
|
ContentTabControl.Dock = DockStyle.Fill;
|
|
ContentTabControl.DrawMode = TabDrawMode.OwnerDrawFixed;
|
|
ContentTabControl.ItemSize = new Size(35, 120);
|
|
ContentTabControl.Location = new Point(0, 0);
|
|
ContentTabControl.Margin = new Padding(4);
|
|
ContentTabControl.Multiline = true;
|
|
ContentTabControl.Name = "ContentTabControl";
|
|
ContentTabControl.SelectedIndex = 0;
|
|
ContentTabControl.Size = new Size(464, 371);
|
|
ContentTabControl.SizeMode = TabSizeMode.Fixed;
|
|
ContentTabControl.TabIndex = 6;
|
|
ContentTabControl.DrawItem += ContentTabControl_DrawItem;
|
|
//
|
|
// GeneralTabPage
|
|
//
|
|
GeneralTabPage.BackColor = SystemColors.Control;
|
|
GeneralTabPage.Controls.Add(GeneralSettingsPanel);
|
|
GeneralTabPage.Location = new Point(124, 4);
|
|
GeneralTabPage.Margin = new Padding(4);
|
|
GeneralTabPage.Name = "GeneralTabPage";
|
|
GeneralTabPage.Padding = new Padding(4);
|
|
GeneralTabPage.Size = new Size(336, 363);
|
|
GeneralTabPage.TabIndex = 0;
|
|
GeneralTabPage.Text = "General";
|
|
//
|
|
// GeneralSettingsPanel
|
|
//
|
|
GeneralSettingsPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
GeneralSettingsPanel.Controls.Add(label4);
|
|
GeneralSettingsPanel.Controls.Add(AnimationStyleCombo);
|
|
GeneralSettingsPanel.Controls.Add(MinimizeInactiveClientsCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(EnableClientLayoutTrackingCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(HideActiveClientThumbnailCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(ShowThumbnailsAlwaysOnTopCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(HideThumbnailsOnLostFocusCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(EnablePerClientThumbnailsLayoutsCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(MinimizeToTrayCheckBox);
|
|
GeneralSettingsPanel.Controls.Add(ToggleTrackingHotkeyLabel);
|
|
GeneralSettingsPanel.Controls.Add(ToggleTrackingHotkeyTextBox);
|
|
GeneralSettingsPanel.Controls.Add(ToggleSingleProcessHotkeyLabel);
|
|
GeneralSettingsPanel.Controls.Add(ToggleSingleProcessHotkeyTextBox);
|
|
GeneralSettingsPanel.Controls.Add(ToggleAllThumbnailsHotkeyLabel);
|
|
GeneralSettingsPanel.Controls.Add(ToggleAllThumbnailsHotkeyTextBox);
|
|
GeneralSettingsPanel.Dock = DockStyle.Fill;
|
|
GeneralSettingsPanel.Location = new Point(4, 4);
|
|
GeneralSettingsPanel.Margin = new Padding(4);
|
|
GeneralSettingsPanel.Name = "GeneralSettingsPanel";
|
|
GeneralSettingsPanel.Size = new Size(328, 355);
|
|
GeneralSettingsPanel.TabIndex = 18;
|
|
GeneralSettingsPanel.Paint += GeneralSettingsPanel_Paint;
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(6, 115);
|
|
label4.Margin = new Padding(4, 0, 4, 0);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(91, 15);
|
|
label4.TabIndex = 27;
|
|
label4.Text = "Animation Style";
|
|
//
|
|
// AnimationStyleCombo
|
|
//
|
|
AnimationStyleCombo.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
AnimationStyleCombo.FormattingEnabled = true;
|
|
AnimationStyleCombo.Location = new Point(105, 112);
|
|
AnimationStyleCombo.Margin = new Padding(4);
|
|
AnimationStyleCombo.Name = "AnimationStyleCombo";
|
|
AnimationStyleCombo.Size = new Size(177, 23);
|
|
AnimationStyleCombo.TabIndex = 26;
|
|
AnimationStyleCombo.SelectedIndexChanged += OptionChanged_Handler;
|
|
//
|
|
// MinimizeInactiveClientsCheckBox
|
|
//
|
|
MinimizeInactiveClientsCheckBox.AutoSize = true;
|
|
MinimizeInactiveClientsCheckBox.Location = new Point(9, 90);
|
|
MinimizeInactiveClientsCheckBox.Margin = new Padding(4);
|
|
MinimizeInactiveClientsCheckBox.Name = "MinimizeInactiveClientsCheckBox";
|
|
MinimizeInactiveClientsCheckBox.Size = new Size(178, 19);
|
|
MinimizeInactiveClientsCheckBox.TabIndex = 24;
|
|
MinimizeInactiveClientsCheckBox.Text = "Minimize inactive EVE clients";
|
|
MinimizeInactiveClientsCheckBox.UseVisualStyleBackColor = true;
|
|
MinimizeInactiveClientsCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// EnableClientLayoutTrackingCheckBox
|
|
//
|
|
EnableClientLayoutTrackingCheckBox.AutoSize = true;
|
|
EnableClientLayoutTrackingCheckBox.Location = new Point(9, 36);
|
|
EnableClientLayoutTrackingCheckBox.Margin = new Padding(4);
|
|
EnableClientLayoutTrackingCheckBox.Name = "EnableClientLayoutTrackingCheckBox";
|
|
EnableClientLayoutTrackingCheckBox.Size = new Size(137, 19);
|
|
EnableClientLayoutTrackingCheckBox.TabIndex = 19;
|
|
EnableClientLayoutTrackingCheckBox.Text = "Track client locations";
|
|
EnableClientLayoutTrackingCheckBox.UseVisualStyleBackColor = true;
|
|
EnableClientLayoutTrackingCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// HideActiveClientThumbnailCheckBox
|
|
//
|
|
HideActiveClientThumbnailCheckBox.AutoSize = true;
|
|
HideActiveClientThumbnailCheckBox.Checked = true;
|
|
HideActiveClientThumbnailCheckBox.CheckState = CheckState.Checked;
|
|
HideActiveClientThumbnailCheckBox.Location = new Point(9, 64);
|
|
HideActiveClientThumbnailCheckBox.Margin = new Padding(4);
|
|
HideActiveClientThumbnailCheckBox.Name = "HideActiveClientThumbnailCheckBox";
|
|
HideActiveClientThumbnailCheckBox.Size = new Size(197, 19);
|
|
HideActiveClientThumbnailCheckBox.TabIndex = 20;
|
|
HideActiveClientThumbnailCheckBox.Text = "Hide preview of active EVE client";
|
|
HideActiveClientThumbnailCheckBox.UseVisualStyleBackColor = true;
|
|
HideActiveClientThumbnailCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ShowThumbnailsAlwaysOnTopCheckBox
|
|
//
|
|
ShowThumbnailsAlwaysOnTopCheckBox.AutoSize = true;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Checked = true;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.CheckState = CheckState.Checked;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Location = new Point(9, 143);
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Margin = new Padding(4);
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Name = "ShowThumbnailsAlwaysOnTopCheckBox";
|
|
ShowThumbnailsAlwaysOnTopCheckBox.RightToLeft = RightToLeft.No;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Size = new Size(148, 19);
|
|
ShowThumbnailsAlwaysOnTopCheckBox.TabIndex = 21;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.Text = "Previews always on top";
|
|
ShowThumbnailsAlwaysOnTopCheckBox.UseVisualStyleBackColor = true;
|
|
ShowThumbnailsAlwaysOnTopCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// HideThumbnailsOnLostFocusCheckBox
|
|
//
|
|
HideThumbnailsOnLostFocusCheckBox.AutoSize = true;
|
|
HideThumbnailsOnLostFocusCheckBox.Checked = true;
|
|
HideThumbnailsOnLostFocusCheckBox.CheckState = CheckState.Checked;
|
|
HideThumbnailsOnLostFocusCheckBox.Location = new Point(9, 171);
|
|
HideThumbnailsOnLostFocusCheckBox.Margin = new Padding(4);
|
|
HideThumbnailsOnLostFocusCheckBox.Name = "HideThumbnailsOnLostFocusCheckBox";
|
|
HideThumbnailsOnLostFocusCheckBox.Size = new Size(252, 19);
|
|
HideThumbnailsOnLostFocusCheckBox.TabIndex = 22;
|
|
HideThumbnailsOnLostFocusCheckBox.Text = "Hide previews when EVE client is not active";
|
|
HideThumbnailsOnLostFocusCheckBox.UseVisualStyleBackColor = true;
|
|
HideThumbnailsOnLostFocusCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// EnablePerClientThumbnailsLayoutsCheckBox
|
|
//
|
|
EnablePerClientThumbnailsLayoutsCheckBox.AutoSize = true;
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Checked = true;
|
|
EnablePerClientThumbnailsLayoutsCheckBox.CheckState = CheckState.Checked;
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Location = new Point(9, 199);
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Margin = new Padding(4);
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Name = "EnablePerClientThumbnailsLayoutsCheckBox";
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Size = new Size(200, 19);
|
|
EnablePerClientThumbnailsLayoutsCheckBox.TabIndex = 23;
|
|
EnablePerClientThumbnailsLayoutsCheckBox.Text = "Unique layout for each EVE client";
|
|
EnablePerClientThumbnailsLayoutsCheckBox.UseVisualStyleBackColor = true;
|
|
EnablePerClientThumbnailsLayoutsCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// MinimizeToTrayCheckBox
|
|
//
|
|
MinimizeToTrayCheckBox.AutoSize = true;
|
|
MinimizeToTrayCheckBox.Location = new Point(9, 8);
|
|
MinimizeToTrayCheckBox.Margin = new Padding(4);
|
|
MinimizeToTrayCheckBox.Name = "MinimizeToTrayCheckBox";
|
|
MinimizeToTrayCheckBox.Size = new Size(155, 19);
|
|
MinimizeToTrayCheckBox.TabIndex = 18;
|
|
MinimizeToTrayCheckBox.Text = "Minimize to System Tray";
|
|
MinimizeToTrayCheckBox.UseVisualStyleBackColor = true;
|
|
MinimizeToTrayCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ToggleTrackingHotkeyLabel
|
|
//
|
|
ToggleTrackingHotkeyLabel.AutoSize = true;
|
|
ToggleTrackingHotkeyLabel.Location = new Point(9, 230);
|
|
ToggleTrackingHotkeyLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ToggleTrackingHotkeyLabel.Name = "ToggleTrackingHotkeyLabel";
|
|
ToggleTrackingHotkeyLabel.Size = new Size(94, 15);
|
|
ToggleTrackingHotkeyLabel.TabIndex = 28;
|
|
ToggleTrackingHotkeyLabel.Text = "Toggle Tracking:";
|
|
//
|
|
// ToggleTrackingHotkeyTextBox
|
|
//
|
|
ToggleTrackingHotkeyTextBox.Location = new Point(145, 227);
|
|
ToggleTrackingHotkeyTextBox.Margin = new Padding(4);
|
|
ToggleTrackingHotkeyTextBox.Name = "ToggleTrackingHotkeyTextBox";
|
|
ToggleTrackingHotkeyTextBox.Size = new Size(137, 23);
|
|
ToggleTrackingHotkeyTextBox.TabIndex = 29;
|
|
ToggleTrackingHotkeyTextBox.Leave += HotkeyTextBox_Leave;
|
|
//
|
|
// ToggleSingleProcessHotkeyLabel
|
|
//
|
|
ToggleSingleProcessHotkeyLabel.AutoSize = true;
|
|
ToggleSingleProcessHotkeyLabel.Location = new Point(9, 260);
|
|
ToggleSingleProcessHotkeyLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ToggleSingleProcessHotkeyLabel.Name = "ToggleSingleProcessHotkeyLabel";
|
|
ToggleSingleProcessHotkeyLabel.Size = new Size(124, 15);
|
|
ToggleSingleProcessHotkeyLabel.TabIndex = 30;
|
|
ToggleSingleProcessHotkeyLabel.Text = "Toggle Single Process:";
|
|
//
|
|
// ToggleSingleProcessHotkeyTextBox
|
|
//
|
|
ToggleSingleProcessHotkeyTextBox.Location = new Point(145, 257);
|
|
ToggleSingleProcessHotkeyTextBox.Margin = new Padding(4);
|
|
ToggleSingleProcessHotkeyTextBox.Name = "ToggleSingleProcessHotkeyTextBox";
|
|
ToggleSingleProcessHotkeyTextBox.Size = new Size(137, 23);
|
|
ToggleSingleProcessHotkeyTextBox.TabIndex = 31;
|
|
ToggleSingleProcessHotkeyTextBox.Leave += HotkeyTextBox_Leave;
|
|
//
|
|
// ToggleAllThumbnailsHotkeyLabel
|
|
//
|
|
ToggleAllThumbnailsHotkeyLabel.AutoSize = true;
|
|
ToggleAllThumbnailsHotkeyLabel.Location = new Point(9, 290);
|
|
ToggleAllThumbnailsHotkeyLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ToggleAllThumbnailsHotkeyLabel.Name = "ToggleAllThumbnailsHotkeyLabel";
|
|
ToggleAllThumbnailsHotkeyLabel.Size = new Size(129, 15);
|
|
ToggleAllThumbnailsHotkeyLabel.TabIndex = 32;
|
|
ToggleAllThumbnailsHotkeyLabel.Text = "Toggle All Thumbnails:";
|
|
//
|
|
// ToggleAllThumbnailsHotkeyTextBox
|
|
//
|
|
ToggleAllThumbnailsHotkeyTextBox.Location = new Point(145, 287);
|
|
ToggleAllThumbnailsHotkeyTextBox.Margin = new Padding(4);
|
|
ToggleAllThumbnailsHotkeyTextBox.Name = "ToggleAllThumbnailsHotkeyTextBox";
|
|
ToggleAllThumbnailsHotkeyTextBox.Size = new Size(137, 23);
|
|
ToggleAllThumbnailsHotkeyTextBox.TabIndex = 33;
|
|
ToggleAllThumbnailsHotkeyTextBox.Leave += HotkeyTextBox_Leave;
|
|
//
|
|
// ThumbnailTabPage
|
|
//
|
|
ThumbnailTabPage.BackColor = SystemColors.Control;
|
|
ThumbnailTabPage.Controls.Add(ThumbnailSettingsPanel);
|
|
ThumbnailTabPage.Location = new Point(124, 4);
|
|
ThumbnailTabPage.Margin = new Padding(4);
|
|
ThumbnailTabPage.Name = "ThumbnailTabPage";
|
|
ThumbnailTabPage.Padding = new Padding(4);
|
|
ThumbnailTabPage.Size = new Size(336, 363);
|
|
ThumbnailTabPage.TabIndex = 1;
|
|
ThumbnailTabPage.Text = "Thumbnail";
|
|
//
|
|
// ThumbnailSettingsPanel
|
|
//
|
|
ThumbnailSettingsPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailSettingsPanel.Controls.Add(EnableThumbnailRegionSnippingCheckBox);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionLeftLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionLeftNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionTopLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionTopNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionWidthLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionWidthNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionHeightLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(RegionHeightNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(PickRegionButton);
|
|
ThumbnailSettingsPanel.Controls.Add(ProfileLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(ProfileComboBox);
|
|
ThumbnailSettingsPanel.Controls.Add(SaveProfileButton);
|
|
ThumbnailSettingsPanel.Controls.Add(DeleteProfileButton);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailSnapRangeLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailSnapRangeNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailSnapToGridCheckBox);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailSnapToGridSizeYNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(SnapYLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailSnapToGridSizeXNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(SnapXLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(LockThumbnailLocationCheckbox);
|
|
ThumbnailSettingsPanel.Controls.Add(HeigthLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(WidthLabel);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailsWidthNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailsHeightNumericEdit);
|
|
ThumbnailSettingsPanel.Controls.Add(ThumbnailOpacityTrackBar);
|
|
ThumbnailSettingsPanel.Controls.Add(OpacityLabel);
|
|
ThumbnailSettingsPanel.Dock = DockStyle.Fill;
|
|
ThumbnailSettingsPanel.Location = new Point(4, 4);
|
|
ThumbnailSettingsPanel.Margin = new Padding(4);
|
|
ThumbnailSettingsPanel.Name = "ThumbnailSettingsPanel";
|
|
ThumbnailSettingsPanel.Size = new Size(328, 355);
|
|
ThumbnailSettingsPanel.TabIndex = 19;
|
|
//
|
|
// EnableThumbnailRegionSnippingCheckBox
|
|
//
|
|
EnableThumbnailRegionSnippingCheckBox.AutoSize = true;
|
|
EnableThumbnailRegionSnippingCheckBox.Location = new Point(13, 194);
|
|
EnableThumbnailRegionSnippingCheckBox.Margin = new Padding(4);
|
|
EnableThumbnailRegionSnippingCheckBox.Name = "EnableThumbnailRegionSnippingCheckBox";
|
|
EnableThumbnailRegionSnippingCheckBox.Size = new Size(151, 19);
|
|
EnableThumbnailRegionSnippingCheckBox.TabIndex = 40;
|
|
EnableThumbnailRegionSnippingCheckBox.Text = "Enable Region Snipping";
|
|
EnableThumbnailRegionSnippingCheckBox.UseVisualStyleBackColor = true;
|
|
EnableThumbnailRegionSnippingCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// RegionLeftLabel
|
|
//
|
|
RegionLeftLabel.AutoSize = true;
|
|
RegionLeftLabel.Location = new Point(13, 223);
|
|
RegionLeftLabel.Margin = new Padding(4, 0, 4, 0);
|
|
RegionLeftLabel.Name = "RegionLeftLabel";
|
|
RegionLeftLabel.Size = new Size(27, 15);
|
|
RegionLeftLabel.TabIndex = 41;
|
|
RegionLeftLabel.Text = "Left";
|
|
//
|
|
// RegionLeftNumericEdit
|
|
//
|
|
RegionLeftNumericEdit.BackColor = SystemColors.Window;
|
|
RegionLeftNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
RegionLeftNumericEdit.CausesValidation = false;
|
|
RegionLeftNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
RegionLeftNumericEdit.Location = new Point(65, 221);
|
|
RegionLeftNumericEdit.Margin = new Padding(4);
|
|
RegionLeftNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
RegionLeftNumericEdit.Name = "RegionLeftNumericEdit";
|
|
RegionLeftNumericEdit.Size = new Size(56, 23);
|
|
RegionLeftNumericEdit.TabIndex = 42;
|
|
RegionLeftNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// RegionTopLabel
|
|
//
|
|
RegionTopLabel.AutoSize = true;
|
|
RegionTopLabel.Location = new Point(139, 223);
|
|
RegionTopLabel.Margin = new Padding(4, 0, 4, 0);
|
|
RegionTopLabel.Name = "RegionTopLabel";
|
|
RegionTopLabel.Size = new Size(27, 15);
|
|
RegionTopLabel.TabIndex = 43;
|
|
RegionTopLabel.Text = "Top";
|
|
//
|
|
// RegionTopNumericEdit
|
|
//
|
|
RegionTopNumericEdit.BackColor = SystemColors.Window;
|
|
RegionTopNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
RegionTopNumericEdit.CausesValidation = false;
|
|
RegionTopNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
RegionTopNumericEdit.Location = new Point(179, 221);
|
|
RegionTopNumericEdit.Margin = new Padding(4);
|
|
RegionTopNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
RegionTopNumericEdit.Name = "RegionTopNumericEdit";
|
|
RegionTopNumericEdit.Size = new Size(56, 23);
|
|
RegionTopNumericEdit.TabIndex = 44;
|
|
RegionTopNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// RegionWidthLabel
|
|
//
|
|
RegionWidthLabel.AutoSize = true;
|
|
RegionWidthLabel.Location = new Point(11, 248);
|
|
RegionWidthLabel.Margin = new Padding(4, 0, 4, 0);
|
|
RegionWidthLabel.Name = "RegionWidthLabel";
|
|
RegionWidthLabel.Size = new Size(39, 15);
|
|
RegionWidthLabel.TabIndex = 45;
|
|
RegionWidthLabel.Text = "Width";
|
|
//
|
|
// RegionWidthNumericEdit
|
|
//
|
|
RegionWidthNumericEdit.BackColor = SystemColors.Window;
|
|
RegionWidthNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
RegionWidthNumericEdit.CausesValidation = false;
|
|
RegionWidthNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
RegionWidthNumericEdit.Location = new Point(65, 246);
|
|
RegionWidthNumericEdit.Margin = new Padding(4);
|
|
RegionWidthNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
RegionWidthNumericEdit.Name = "RegionWidthNumericEdit";
|
|
RegionWidthNumericEdit.Size = new Size(56, 23);
|
|
RegionWidthNumericEdit.TabIndex = 46;
|
|
RegionWidthNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// RegionHeightLabel
|
|
//
|
|
RegionHeightLabel.AutoSize = true;
|
|
RegionHeightLabel.Location = new Point(132, 248);
|
|
RegionHeightLabel.Margin = new Padding(4, 0, 4, 0);
|
|
RegionHeightLabel.Name = "RegionHeightLabel";
|
|
RegionHeightLabel.Size = new Size(43, 15);
|
|
RegionHeightLabel.TabIndex = 47;
|
|
RegionHeightLabel.Text = "Height";
|
|
//
|
|
// RegionHeightNumericEdit
|
|
//
|
|
RegionHeightNumericEdit.BackColor = SystemColors.Window;
|
|
RegionHeightNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
RegionHeightNumericEdit.CausesValidation = false;
|
|
RegionHeightNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
RegionHeightNumericEdit.Location = new Point(179, 246);
|
|
RegionHeightNumericEdit.Margin = new Padding(4);
|
|
RegionHeightNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
RegionHeightNumericEdit.Name = "RegionHeightNumericEdit";
|
|
RegionHeightNumericEdit.Size = new Size(56, 23);
|
|
RegionHeightNumericEdit.TabIndex = 48;
|
|
RegionHeightNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// PickRegionButton
|
|
//
|
|
PickRegionButton.Location = new Point(65, 305);
|
|
PickRegionButton.Margin = new Padding(4);
|
|
PickRegionButton.Name = "PickRegionButton";
|
|
PickRegionButton.Size = new Size(170, 21);
|
|
PickRegionButton.TabIndex = 49;
|
|
PickRegionButton.Text = "Pick Region";
|
|
PickRegionButton.UseVisualStyleBackColor = true;
|
|
PickRegionButton.Click += PickRegionButton_Click;
|
|
//
|
|
// ProfileLabel
|
|
//
|
|
ProfileLabel.AutoSize = true;
|
|
ProfileLabel.Location = new Point(9, 280);
|
|
ProfileLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ProfileLabel.Name = "ProfileLabel";
|
|
ProfileLabel.Size = new Size(41, 15);
|
|
ProfileLabel.TabIndex = 50;
|
|
ProfileLabel.Text = "Profile";
|
|
//
|
|
// ProfileComboBox
|
|
//
|
|
ProfileComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
ProfileComboBox.Location = new Point(65, 277);
|
|
ProfileComboBox.Margin = new Padding(4);
|
|
ProfileComboBox.Name = "ProfileComboBox";
|
|
ProfileComboBox.Size = new Size(106, 23);
|
|
ProfileComboBox.TabIndex = 51;
|
|
ProfileComboBox.SelectedIndexChanged += ProfileComboBox_SelectedIndexChanged;
|
|
//
|
|
// SaveProfileButton
|
|
//
|
|
SaveProfileButton.Location = new Point(179, 277);
|
|
SaveProfileButton.Margin = new Padding(4);
|
|
SaveProfileButton.Name = "SaveProfileButton";
|
|
SaveProfileButton.Size = new Size(56, 21);
|
|
SaveProfileButton.TabIndex = 52;
|
|
SaveProfileButton.Text = "Save";
|
|
SaveProfileButton.UseVisualStyleBackColor = true;
|
|
SaveProfileButton.Click += SaveProfileButton_Click;
|
|
//
|
|
// DeleteProfileButton
|
|
//
|
|
DeleteProfileButton.Location = new Point(243, 277);
|
|
DeleteProfileButton.Margin = new Padding(4);
|
|
DeleteProfileButton.Name = "DeleteProfileButton";
|
|
DeleteProfileButton.Size = new Size(56, 21);
|
|
DeleteProfileButton.TabIndex = 53;
|
|
DeleteProfileButton.Text = "Delete";
|
|
DeleteProfileButton.UseVisualStyleBackColor = true;
|
|
DeleteProfileButton.Click += DeleteProfileButton_Click;
|
|
//
|
|
// ThumbnailSnapRangeLabel
|
|
//
|
|
ThumbnailSnapRangeLabel.AutoSize = true;
|
|
ThumbnailSnapRangeLabel.Location = new Point(13, 167);
|
|
ThumbnailSnapRangeLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ThumbnailSnapRangeLabel.Name = "ThumbnailSnapRangeLabel";
|
|
ThumbnailSnapRangeLabel.Size = new Size(69, 15);
|
|
ThumbnailSnapRangeLabel.TabIndex = 54;
|
|
ThumbnailSnapRangeLabel.Text = "Snap Range";
|
|
//
|
|
// ThumbnailSnapRangeNumericEdit
|
|
//
|
|
ThumbnailSnapRangeNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailSnapRangeNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailSnapRangeNumericEdit.CausesValidation = false;
|
|
ThumbnailSnapRangeNumericEdit.Increment = new decimal(new int[] { 5, 0, 0, 0 });
|
|
ThumbnailSnapRangeNumericEdit.Location = new Point(86, 165);
|
|
ThumbnailSnapRangeNumericEdit.Margin = new Padding(4);
|
|
ThumbnailSnapRangeNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
ThumbnailSnapRangeNumericEdit.Name = "ThumbnailSnapRangeNumericEdit";
|
|
ThumbnailSnapRangeNumericEdit.Size = new Size(56, 23);
|
|
ThumbnailSnapRangeNumericEdit.TabIndex = 55;
|
|
ThumbnailSnapRangeNumericEdit.Value = new decimal(new int[] { 20, 0, 0, 0 });
|
|
ThumbnailSnapRangeNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// ThumbnailSnapToGridCheckBox
|
|
//
|
|
ThumbnailSnapToGridCheckBox.AutoSize = true;
|
|
ThumbnailSnapToGridCheckBox.Location = new Point(13, 120);
|
|
ThumbnailSnapToGridCheckBox.Margin = new Padding(4);
|
|
ThumbnailSnapToGridCheckBox.Name = "ThumbnailSnapToGridCheckBox";
|
|
ThumbnailSnapToGridCheckBox.Size = new Size(152, 19);
|
|
ThumbnailSnapToGridCheckBox.TabIndex = 32;
|
|
ThumbnailSnapToGridCheckBox.Text = "Thumbnail Snap to Grid";
|
|
ThumbnailSnapToGridCheckBox.UseVisualStyleBackColor = true;
|
|
ThumbnailSnapToGridCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ThumbnailSnapToGridSizeYNumericEdit
|
|
//
|
|
ThumbnailSnapToGridSizeYNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailSnapToGridSizeYNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailSnapToGridSizeYNumericEdit.CausesValidation = false;
|
|
ThumbnailSnapToGridSizeYNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeYNumericEdit.Location = new Point(179, 143);
|
|
ThumbnailSnapToGridSizeYNumericEdit.Margin = new Padding(4);
|
|
ThumbnailSnapToGridSizeYNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeYNumericEdit.Name = "ThumbnailSnapToGridSizeYNumericEdit";
|
|
ThumbnailSnapToGridSizeYNumericEdit.Size = new Size(56, 23);
|
|
ThumbnailSnapToGridSizeYNumericEdit.TabIndex = 31;
|
|
ThumbnailSnapToGridSizeYNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeYNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// SnapYLabel
|
|
//
|
|
SnapYLabel.AutoSize = true;
|
|
SnapYLabel.Location = new Point(150, 145);
|
|
SnapYLabel.Margin = new Padding(4, 0, 4, 0);
|
|
SnapYLabel.Name = "SnapYLabel";
|
|
SnapYLabel.Size = new Size(14, 15);
|
|
SnapYLabel.TabIndex = 30;
|
|
SnapYLabel.Text = "Y";
|
|
//
|
|
// ThumbnailSnapToGridSizeXNumericEdit
|
|
//
|
|
ThumbnailSnapToGridSizeXNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailSnapToGridSizeXNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailSnapToGridSizeXNumericEdit.CausesValidation = false;
|
|
ThumbnailSnapToGridSizeXNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeXNumericEdit.Location = new Point(86, 141);
|
|
ThumbnailSnapToGridSizeXNumericEdit.Margin = new Padding(4);
|
|
ThumbnailSnapToGridSizeXNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeXNumericEdit.Name = "ThumbnailSnapToGridSizeXNumericEdit";
|
|
ThumbnailSnapToGridSizeXNumericEdit.Size = new Size(56, 23);
|
|
ThumbnailSnapToGridSizeXNumericEdit.TabIndex = 29;
|
|
ThumbnailSnapToGridSizeXNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|
ThumbnailSnapToGridSizeXNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// SnapXLabel
|
|
//
|
|
SnapXLabel.AutoSize = true;
|
|
SnapXLabel.Location = new Point(9, 143);
|
|
SnapXLabel.Margin = new Padding(4, 0, 4, 0);
|
|
SnapXLabel.Name = "SnapXLabel";
|
|
SnapXLabel.Size = new Size(43, 15);
|
|
SnapXLabel.TabIndex = 28;
|
|
SnapXLabel.Text = "Snap X";
|
|
//
|
|
// LockThumbnailLocationCheckbox
|
|
//
|
|
LockThumbnailLocationCheckbox.AutoSize = true;
|
|
LockThumbnailLocationCheckbox.Location = new Point(13, 94);
|
|
LockThumbnailLocationCheckbox.Margin = new Padding(4);
|
|
LockThumbnailLocationCheckbox.Name = "LockThumbnailLocationCheckbox";
|
|
LockThumbnailLocationCheckbox.Size = new Size(161, 19);
|
|
LockThumbnailLocationCheckbox.TabIndex = 26;
|
|
LockThumbnailLocationCheckbox.Text = "Lock Thumbnail Location";
|
|
LockThumbnailLocationCheckbox.UseVisualStyleBackColor = true;
|
|
LockThumbnailLocationCheckbox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// HeigthLabel
|
|
//
|
|
HeigthLabel.AutoSize = true;
|
|
HeigthLabel.Location = new Point(9, 66);
|
|
HeigthLabel.Margin = new Padding(4, 0, 4, 0);
|
|
HeigthLabel.Name = "HeigthLabel";
|
|
HeigthLabel.Size = new Size(104, 15);
|
|
HeigthLabel.TabIndex = 24;
|
|
HeigthLabel.Text = "Thumbnail Height";
|
|
//
|
|
// WidthLabel
|
|
//
|
|
WidthLabel.AutoSize = true;
|
|
WidthLabel.Location = new Point(9, 38);
|
|
WidthLabel.Margin = new Padding(4, 0, 4, 0);
|
|
WidthLabel.Name = "WidthLabel";
|
|
WidthLabel.Size = new Size(100, 15);
|
|
WidthLabel.TabIndex = 23;
|
|
WidthLabel.Text = "Thumbnail Width";
|
|
//
|
|
// ThumbnailsWidthNumericEdit
|
|
//
|
|
ThumbnailsWidthNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailsWidthNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailsWidthNumericEdit.CausesValidation = false;
|
|
ThumbnailsWidthNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
ThumbnailsWidthNumericEdit.Location = new Point(122, 36);
|
|
ThumbnailsWidthNumericEdit.Margin = new Padding(4);
|
|
ThumbnailsWidthNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
ThumbnailsWidthNumericEdit.Name = "ThumbnailsWidthNumericEdit";
|
|
ThumbnailsWidthNumericEdit.Size = new Size(56, 23);
|
|
ThumbnailsWidthNumericEdit.TabIndex = 21;
|
|
ThumbnailsWidthNumericEdit.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|
ThumbnailsWidthNumericEdit.ValueChanged += ThumbnailSizeChanged_Handler;
|
|
//
|
|
// ThumbnailsHeightNumericEdit
|
|
//
|
|
ThumbnailsHeightNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailsHeightNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailsHeightNumericEdit.CausesValidation = false;
|
|
ThumbnailsHeightNumericEdit.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
|
ThumbnailsHeightNumericEdit.Location = new Point(122, 64);
|
|
ThumbnailsHeightNumericEdit.Margin = new Padding(4);
|
|
ThumbnailsHeightNumericEdit.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
|
|
ThumbnailsHeightNumericEdit.Name = "ThumbnailsHeightNumericEdit";
|
|
ThumbnailsHeightNumericEdit.Size = new Size(56, 23);
|
|
ThumbnailsHeightNumericEdit.TabIndex = 22;
|
|
ThumbnailsHeightNumericEdit.Value = new decimal(new int[] { 70, 0, 0, 0 });
|
|
ThumbnailsHeightNumericEdit.ValueChanged += ThumbnailSizeChanged_Handler;
|
|
//
|
|
// ThumbnailOpacityTrackBar
|
|
//
|
|
ThumbnailOpacityTrackBar.AutoSize = false;
|
|
ThumbnailOpacityTrackBar.LargeChange = 10;
|
|
ThumbnailOpacityTrackBar.Location = new Point(71, 7);
|
|
ThumbnailOpacityTrackBar.Margin = new Padding(4);
|
|
ThumbnailOpacityTrackBar.Maximum = 100;
|
|
ThumbnailOpacityTrackBar.Minimum = 20;
|
|
ThumbnailOpacityTrackBar.Name = "ThumbnailOpacityTrackBar";
|
|
ThumbnailOpacityTrackBar.Size = new Size(223, 25);
|
|
ThumbnailOpacityTrackBar.TabIndex = 20;
|
|
ThumbnailOpacityTrackBar.TickFrequency = 10;
|
|
ThumbnailOpacityTrackBar.Value = 20;
|
|
ThumbnailOpacityTrackBar.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// OpacityLabel
|
|
//
|
|
OpacityLabel.AutoSize = true;
|
|
OpacityLabel.Location = new Point(9, 10);
|
|
OpacityLabel.Margin = new Padding(4, 0, 4, 0);
|
|
OpacityLabel.Name = "OpacityLabel";
|
|
OpacityLabel.Size = new Size(48, 15);
|
|
OpacityLabel.TabIndex = 19;
|
|
OpacityLabel.Text = "Opacity";
|
|
//
|
|
// ZoomTabPage
|
|
//
|
|
ZoomTabPage.BackColor = SystemColors.Control;
|
|
ZoomTabPage.Controls.Add(ZoomSettingsPanel);
|
|
ZoomTabPage.Location = new Point(124, 4);
|
|
ZoomTabPage.Margin = new Padding(4);
|
|
ZoomTabPage.Name = "ZoomTabPage";
|
|
ZoomTabPage.Size = new Size(336, 363);
|
|
ZoomTabPage.TabIndex = 2;
|
|
ZoomTabPage.Text = "Zoom";
|
|
//
|
|
// ZoomSettingsPanel
|
|
//
|
|
ZoomSettingsPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
ZoomSettingsPanel.Controls.Add(ZoomFactorLabel);
|
|
ZoomSettingsPanel.Controls.Add(ZoomAnchorPanel);
|
|
ZoomSettingsPanel.Controls.Add(ZoomAnchorLabel);
|
|
ZoomSettingsPanel.Controls.Add(EnableThumbnailZoomCheckBox);
|
|
ZoomSettingsPanel.Controls.Add(ThumbnailZoomFactorNumericEdit);
|
|
ZoomSettingsPanel.Dock = DockStyle.Fill;
|
|
ZoomSettingsPanel.Location = new Point(0, 0);
|
|
ZoomSettingsPanel.Margin = new Padding(4);
|
|
ZoomSettingsPanel.Name = "ZoomSettingsPanel";
|
|
ZoomSettingsPanel.Size = new Size(336, 363);
|
|
ZoomSettingsPanel.TabIndex = 36;
|
|
//
|
|
// ZoomFactorLabel
|
|
//
|
|
ZoomFactorLabel.AutoSize = true;
|
|
ZoomFactorLabel.Location = new Point(9, 38);
|
|
ZoomFactorLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ZoomFactorLabel.Name = "ZoomFactorLabel";
|
|
ZoomFactorLabel.Size = new Size(75, 15);
|
|
ZoomFactorLabel.TabIndex = 39;
|
|
ZoomFactorLabel.Text = "Zoom Factor";
|
|
//
|
|
// ZoomAnchorPanel
|
|
//
|
|
ZoomAnchorPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorNWRadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorNRadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorNERadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorWRadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorSERadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorCRadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorSRadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorERadioButton);
|
|
ZoomAnchorPanel.Controls.Add(ZoomAanchorSWRadioButton);
|
|
ZoomAnchorPanel.Location = new Point(94, 62);
|
|
ZoomAnchorPanel.Margin = new Padding(4);
|
|
ZoomAnchorPanel.Name = "ZoomAnchorPanel";
|
|
ZoomAnchorPanel.Size = new Size(90, 84);
|
|
ZoomAnchorPanel.TabIndex = 38;
|
|
//
|
|
// ZoomAanchorNWRadioButton
|
|
//
|
|
ZoomAanchorNWRadioButton.AutoSize = true;
|
|
ZoomAanchorNWRadioButton.Location = new Point(4, 4);
|
|
ZoomAanchorNWRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorNWRadioButton.Name = "ZoomAanchorNWRadioButton";
|
|
ZoomAanchorNWRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorNWRadioButton.TabIndex = 0;
|
|
ZoomAanchorNWRadioButton.TabStop = true;
|
|
ZoomAanchorNWRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorNWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorNRadioButton
|
|
//
|
|
ZoomAanchorNRadioButton.AutoSize = true;
|
|
ZoomAanchorNRadioButton.Location = new Point(36, 4);
|
|
ZoomAanchorNRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorNRadioButton.Name = "ZoomAanchorNRadioButton";
|
|
ZoomAanchorNRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorNRadioButton.TabIndex = 1;
|
|
ZoomAanchorNRadioButton.TabStop = true;
|
|
ZoomAanchorNRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorNRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorNERadioButton
|
|
//
|
|
ZoomAanchorNERadioButton.AutoSize = true;
|
|
ZoomAanchorNERadioButton.Location = new Point(69, 4);
|
|
ZoomAanchorNERadioButton.Margin = new Padding(4);
|
|
ZoomAanchorNERadioButton.Name = "ZoomAanchorNERadioButton";
|
|
ZoomAanchorNERadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorNERadioButton.TabIndex = 2;
|
|
ZoomAanchorNERadioButton.TabStop = true;
|
|
ZoomAanchorNERadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorNERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorWRadioButton
|
|
//
|
|
ZoomAanchorWRadioButton.AutoSize = true;
|
|
ZoomAanchorWRadioButton.Location = new Point(4, 34);
|
|
ZoomAanchorWRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorWRadioButton.Name = "ZoomAanchorWRadioButton";
|
|
ZoomAanchorWRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorWRadioButton.TabIndex = 3;
|
|
ZoomAanchorWRadioButton.TabStop = true;
|
|
ZoomAanchorWRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorSERadioButton
|
|
//
|
|
ZoomAanchorSERadioButton.AutoSize = true;
|
|
ZoomAanchorSERadioButton.Location = new Point(69, 64);
|
|
ZoomAanchorSERadioButton.Margin = new Padding(4);
|
|
ZoomAanchorSERadioButton.Name = "ZoomAanchorSERadioButton";
|
|
ZoomAanchorSERadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorSERadioButton.TabIndex = 8;
|
|
ZoomAanchorSERadioButton.TabStop = true;
|
|
ZoomAanchorSERadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorSERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorCRadioButton
|
|
//
|
|
ZoomAanchorCRadioButton.AutoSize = true;
|
|
ZoomAanchorCRadioButton.Location = new Point(36, 34);
|
|
ZoomAanchorCRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorCRadioButton.Name = "ZoomAanchorCRadioButton";
|
|
ZoomAanchorCRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorCRadioButton.TabIndex = 4;
|
|
ZoomAanchorCRadioButton.TabStop = true;
|
|
ZoomAanchorCRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorCRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorSRadioButton
|
|
//
|
|
ZoomAanchorSRadioButton.AutoSize = true;
|
|
ZoomAanchorSRadioButton.Location = new Point(36, 64);
|
|
ZoomAanchorSRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorSRadioButton.Name = "ZoomAanchorSRadioButton";
|
|
ZoomAanchorSRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorSRadioButton.TabIndex = 7;
|
|
ZoomAanchorSRadioButton.TabStop = true;
|
|
ZoomAanchorSRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorSRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorERadioButton
|
|
//
|
|
ZoomAanchorERadioButton.AutoSize = true;
|
|
ZoomAanchorERadioButton.Location = new Point(69, 34);
|
|
ZoomAanchorERadioButton.Margin = new Padding(4);
|
|
ZoomAanchorERadioButton.Name = "ZoomAanchorERadioButton";
|
|
ZoomAanchorERadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorERadioButton.TabIndex = 5;
|
|
ZoomAanchorERadioButton.TabStop = true;
|
|
ZoomAanchorERadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAanchorSWRadioButton
|
|
//
|
|
ZoomAanchorSWRadioButton.AutoSize = true;
|
|
ZoomAanchorSWRadioButton.Location = new Point(4, 64);
|
|
ZoomAanchorSWRadioButton.Margin = new Padding(4);
|
|
ZoomAanchorSWRadioButton.Name = "ZoomAanchorSWRadioButton";
|
|
ZoomAanchorSWRadioButton.Size = new Size(14, 13);
|
|
ZoomAanchorSWRadioButton.TabIndex = 6;
|
|
ZoomAanchorSWRadioButton.TabStop = true;
|
|
ZoomAanchorSWRadioButton.UseVisualStyleBackColor = true;
|
|
ZoomAanchorSWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ZoomAnchorLabel
|
|
//
|
|
ZoomAnchorLabel.AutoSize = true;
|
|
ZoomAnchorLabel.Location = new Point(9, 66);
|
|
ZoomAnchorLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ZoomAnchorLabel.Name = "ZoomAnchorLabel";
|
|
ZoomAnchorLabel.Size = new Size(46, 15);
|
|
ZoomAnchorLabel.TabIndex = 40;
|
|
ZoomAnchorLabel.Text = "Anchor";
|
|
//
|
|
// EnableThumbnailZoomCheckBox
|
|
//
|
|
EnableThumbnailZoomCheckBox.AutoSize = true;
|
|
EnableThumbnailZoomCheckBox.Checked = true;
|
|
EnableThumbnailZoomCheckBox.CheckState = CheckState.Checked;
|
|
EnableThumbnailZoomCheckBox.Location = new Point(9, 8);
|
|
EnableThumbnailZoomCheckBox.Margin = new Padding(4);
|
|
EnableThumbnailZoomCheckBox.Name = "EnableThumbnailZoomCheckBox";
|
|
EnableThumbnailZoomCheckBox.RightToLeft = RightToLeft.No;
|
|
EnableThumbnailZoomCheckBox.Size = new Size(108, 19);
|
|
EnableThumbnailZoomCheckBox.TabIndex = 36;
|
|
EnableThumbnailZoomCheckBox.Text = "Zoom on hover";
|
|
EnableThumbnailZoomCheckBox.UseVisualStyleBackColor = true;
|
|
EnableThumbnailZoomCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ThumbnailZoomFactorNumericEdit
|
|
//
|
|
ThumbnailZoomFactorNumericEdit.BackColor = SystemColors.Window;
|
|
ThumbnailZoomFactorNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailZoomFactorNumericEdit.Location = new Point(94, 36);
|
|
ThumbnailZoomFactorNumericEdit.Margin = new Padding(4);
|
|
ThumbnailZoomFactorNumericEdit.Maximum = new decimal(new int[] { 10, 0, 0, 0 });
|
|
ThumbnailZoomFactorNumericEdit.Minimum = new decimal(new int[] { 2, 0, 0, 0 });
|
|
ThumbnailZoomFactorNumericEdit.Name = "ThumbnailZoomFactorNumericEdit";
|
|
ThumbnailZoomFactorNumericEdit.Size = new Size(44, 23);
|
|
ThumbnailZoomFactorNumericEdit.TabIndex = 37;
|
|
ThumbnailZoomFactorNumericEdit.Value = new decimal(new int[] { 2, 0, 0, 0 });
|
|
ThumbnailZoomFactorNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayTabPage
|
|
//
|
|
OverlayTabPage.BackColor = SystemColors.Control;
|
|
OverlayTabPage.Controls.Add(OverlaySettingsPanel);
|
|
OverlayTabPage.Location = new Point(124, 4);
|
|
OverlayTabPage.Margin = new Padding(4);
|
|
OverlayTabPage.Name = "OverlayTabPage";
|
|
OverlayTabPage.Size = new Size(336, 363);
|
|
OverlayTabPage.TabIndex = 3;
|
|
OverlayTabPage.Text = "Overlay";
|
|
//
|
|
// OverlaySettingsPanel
|
|
//
|
|
OverlaySettingsPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
OverlaySettingsPanel.Controls.Add(label3);
|
|
OverlaySettingsPanel.Controls.Add(label2);
|
|
OverlaySettingsPanel.Controls.Add(OverlayLabelColorButton);
|
|
OverlaySettingsPanel.Controls.Add(OverlayLabelSizeNumericEdit);
|
|
OverlaySettingsPanel.Controls.Add(panel1);
|
|
OverlaySettingsPanel.Controls.Add(label1);
|
|
OverlaySettingsPanel.Controls.Add(HighlightColorLabel);
|
|
OverlaySettingsPanel.Controls.Add(ActiveClientHighlightColorButton);
|
|
OverlaySettingsPanel.Controls.Add(EnableActiveClientHighlightCheckBox);
|
|
OverlaySettingsPanel.Controls.Add(ShowThumbnailOverlaysCheckBox);
|
|
OverlaySettingsPanel.Controls.Add(ShowThumbnailFramesCheckBox);
|
|
OverlaySettingsPanel.Dock = DockStyle.Fill;
|
|
OverlaySettingsPanel.Location = new Point(0, 0);
|
|
OverlaySettingsPanel.Margin = new Padding(4);
|
|
OverlaySettingsPanel.Name = "OverlaySettingsPanel";
|
|
OverlaySettingsPanel.Size = new Size(336, 363);
|
|
OverlaySettingsPanel.TabIndex = 25;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(6, 169);
|
|
label3.Margin = new Padding(4, 0, 4, 0);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(50, 15);
|
|
label3.TabIndex = 43;
|
|
label3.Text = "Position";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(6, 146);
|
|
label2.Margin = new Padding(4, 0, 4, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(36, 15);
|
|
label2.TabIndex = 42;
|
|
label2.Text = "Color";
|
|
//
|
|
// OverlayLabelColorButton
|
|
//
|
|
OverlayLabelColorButton.BorderStyle = BorderStyle.FixedSingle;
|
|
OverlayLabelColorButton.Location = new Point(49, 145);
|
|
OverlayLabelColorButton.Margin = new Padding(4);
|
|
OverlayLabelColorButton.Name = "OverlayLabelColorButton";
|
|
OverlayLabelColorButton.Size = new Size(108, 19);
|
|
OverlayLabelColorButton.TabIndex = 41;
|
|
OverlayLabelColorButton.Click += OverlayLabelColorButton_Click;
|
|
//
|
|
// OverlayLabelSizeNumericEdit
|
|
//
|
|
OverlayLabelSizeNumericEdit.BackColor = SystemColors.Window;
|
|
OverlayLabelSizeNumericEdit.BorderStyle = BorderStyle.FixedSingle;
|
|
OverlayLabelSizeNumericEdit.CausesValidation = false;
|
|
OverlayLabelSizeNumericEdit.Location = new Point(102, 115);
|
|
OverlayLabelSizeNumericEdit.Margin = new Padding(4);
|
|
OverlayLabelSizeNumericEdit.Maximum = new decimal(new int[] { 30, 0, 0, 0 });
|
|
OverlayLabelSizeNumericEdit.Minimum = new decimal(new int[] { 5, 0, 0, 0 });
|
|
OverlayLabelSizeNumericEdit.Name = "OverlayLabelSizeNumericEdit";
|
|
OverlayLabelSizeNumericEdit.Size = new Size(56, 23);
|
|
OverlayLabelSizeNumericEdit.TabIndex = 40;
|
|
OverlayLabelSizeNumericEdit.Value = new decimal(new int[] { 30, 0, 0, 0 });
|
|
OverlayLabelSizeNumericEdit.ValueChanged += OptionChanged_Handler;
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.BorderStyle = BorderStyle.FixedSingle;
|
|
panel1.Controls.Add(OverlayLabelNWRadioButton);
|
|
panel1.Controls.Add(OverlayLabelNRadioButton);
|
|
panel1.Controls.Add(OverlayLabelNERadioButton);
|
|
panel1.Controls.Add(OverlayLabelWRadioButton);
|
|
panel1.Controls.Add(OverlayLabelSERadioButton);
|
|
panel1.Controls.Add(OverlayLabelCRadioButton);
|
|
panel1.Controls.Add(OverlayLabelSRadioButton);
|
|
panel1.Controls.Add(OverlayLabelERadioButton);
|
|
panel1.Controls.Add(OverlayLabelSWRadioButton);
|
|
panel1.Location = new Point(84, 172);
|
|
panel1.Margin = new Padding(4);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(73, 66);
|
|
panel1.TabIndex = 39;
|
|
//
|
|
// OverlayLabelNWRadioButton
|
|
//
|
|
OverlayLabelNWRadioButton.AutoSize = true;
|
|
OverlayLabelNWRadioButton.Location = new Point(4, 4);
|
|
OverlayLabelNWRadioButton.Margin = new Padding(4);
|
|
OverlayLabelNWRadioButton.Name = "OverlayLabelNWRadioButton";
|
|
OverlayLabelNWRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelNWRadioButton.TabIndex = 0;
|
|
OverlayLabelNWRadioButton.TabStop = true;
|
|
OverlayLabelNWRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelNWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelNRadioButton
|
|
//
|
|
OverlayLabelNRadioButton.AutoSize = true;
|
|
OverlayLabelNRadioButton.Location = new Point(27, 4);
|
|
OverlayLabelNRadioButton.Margin = new Padding(4);
|
|
OverlayLabelNRadioButton.Name = "OverlayLabelNRadioButton";
|
|
OverlayLabelNRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelNRadioButton.TabIndex = 1;
|
|
OverlayLabelNRadioButton.TabStop = true;
|
|
OverlayLabelNRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelNRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelNERadioButton
|
|
//
|
|
OverlayLabelNERadioButton.AutoSize = true;
|
|
OverlayLabelNERadioButton.Location = new Point(50, 4);
|
|
OverlayLabelNERadioButton.Margin = new Padding(4);
|
|
OverlayLabelNERadioButton.Name = "OverlayLabelNERadioButton";
|
|
OverlayLabelNERadioButton.Size = new Size(14, 13);
|
|
OverlayLabelNERadioButton.TabIndex = 2;
|
|
OverlayLabelNERadioButton.TabStop = true;
|
|
OverlayLabelNERadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelNERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelWRadioButton
|
|
//
|
|
OverlayLabelWRadioButton.AutoSize = true;
|
|
OverlayLabelWRadioButton.Location = new Point(4, 25);
|
|
OverlayLabelWRadioButton.Margin = new Padding(4);
|
|
OverlayLabelWRadioButton.Name = "OverlayLabelWRadioButton";
|
|
OverlayLabelWRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelWRadioButton.TabIndex = 3;
|
|
OverlayLabelWRadioButton.TabStop = true;
|
|
OverlayLabelWRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelSERadioButton
|
|
//
|
|
OverlayLabelSERadioButton.AutoSize = true;
|
|
OverlayLabelSERadioButton.Location = new Point(50, 46);
|
|
OverlayLabelSERadioButton.Margin = new Padding(4);
|
|
OverlayLabelSERadioButton.Name = "OverlayLabelSERadioButton";
|
|
OverlayLabelSERadioButton.Size = new Size(14, 13);
|
|
OverlayLabelSERadioButton.TabIndex = 8;
|
|
OverlayLabelSERadioButton.TabStop = true;
|
|
OverlayLabelSERadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelSERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelCRadioButton
|
|
//
|
|
OverlayLabelCRadioButton.AutoSize = true;
|
|
OverlayLabelCRadioButton.Location = new Point(27, 25);
|
|
OverlayLabelCRadioButton.Margin = new Padding(4);
|
|
OverlayLabelCRadioButton.Name = "OverlayLabelCRadioButton";
|
|
OverlayLabelCRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelCRadioButton.TabIndex = 4;
|
|
OverlayLabelCRadioButton.TabStop = true;
|
|
OverlayLabelCRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelCRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelSRadioButton
|
|
//
|
|
OverlayLabelSRadioButton.AutoSize = true;
|
|
OverlayLabelSRadioButton.Location = new Point(27, 46);
|
|
OverlayLabelSRadioButton.Margin = new Padding(4);
|
|
OverlayLabelSRadioButton.Name = "OverlayLabelSRadioButton";
|
|
OverlayLabelSRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelSRadioButton.TabIndex = 7;
|
|
OverlayLabelSRadioButton.TabStop = true;
|
|
OverlayLabelSRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelSRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelERadioButton
|
|
//
|
|
OverlayLabelERadioButton.AutoSize = true;
|
|
OverlayLabelERadioButton.Location = new Point(50, 25);
|
|
OverlayLabelERadioButton.Margin = new Padding(4);
|
|
OverlayLabelERadioButton.Name = "OverlayLabelERadioButton";
|
|
OverlayLabelERadioButton.Size = new Size(14, 13);
|
|
OverlayLabelERadioButton.TabIndex = 5;
|
|
OverlayLabelERadioButton.TabStop = true;
|
|
OverlayLabelERadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelERadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// OverlayLabelSWRadioButton
|
|
//
|
|
OverlayLabelSWRadioButton.AutoSize = true;
|
|
OverlayLabelSWRadioButton.Location = new Point(4, 46);
|
|
OverlayLabelSWRadioButton.Margin = new Padding(4);
|
|
OverlayLabelSWRadioButton.Name = "OverlayLabelSWRadioButton";
|
|
OverlayLabelSWRadioButton.Size = new Size(14, 13);
|
|
OverlayLabelSWRadioButton.TabIndex = 6;
|
|
OverlayLabelSWRadioButton.TabStop = true;
|
|
OverlayLabelSWRadioButton.UseVisualStyleBackColor = true;
|
|
OverlayLabelSWRadioButton.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(6, 118);
|
|
label1.Margin = new Padding(4, 0, 4, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(58, 15);
|
|
label1.TabIndex = 30;
|
|
label1.Text = "Label Size";
|
|
//
|
|
// HighlightColorLabel
|
|
//
|
|
HighlightColorLabel.AutoSize = true;
|
|
HighlightColorLabel.Location = new Point(6, 90);
|
|
HighlightColorLabel.Margin = new Padding(4, 0, 4, 0);
|
|
HighlightColorLabel.Name = "HighlightColorLabel";
|
|
HighlightColorLabel.Size = new Size(36, 15);
|
|
HighlightColorLabel.TabIndex = 29;
|
|
HighlightColorLabel.Text = "Color";
|
|
//
|
|
// ActiveClientHighlightColorButton
|
|
//
|
|
ActiveClientHighlightColorButton.BorderStyle = BorderStyle.FixedSingle;
|
|
ActiveClientHighlightColorButton.Location = new Point(49, 89);
|
|
ActiveClientHighlightColorButton.Margin = new Padding(4);
|
|
ActiveClientHighlightColorButton.Name = "ActiveClientHighlightColorButton";
|
|
ActiveClientHighlightColorButton.Size = new Size(108, 19);
|
|
ActiveClientHighlightColorButton.TabIndex = 28;
|
|
ActiveClientHighlightColorButton.Click += ActiveClientHighlightColorButton_Click;
|
|
//
|
|
// EnableActiveClientHighlightCheckBox
|
|
//
|
|
EnableActiveClientHighlightCheckBox.AutoSize = true;
|
|
EnableActiveClientHighlightCheckBox.Checked = true;
|
|
EnableActiveClientHighlightCheckBox.CheckState = CheckState.Checked;
|
|
EnableActiveClientHighlightCheckBox.Location = new Point(9, 64);
|
|
EnableActiveClientHighlightCheckBox.Margin = new Padding(4);
|
|
EnableActiveClientHighlightCheckBox.Name = "EnableActiveClientHighlightCheckBox";
|
|
EnableActiveClientHighlightCheckBox.RightToLeft = RightToLeft.No;
|
|
EnableActiveClientHighlightCheckBox.Size = new Size(142, 19);
|
|
EnableActiveClientHighlightCheckBox.TabIndex = 27;
|
|
EnableActiveClientHighlightCheckBox.Text = "Highlight active client";
|
|
EnableActiveClientHighlightCheckBox.UseVisualStyleBackColor = true;
|
|
EnableActiveClientHighlightCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ShowThumbnailOverlaysCheckBox
|
|
//
|
|
ShowThumbnailOverlaysCheckBox.AutoSize = true;
|
|
ShowThumbnailOverlaysCheckBox.Checked = true;
|
|
ShowThumbnailOverlaysCheckBox.CheckState = CheckState.Checked;
|
|
ShowThumbnailOverlaysCheckBox.Location = new Point(9, 8);
|
|
ShowThumbnailOverlaysCheckBox.Margin = new Padding(4);
|
|
ShowThumbnailOverlaysCheckBox.Name = "ShowThumbnailOverlaysCheckBox";
|
|
ShowThumbnailOverlaysCheckBox.RightToLeft = RightToLeft.No;
|
|
ShowThumbnailOverlaysCheckBox.Size = new Size(96, 19);
|
|
ShowThumbnailOverlaysCheckBox.TabIndex = 25;
|
|
ShowThumbnailOverlaysCheckBox.Text = "Show overlay";
|
|
ShowThumbnailOverlaysCheckBox.UseVisualStyleBackColor = true;
|
|
ShowThumbnailOverlaysCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ShowThumbnailFramesCheckBox
|
|
//
|
|
ShowThumbnailFramesCheckBox.AutoSize = true;
|
|
ShowThumbnailFramesCheckBox.Checked = true;
|
|
ShowThumbnailFramesCheckBox.CheckState = CheckState.Checked;
|
|
ShowThumbnailFramesCheckBox.Location = new Point(9, 36);
|
|
ShowThumbnailFramesCheckBox.Margin = new Padding(4);
|
|
ShowThumbnailFramesCheckBox.Name = "ShowThumbnailFramesCheckBox";
|
|
ShowThumbnailFramesCheckBox.RightToLeft = RightToLeft.No;
|
|
ShowThumbnailFramesCheckBox.Size = new Size(94, 19);
|
|
ShowThumbnailFramesCheckBox.TabIndex = 26;
|
|
ShowThumbnailFramesCheckBox.Text = "Show frames";
|
|
ShowThumbnailFramesCheckBox.UseVisualStyleBackColor = true;
|
|
ShowThumbnailFramesCheckBox.CheckedChanged += OptionChanged_Handler;
|
|
//
|
|
// ClientsTabPage
|
|
//
|
|
ClientsTabPage.BackColor = SystemColors.Control;
|
|
ClientsTabPage.Controls.Add(ClientsPanel);
|
|
ClientsTabPage.Location = new Point(124, 4);
|
|
ClientsTabPage.Margin = new Padding(4);
|
|
ClientsTabPage.Name = "ClientsTabPage";
|
|
ClientsTabPage.Size = new Size(336, 363);
|
|
ClientsTabPage.TabIndex = 4;
|
|
ClientsTabPage.Text = "Active Clients";
|
|
//
|
|
// ClientsPanel
|
|
//
|
|
ClientsPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
ClientsPanel.Controls.Add(ThumbnailsList);
|
|
ClientsPanel.Controls.Add(ThumbnailsListLabel);
|
|
ClientsPanel.Dock = DockStyle.Fill;
|
|
ClientsPanel.Location = new Point(0, 0);
|
|
ClientsPanel.Margin = new Padding(4);
|
|
ClientsPanel.Name = "ClientsPanel";
|
|
ClientsPanel.Size = new Size(336, 363);
|
|
ClientsPanel.TabIndex = 32;
|
|
//
|
|
// ThumbnailsList
|
|
//
|
|
ThumbnailsList.BackColor = SystemColors.Window;
|
|
ThumbnailsList.BorderStyle = BorderStyle.FixedSingle;
|
|
ThumbnailsList.CheckOnClick = true;
|
|
ThumbnailsList.Dock = DockStyle.Bottom;
|
|
ThumbnailsList.FormattingEnabled = true;
|
|
ThumbnailsList.IntegralHeight = false;
|
|
ThumbnailsList.Location = new Point(0, 154);
|
|
ThumbnailsList.Margin = new Padding(4);
|
|
ThumbnailsList.Name = "ThumbnailsList";
|
|
ThumbnailsList.Size = new Size(334, 207);
|
|
ThumbnailsList.TabIndex = 34;
|
|
ThumbnailsList.ItemCheck += ThumbnailsList_ItemCheck_Handler;
|
|
//
|
|
// ThumbnailsListLabel
|
|
//
|
|
ThumbnailsListLabel.AutoSize = true;
|
|
ThumbnailsListLabel.Location = new Point(9, 10);
|
|
ThumbnailsListLabel.Margin = new Padding(4, 0, 4, 0);
|
|
ThumbnailsListLabel.Name = "ThumbnailsListLabel";
|
|
ThumbnailsListLabel.Size = new Size(182, 15);
|
|
ThumbnailsListLabel.TabIndex = 33;
|
|
ThumbnailsListLabel.Text = "Thumbnails (check to force hide)";
|
|
//
|
|
// AboutTabPage
|
|
//
|
|
AboutTabPage.BackColor = SystemColors.Control;
|
|
AboutTabPage.Controls.Add(AboutPanel);
|
|
AboutTabPage.Location = new Point(124, 4);
|
|
AboutTabPage.Margin = new Padding(4);
|
|
AboutTabPage.Name = "AboutTabPage";
|
|
AboutTabPage.Size = new Size(336, 363);
|
|
AboutTabPage.TabIndex = 5;
|
|
AboutTabPage.Text = "About";
|
|
//
|
|
// AboutPanel
|
|
//
|
|
AboutPanel.BackColor = Color.Transparent;
|
|
AboutPanel.BorderStyle = BorderStyle.FixedSingle;
|
|
AboutPanel.Controls.Add(CreditMaintLabel);
|
|
AboutPanel.Controls.Add(DocumentationLinkLabel);
|
|
AboutPanel.Controls.Add(DescriptionLabel);
|
|
AboutPanel.Controls.Add(VersionLabel);
|
|
AboutPanel.Controls.Add(NameLabel);
|
|
AboutPanel.Controls.Add(DocumentationLink);
|
|
AboutPanel.Dock = DockStyle.Fill;
|
|
AboutPanel.Location = new Point(0, 0);
|
|
AboutPanel.Margin = new Padding(4);
|
|
AboutPanel.Name = "AboutPanel";
|
|
AboutPanel.Size = new Size(336, 363);
|
|
AboutPanel.TabIndex = 2;
|
|
//
|
|
// CreditMaintLabel
|
|
//
|
|
CreditMaintLabel.AutoSize = true;
|
|
CreditMaintLabel.Location = new Point(0, 165);
|
|
CreditMaintLabel.Margin = new Padding(4, 0, 4, 0);
|
|
CreditMaintLabel.Name = "CreditMaintLabel";
|
|
CreditMaintLabel.Padding = new Padding(9, 4, 9, 4);
|
|
CreditMaintLabel.Size = new Size(292, 23);
|
|
CreditMaintLabel.TabIndex = 7;
|
|
CreditMaintLabel.Text = "Credit to previous maintainer: Phrynohyas Tig-Rah";
|
|
//
|
|
// DocumentationLinkLabel
|
|
//
|
|
DocumentationLinkLabel.AutoSize = true;
|
|
DocumentationLinkLabel.Location = new Point(0, 188);
|
|
DocumentationLinkLabel.Margin = new Padding(4, 0, 4, 0);
|
|
DocumentationLinkLabel.Name = "DocumentationLinkLabel";
|
|
DocumentationLinkLabel.Padding = new Padding(9, 4, 9, 4);
|
|
DocumentationLinkLabel.Size = new Size(259, 23);
|
|
DocumentationLinkLabel.TabIndex = 6;
|
|
DocumentationLinkLabel.Text = "For more information visit the forum thread:";
|
|
//
|
|
// DescriptionLabel
|
|
//
|
|
DescriptionLabel.BackColor = Color.Transparent;
|
|
DescriptionLabel.Location = new Point(0, 34);
|
|
DescriptionLabel.Margin = new Padding(4, 0, 4, 0);
|
|
DescriptionLabel.Name = "DescriptionLabel";
|
|
DescriptionLabel.Padding = new Padding(9, 4, 9, 4);
|
|
DescriptionLabel.Size = new Size(304, 167);
|
|
DescriptionLabel.TabIndex = 5;
|
|
DescriptionLabel.Text = resources.GetString("DescriptionLabel.Text");
|
|
//
|
|
// VersionLabel
|
|
//
|
|
VersionLabel.AutoSize = true;
|
|
VersionLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
VersionLabel.Location = new Point(155, 10);
|
|
VersionLabel.Margin = new Padding(4, 0, 4, 0);
|
|
VersionLabel.Name = "VersionLabel";
|
|
VersionLabel.Size = new Size(49, 20);
|
|
VersionLabel.TabIndex = 4;
|
|
VersionLabel.Text = "1.0.0";
|
|
//
|
|
// NameLabel
|
|
//
|
|
NameLabel.AutoSize = true;
|
|
NameLabel.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
NameLabel.Location = new Point(5, 10);
|
|
NameLabel.Margin = new Padding(4, 0, 4, 0);
|
|
NameLabel.Name = "NameLabel";
|
|
NameLabel.Size = new Size(131, 20);
|
|
NameLabel.TabIndex = 3;
|
|
NameLabel.Text = "EVE-O-Preview";
|
|
//
|
|
// DocumentationLink
|
|
//
|
|
DocumentationLink.Location = new Point(0, 204);
|
|
DocumentationLink.Margin = new Padding(35, 4, 4, 4);
|
|
DocumentationLink.Name = "DocumentationLink";
|
|
DocumentationLink.Padding = new Padding(9, 4, 9, 4);
|
|
DocumentationLink.Size = new Size(306, 38);
|
|
DocumentationLink.TabIndex = 2;
|
|
DocumentationLink.TabStop = true;
|
|
DocumentationLink.Text =
|
|
"to be set from prresenter to be set from prresenter to be set from prresenter to be set from prresenter";
|
|
DocumentationLink.LinkClicked += DocumentationLinkClicked_Handler;
|
|
//
|
|
// NotifyIcon
|
|
//
|
|
NotifyIcon.ContextMenuStrip = TrayMenu;
|
|
NotifyIcon.Icon = (Icon)resources.GetObject("NotifyIcon.Icon");
|
|
NotifyIcon.Text = "EVE-O-Preview";
|
|
NotifyIcon.Visible = true;
|
|
NotifyIcon.MouseDoubleClick += RestoreMainForm_Handler;
|
|
//
|
|
// TrayMenu
|
|
//
|
|
TrayMenu.ImageScalingSize = new Size(24, 24);
|
|
TrayMenu.Items.AddRange(
|
|
new ToolStripItem[] { TitleMenuItem, RestoreWindowMenuItem, SeparatorMenuItem, ExitMenuItem });
|
|
TrayMenu.Name = "contextMenuStrip1";
|
|
TrayMenu.Size = new Size(154, 76);
|
|
//
|
|
// MainForm
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = SystemColors.Control;
|
|
ClientSize = new Size(464, 371);
|
|
Controls.Add(ContentTabControl);
|
|
FormBorderStyle = FormBorderStyle.FixedSingle;
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
Margin = new Padding(0);
|
|
MaximizeBox = false;
|
|
Name = "MainForm";
|
|
Text = "EVE-O-Preview";
|
|
TopMost = true;
|
|
FormClosing += MainFormClosing_Handler;
|
|
Load += MainFormResize_Handler;
|
|
Resize += MainFormResize_Handler;
|
|
ContentTabControl.ResumeLayout(false);
|
|
GeneralTabPage.ResumeLayout(false);
|
|
GeneralSettingsPanel.ResumeLayout(false);
|
|
GeneralSettingsPanel.PerformLayout();
|
|
ThumbnailTabPage.ResumeLayout(false);
|
|
ThumbnailSettingsPanel.ResumeLayout(false);
|
|
ThumbnailSettingsPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)RegionLeftNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionTopNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionWidthNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)RegionHeightNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapRangeNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeYNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailSnapToGridSizeXNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailsWidthNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailsHeightNumericEdit).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailOpacityTrackBar).EndInit();
|
|
ZoomTabPage.ResumeLayout(false);
|
|
ZoomSettingsPanel.ResumeLayout(false);
|
|
ZoomSettingsPanel.PerformLayout();
|
|
ZoomAnchorPanel.ResumeLayout(false);
|
|
ZoomAnchorPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)ThumbnailZoomFactorNumericEdit).EndInit();
|
|
OverlayTabPage.ResumeLayout(false);
|
|
OverlaySettingsPanel.ResumeLayout(false);
|
|
OverlaySettingsPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)OverlayLabelSizeNumericEdit).EndInit();
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
ClientsTabPage.ResumeLayout(false);
|
|
ClientsPanel.ResumeLayout(false);
|
|
ClientsPanel.PerformLayout();
|
|
AboutTabPage.ResumeLayout(false);
|
|
AboutPanel.ResumeLayout(false);
|
|
AboutPanel.PerformLayout();
|
|
TrayMenu.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private NotifyIcon NotifyIcon;
|
|
private ContextMenuStrip TrayMenu;
|
|
private TabPage ZoomTabPage;
|
|
private CheckBox EnableClientLayoutTrackingCheckBox;
|
|
private CheckBox HideActiveClientThumbnailCheckBox;
|
|
private CheckBox ShowThumbnailsAlwaysOnTopCheckBox;
|
|
private CheckBox HideThumbnailsOnLostFocusCheckBox;
|
|
private CheckBox EnablePerClientThumbnailsLayoutsCheckBox;
|
|
private CheckBox MinimizeToTrayCheckBox;
|
|
private NumericUpDown ThumbnailsWidthNumericEdit;
|
|
private NumericUpDown ThumbnailsHeightNumericEdit;
|
|
private TrackBar ThumbnailOpacityTrackBar;
|
|
private Panel ZoomAnchorPanel;
|
|
private RadioButton ZoomAanchorNWRadioButton;
|
|
private RadioButton ZoomAanchorNRadioButton;
|
|
private RadioButton ZoomAanchorNERadioButton;
|
|
private RadioButton ZoomAanchorWRadioButton;
|
|
private RadioButton ZoomAanchorSERadioButton;
|
|
private RadioButton ZoomAanchorCRadioButton;
|
|
private RadioButton ZoomAanchorSRadioButton;
|
|
private RadioButton ZoomAanchorERadioButton;
|
|
private RadioButton ZoomAanchorSWRadioButton;
|
|
private CheckBox EnableThumbnailZoomCheckBox;
|
|
private NumericUpDown ThumbnailZoomFactorNumericEdit;
|
|
private Label HighlightColorLabel;
|
|
private Panel ActiveClientHighlightColorButton;
|
|
private CheckBox EnableActiveClientHighlightCheckBox;
|
|
private CheckBox ShowThumbnailOverlaysCheckBox;
|
|
private CheckBox ShowThumbnailFramesCheckBox;
|
|
private CheckedListBox ThumbnailsList;
|
|
private LinkLabel DocumentationLink;
|
|
private Label VersionLabel;
|
|
private CheckBox MinimizeInactiveClientsCheckBox;
|
|
private CheckBox LockThumbnailLocationCheckbox;
|
|
private NumericUpDown ThumbnailSnapToGridSizeYNumericEdit;
|
|
private Label SnapYLabel;
|
|
private NumericUpDown ThumbnailSnapToGridSizeXNumericEdit;
|
|
private Label SnapXLabel;
|
|
private CheckBox ThumbnailSnapToGridCheckBox;
|
|
private CheckBox EnableThumbnailRegionSnippingCheckBox;
|
|
private NumericUpDown RegionLeftNumericEdit;
|
|
private NumericUpDown RegionTopNumericEdit;
|
|
private NumericUpDown RegionWidthNumericEdit;
|
|
private NumericUpDown RegionHeightNumericEdit;
|
|
private Label RegionLeftLabel;
|
|
private Label RegionTopLabel;
|
|
private Label RegionWidthLabel;
|
|
private Label RegionHeightLabel;
|
|
private Button PickRegionButton;
|
|
private ComboBox ProfileComboBox;
|
|
private Button SaveProfileButton;
|
|
private Button DeleteProfileButton;
|
|
private Label ProfileLabel;
|
|
private Label ThumbnailSnapRangeLabel;
|
|
private NumericUpDown ThumbnailSnapRangeNumericEdit;
|
|
private Label label3;
|
|
private Label label2;
|
|
private Panel OverlayLabelColorButton;
|
|
private NumericUpDown OverlayLabelSizeNumericEdit;
|
|
private Panel panel1;
|
|
private RadioButton OverlayLabelNWRadioButton;
|
|
private RadioButton OverlayLabelNRadioButton;
|
|
private RadioButton OverlayLabelNERadioButton;
|
|
private RadioButton OverlayLabelWRadioButton;
|
|
private RadioButton OverlayLabelSERadioButton;
|
|
private RadioButton OverlayLabelCRadioButton;
|
|
private RadioButton OverlayLabelSRadioButton;
|
|
private RadioButton OverlayLabelERadioButton;
|
|
private RadioButton OverlayLabelSWRadioButton;
|
|
private Label label1;
|
|
private ComboBox AnimationStyleCombo;
|
|
private Label ToggleTrackingHotkeyLabel;
|
|
private TextBox ToggleTrackingHotkeyTextBox;
|
|
private Label ToggleSingleProcessHotkeyLabel;
|
|
private TextBox ToggleSingleProcessHotkeyTextBox;
|
|
private Label ToggleAllThumbnailsHotkeyLabel;
|
|
private TextBox ToggleAllThumbnailsHotkeyTextBox;
|
|
}
|
|
} |