737 lines
43 KiB
C#
737 lines
43 KiB
C#
|
|
namespace MeetingClock
|
|
{
|
|
partial class MainWindow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
|
|
this.groupBoxState = new System.Windows.Forms.GroupBox();
|
|
this.buttonWebsite = new System.Windows.Forms.Button();
|
|
this.buttonOpenSystemSettingsBluetooth = new System.Windows.Forms.Button();
|
|
this.labelMeetingClockState = new System.Windows.Forms.Label();
|
|
this.labelMeetingClockStateTitle = new System.Windows.Forms.Label();
|
|
this.buttonOpenSystemSettingsPrivacy = new System.Windows.Forms.Button();
|
|
this.buttonEnableBluetooth = new System.Windows.Forms.Button();
|
|
this.labelBluetoothState = new System.Windows.Forms.Label();
|
|
this.labelBluetoothStateTitle = new System.Windows.Forms.Label();
|
|
this.groupBoxApplicationSettings = new System.Windows.Forms.GroupBox();
|
|
this.checkBoxEnableBluetooth = new System.Windows.Forms.CheckBox();
|
|
this.checkBoxStartMinimized = new System.Windows.Forms.CheckBox();
|
|
this.checkBoxAutostart = new System.Windows.Forms.CheckBox();
|
|
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.timerEnableBalloon = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBoxAppointmentSettings = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.checkBoxIgnoreTentativeAppointments = new System.Windows.Forms.CheckBox();
|
|
this.numericUpDownReminderTime = new System.Windows.Forms.NumericUpDown();
|
|
this.labelStartReminderTitle = new System.Windows.Forms.Label();
|
|
this.checkBoxIgnoreOutOfOfficeAppointments = new System.Windows.Forms.CheckBox();
|
|
this.checkBoxIgnoreFreeAppointments = new System.Windows.Forms.CheckBox();
|
|
this.checkBoxIgnoreCancelledAppointments = new System.Windows.Forms.CheckBox();
|
|
this.checkBoxIgnoreAllDayAppointments = new System.Windows.Forms.CheckBox();
|
|
this.groupBoxClockSettings = new System.Windows.Forms.GroupBox();
|
|
this.buttonResetDefault = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.numericUpDownScrollWait = new System.Windows.Forms.NumericUpDown();
|
|
this.labelScrollWaitTitle = new System.Windows.Forms.Label();
|
|
this.labelScrollSpeed = new System.Windows.Forms.Label();
|
|
this.labelScrollSpeedTitle = new System.Windows.Forms.Label();
|
|
this.trackBarScrollSpeed = new System.Windows.Forms.TrackBar();
|
|
this.labelBrightness = new System.Windows.Forms.Label();
|
|
this.labelBrightnessTitle = new System.Windows.Forms.Label();
|
|
this.trackBarBrightness = new System.Windows.Forms.TrackBar();
|
|
this.labelTemperatureIntervalTitleSeconds = new System.Windows.Forms.Label();
|
|
this.numericUpDownTemperatureInterval = new System.Windows.Forms.NumericUpDown();
|
|
this.checkBoxTemperatureEnabled = new System.Windows.Forms.CheckBox();
|
|
this.labelDateIntervalTitleSeconds = new System.Windows.Forms.Label();
|
|
this.numericUpDownDateInterval = new System.Windows.Forms.NumericUpDown();
|
|
this.labelTimeIntervalTitleSeconds = new System.Windows.Forms.Label();
|
|
this.numericUpDownTimeInterval = new System.Windows.Forms.NumericUpDown();
|
|
this.labelTimeIntervalTitle = new System.Windows.Forms.Label();
|
|
this.checkBoxDateEnabled = new System.Windows.Forms.CheckBox();
|
|
this.timerScrollDemo = new System.Windows.Forms.Timer(this.components);
|
|
this.timerAdjustClock = new System.Windows.Forms.Timer(this.components);
|
|
this.timerGetAppointment = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBoxState.SuspendLayout();
|
|
this.groupBoxApplicationSettings.SuspendLayout();
|
|
this.groupBoxAppointmentSettings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownReminderTime)).BeginInit();
|
|
this.groupBoxClockSettings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownScrollWait)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarScrollSpeed)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperatureInterval)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDateInterval)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeInterval)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxState
|
|
//
|
|
this.groupBoxState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxState.Controls.Add(this.buttonWebsite);
|
|
this.groupBoxState.Controls.Add(this.buttonOpenSystemSettingsBluetooth);
|
|
this.groupBoxState.Controls.Add(this.labelMeetingClockState);
|
|
this.groupBoxState.Controls.Add(this.labelMeetingClockStateTitle);
|
|
this.groupBoxState.Controls.Add(this.buttonOpenSystemSettingsPrivacy);
|
|
this.groupBoxState.Controls.Add(this.buttonEnableBluetooth);
|
|
this.groupBoxState.Controls.Add(this.labelBluetoothState);
|
|
this.groupBoxState.Controls.Add(this.labelBluetoothStateTitle);
|
|
this.groupBoxState.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBoxState.Name = "groupBoxState";
|
|
this.groupBoxState.Size = new System.Drawing.Size(560, 100);
|
|
this.groupBoxState.TabIndex = 0;
|
|
this.groupBoxState.TabStop = false;
|
|
this.groupBoxState.Text = "State";
|
|
//
|
|
// buttonWebsite
|
|
//
|
|
this.buttonWebsite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonWebsite.Location = new System.Drawing.Point(392, 65);
|
|
this.buttonWebsite.Name = "buttonWebsite";
|
|
this.buttonWebsite.Size = new System.Drawing.Size(162, 23);
|
|
this.buttonWebsite.TabIndex = 8;
|
|
this.buttonWebsite.Text = "Open Website";
|
|
this.buttonWebsite.UseVisualStyleBackColor = true;
|
|
this.buttonWebsite.Click += new System.EventHandler(this.buttonWebsite_Click);
|
|
//
|
|
// buttonOpenSystemSettingsBluetooth
|
|
//
|
|
this.buttonOpenSystemSettingsBluetooth.Location = new System.Drawing.Point(197, 65);
|
|
this.buttonOpenSystemSettingsBluetooth.Name = "buttonOpenSystemSettingsBluetooth";
|
|
this.buttonOpenSystemSettingsBluetooth.Size = new System.Drawing.Size(185, 23);
|
|
this.buttonOpenSystemSettingsBluetooth.TabIndex = 7;
|
|
this.buttonOpenSystemSettingsBluetooth.Text = "Open System Settings: Bluetooth";
|
|
this.buttonOpenSystemSettingsBluetooth.UseVisualStyleBackColor = true;
|
|
this.buttonOpenSystemSettingsBluetooth.Click += new System.EventHandler(this.buttonOpenSystemSettingsBluetooth_Click);
|
|
//
|
|
// labelMeetingClockState
|
|
//
|
|
this.labelMeetingClockState.AutoSize = true;
|
|
this.labelMeetingClockState.Location = new System.Drawing.Point(99, 46);
|
|
this.labelMeetingClockState.Name = "labelMeetingClockState";
|
|
this.labelMeetingClockState.Size = new System.Drawing.Size(51, 13);
|
|
this.labelMeetingClockState.TabIndex = 6;
|
|
this.labelMeetingClockState.Text = "unknown";
|
|
//
|
|
// labelMeetingClockStateTitle
|
|
//
|
|
this.labelMeetingClockStateTitle.AutoSize = true;
|
|
this.labelMeetingClockStateTitle.Location = new System.Drawing.Point(7, 46);
|
|
this.labelMeetingClockStateTitle.Name = "labelMeetingClockStateTitle";
|
|
this.labelMeetingClockStateTitle.Size = new System.Drawing.Size(78, 13);
|
|
this.labelMeetingClockStateTitle.TabIndex = 5;
|
|
this.labelMeetingClockStateTitle.Text = "Meeting Clock:";
|
|
//
|
|
// buttonOpenSystemSettingsPrivacy
|
|
//
|
|
this.buttonOpenSystemSettingsPrivacy.Location = new System.Drawing.Point(6, 65);
|
|
this.buttonOpenSystemSettingsPrivacy.Name = "buttonOpenSystemSettingsPrivacy";
|
|
this.buttonOpenSystemSettingsPrivacy.Size = new System.Drawing.Size(185, 23);
|
|
this.buttonOpenSystemSettingsPrivacy.TabIndex = 3;
|
|
this.buttonOpenSystemSettingsPrivacy.Text = "Open System Settings: Privacy";
|
|
this.buttonOpenSystemSettingsPrivacy.UseVisualStyleBackColor = true;
|
|
this.buttonOpenSystemSettingsPrivacy.Click += new System.EventHandler(this.ButtonOpenSystemSettingsPrivacy_Click);
|
|
//
|
|
// buttonEnableBluetooth
|
|
//
|
|
this.buttonEnableBluetooth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonEnableBluetooth.Enabled = false;
|
|
this.buttonEnableBluetooth.Location = new System.Drawing.Point(392, 19);
|
|
this.buttonEnableBluetooth.Name = "buttonEnableBluetooth";
|
|
this.buttonEnableBluetooth.Size = new System.Drawing.Size(162, 40);
|
|
this.buttonEnableBluetooth.TabIndex = 2;
|
|
this.buttonEnableBluetooth.Text = "Enable Bluetooth";
|
|
this.buttonEnableBluetooth.UseVisualStyleBackColor = true;
|
|
this.buttonEnableBluetooth.Click += new System.EventHandler(this.ButtonEnableBluetooth_Click);
|
|
//
|
|
// labelBluetoothState
|
|
//
|
|
this.labelBluetoothState.AutoSize = true;
|
|
this.labelBluetoothState.Location = new System.Drawing.Point(99, 24);
|
|
this.labelBluetoothState.Name = "labelBluetoothState";
|
|
this.labelBluetoothState.Size = new System.Drawing.Size(51, 13);
|
|
this.labelBluetoothState.TabIndex = 1;
|
|
this.labelBluetoothState.Text = "unknown";
|
|
//
|
|
// labelBluetoothStateTitle
|
|
//
|
|
this.labelBluetoothStateTitle.AutoSize = true;
|
|
this.labelBluetoothStateTitle.Location = new System.Drawing.Point(7, 24);
|
|
this.labelBluetoothStateTitle.Name = "labelBluetoothStateTitle";
|
|
this.labelBluetoothStateTitle.Size = new System.Drawing.Size(83, 13);
|
|
this.labelBluetoothStateTitle.TabIndex = 0;
|
|
this.labelBluetoothStateTitle.Text = "Bluetooth State:";
|
|
//
|
|
// groupBoxApplicationSettings
|
|
//
|
|
this.groupBoxApplicationSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxApplicationSettings.Controls.Add(this.checkBoxEnableBluetooth);
|
|
this.groupBoxApplicationSettings.Controls.Add(this.checkBoxStartMinimized);
|
|
this.groupBoxApplicationSettings.Controls.Add(this.checkBoxAutostart);
|
|
this.groupBoxApplicationSettings.Location = new System.Drawing.Point(12, 118);
|
|
this.groupBoxApplicationSettings.Name = "groupBoxApplicationSettings";
|
|
this.groupBoxApplicationSettings.Size = new System.Drawing.Size(560, 95);
|
|
this.groupBoxApplicationSettings.TabIndex = 1;
|
|
this.groupBoxApplicationSettings.TabStop = false;
|
|
this.groupBoxApplicationSettings.Text = "Application Settings";
|
|
//
|
|
// checkBoxEnableBluetooth
|
|
//
|
|
this.checkBoxEnableBluetooth.AutoSize = true;
|
|
this.checkBoxEnableBluetooth.Location = new System.Drawing.Point(6, 66);
|
|
this.checkBoxEnableBluetooth.Name = "checkBoxEnableBluetooth";
|
|
this.checkBoxEnableBluetooth.Size = new System.Drawing.Size(172, 17);
|
|
this.checkBoxEnableBluetooth.TabIndex = 3;
|
|
this.checkBoxEnableBluetooth.Text = "Automatically Enable Bluetooth";
|
|
this.checkBoxEnableBluetooth.UseVisualStyleBackColor = true;
|
|
this.checkBoxEnableBluetooth.CheckedChanged += new System.EventHandler(this.checkBoxEnableBluetooth_CheckedChanged);
|
|
//
|
|
// checkBoxStartMinimized
|
|
//
|
|
this.checkBoxStartMinimized.AutoSize = true;
|
|
this.checkBoxStartMinimized.Location = new System.Drawing.Point(6, 43);
|
|
this.checkBoxStartMinimized.Name = "checkBoxStartMinimized";
|
|
this.checkBoxStartMinimized.Size = new System.Drawing.Size(97, 17);
|
|
this.checkBoxStartMinimized.TabIndex = 1;
|
|
this.checkBoxStartMinimized.Text = "Start Minimized";
|
|
this.checkBoxStartMinimized.UseVisualStyleBackColor = true;
|
|
this.checkBoxStartMinimized.CheckedChanged += new System.EventHandler(this.checkBoxStartMinimized_CheckedChanged);
|
|
//
|
|
// checkBoxAutostart
|
|
//
|
|
this.checkBoxAutostart.AutoSize = true;
|
|
this.checkBoxAutostart.Location = new System.Drawing.Point(6, 19);
|
|
this.checkBoxAutostart.Name = "checkBoxAutostart";
|
|
this.checkBoxAutostart.Size = new System.Drawing.Size(182, 17);
|
|
this.checkBoxAutostart.TabIndex = 0;
|
|
this.checkBoxAutostart.Text = "Automatically Start with Windows";
|
|
this.checkBoxAutostart.UseVisualStyleBackColor = true;
|
|
this.checkBoxAutostart.CheckedChanged += new System.EventHandler(this.checkBoxAutostart_CheckedChanged);
|
|
//
|
|
// notifyIcon
|
|
//
|
|
this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
|
|
this.notifyIcon.BalloonTipText = "Meeting Clock was minimized to the tray";
|
|
this.notifyIcon.BalloonTipTitle = "Minimized to Tray";
|
|
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
|
|
this.notifyIcon.Text = "Meeting Clock";
|
|
this.notifyIcon.Visible = true;
|
|
this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseDoubleClick);
|
|
//
|
|
// timerEnableBalloon
|
|
//
|
|
this.timerEnableBalloon.Enabled = true;
|
|
this.timerEnableBalloon.Interval = 1000;
|
|
this.timerEnableBalloon.Tick += new System.EventHandler(this.timerEnableBalloon_Tick);
|
|
//
|
|
// groupBoxAppointmentSettings
|
|
//
|
|
this.groupBoxAppointmentSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.label2);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.checkBoxIgnoreTentativeAppointments);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.numericUpDownReminderTime);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.labelStartReminderTitle);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.checkBoxIgnoreOutOfOfficeAppointments);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.checkBoxIgnoreFreeAppointments);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.checkBoxIgnoreCancelledAppointments);
|
|
this.groupBoxAppointmentSettings.Controls.Add(this.checkBoxIgnoreAllDayAppointments);
|
|
this.groupBoxAppointmentSettings.Location = new System.Drawing.Point(12, 219);
|
|
this.groupBoxAppointmentSettings.Name = "groupBoxAppointmentSettings";
|
|
this.groupBoxAppointmentSettings.Size = new System.Drawing.Size(560, 166);
|
|
this.groupBoxAppointmentSettings.TabIndex = 2;
|
|
this.groupBoxAppointmentSettings.TabStop = false;
|
|
this.groupBoxAppointmentSettings.Text = "Appointment Settings";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(227, 142);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(188, 13);
|
|
this.label2.TabIndex = 22;
|
|
this.label2.Text = "Minutes Before the Appointment Starts";
|
|
//
|
|
// checkBoxIgnoreTentativeAppointments
|
|
//
|
|
this.checkBoxIgnoreTentativeAppointments.AutoSize = true;
|
|
this.checkBoxIgnoreTentativeAppointments.Location = new System.Drawing.Point(6, 115);
|
|
this.checkBoxIgnoreTentativeAppointments.Name = "checkBoxIgnoreTentativeAppointments";
|
|
this.checkBoxIgnoreTentativeAppointments.Size = new System.Drawing.Size(234, 17);
|
|
this.checkBoxIgnoreTentativeAppointments.TabIndex = 4;
|
|
this.checkBoxIgnoreTentativeAppointments.Text = "Ignore Appointments Marked as \"Tentative\"";
|
|
this.checkBoxIgnoreTentativeAppointments.UseVisualStyleBackColor = true;
|
|
this.checkBoxIgnoreTentativeAppointments.CheckedChanged += new System.EventHandler(this.checkBoxIgnoreTentativeAppointments_CheckedChanged);
|
|
//
|
|
// numericUpDownReminderTime
|
|
//
|
|
this.numericUpDownReminderTime.Location = new System.Drawing.Point(162, 138);
|
|
this.numericUpDownReminderTime.Maximum = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownReminderTime.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownReminderTime.Name = "numericUpDownReminderTime";
|
|
this.numericUpDownReminderTime.Size = new System.Drawing.Size(63, 20);
|
|
this.numericUpDownReminderTime.TabIndex = 21;
|
|
this.numericUpDownReminderTime.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownReminderTime.ValueChanged += new System.EventHandler(this.numericUpDownReminderTime_ValueChanged);
|
|
//
|
|
// labelStartReminderTitle
|
|
//
|
|
this.labelStartReminderTitle.AutoSize = true;
|
|
this.labelStartReminderTitle.Location = new System.Drawing.Point(6, 142);
|
|
this.labelStartReminderTitle.Name = "labelStartReminderTitle";
|
|
this.labelStartReminderTitle.Size = new System.Drawing.Size(149, 13);
|
|
this.labelStartReminderTitle.TabIndex = 20;
|
|
this.labelStartReminderTitle.Text = "Show Appointment Reminders";
|
|
//
|
|
// checkBoxIgnoreOutOfOfficeAppointments
|
|
//
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.AutoSize = true;
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.Location = new System.Drawing.Point(6, 91);
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.Name = "checkBoxIgnoreOutOfOfficeAppointments";
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.Size = new System.Drawing.Size(249, 17);
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.TabIndex = 3;
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.Text = "Ignore Appointments Marked as \"Out of Office\"";
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.UseVisualStyleBackColor = true;
|
|
this.checkBoxIgnoreOutOfOfficeAppointments.CheckedChanged += new System.EventHandler(this.checkBoxIgnoreOutOfOfficeAppointments_CheckedChanged);
|
|
//
|
|
// checkBoxIgnoreFreeAppointments
|
|
//
|
|
this.checkBoxIgnoreFreeAppointments.AutoSize = true;
|
|
this.checkBoxIgnoreFreeAppointments.Location = new System.Drawing.Point(6, 67);
|
|
this.checkBoxIgnoreFreeAppointments.Name = "checkBoxIgnoreFreeAppointments";
|
|
this.checkBoxIgnoreFreeAppointments.Size = new System.Drawing.Size(210, 17);
|
|
this.checkBoxIgnoreFreeAppointments.TabIndex = 2;
|
|
this.checkBoxIgnoreFreeAppointments.Text = "Ignore Appointments Marked as \"Free\"";
|
|
this.checkBoxIgnoreFreeAppointments.UseVisualStyleBackColor = true;
|
|
this.checkBoxIgnoreFreeAppointments.CheckedChanged += new System.EventHandler(this.checkBoxIgnoreFreeAppointments_CheckedChanged);
|
|
//
|
|
// checkBoxIgnoreCancelledAppointments
|
|
//
|
|
this.checkBoxIgnoreCancelledAppointments.AutoSize = true;
|
|
this.checkBoxIgnoreCancelledAppointments.Location = new System.Drawing.Point(6, 43);
|
|
this.checkBoxIgnoreCancelledAppointments.Name = "checkBoxIgnoreCancelledAppointments";
|
|
this.checkBoxIgnoreCancelledAppointments.Size = new System.Drawing.Size(173, 17);
|
|
this.checkBoxIgnoreCancelledAppointments.TabIndex = 1;
|
|
this.checkBoxIgnoreCancelledAppointments.Text = "Ignore Cancelled Appointments";
|
|
this.checkBoxIgnoreCancelledAppointments.UseVisualStyleBackColor = true;
|
|
this.checkBoxIgnoreCancelledAppointments.CheckedChanged += new System.EventHandler(this.checkBoxIgnoreCancelledAppointments_CheckedChanged);
|
|
//
|
|
// checkBoxIgnoreAllDayAppointments
|
|
//
|
|
this.checkBoxIgnoreAllDayAppointments.AutoSize = true;
|
|
this.checkBoxIgnoreAllDayAppointments.Location = new System.Drawing.Point(6, 19);
|
|
this.checkBoxIgnoreAllDayAppointments.Name = "checkBoxIgnoreAllDayAppointments";
|
|
this.checkBoxIgnoreAllDayAppointments.Size = new System.Drawing.Size(159, 17);
|
|
this.checkBoxIgnoreAllDayAppointments.TabIndex = 0;
|
|
this.checkBoxIgnoreAllDayAppointments.Text = "Ignore All-Day Appointments";
|
|
this.checkBoxIgnoreAllDayAppointments.UseVisualStyleBackColor = true;
|
|
this.checkBoxIgnoreAllDayAppointments.CheckedChanged += new System.EventHandler(this.checkBoxIgnoreAllDayAppointments_CheckedChanged);
|
|
//
|
|
// groupBoxClockSettings
|
|
//
|
|
this.groupBoxClockSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBoxClockSettings.Controls.Add(this.buttonResetDefault);
|
|
this.groupBoxClockSettings.Controls.Add(this.label1);
|
|
this.groupBoxClockSettings.Controls.Add(this.numericUpDownScrollWait);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelScrollWaitTitle);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelScrollSpeed);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelScrollSpeedTitle);
|
|
this.groupBoxClockSettings.Controls.Add(this.trackBarScrollSpeed);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelBrightness);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelBrightnessTitle);
|
|
this.groupBoxClockSettings.Controls.Add(this.trackBarBrightness);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelTemperatureIntervalTitleSeconds);
|
|
this.groupBoxClockSettings.Controls.Add(this.numericUpDownTemperatureInterval);
|
|
this.groupBoxClockSettings.Controls.Add(this.checkBoxTemperatureEnabled);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelDateIntervalTitleSeconds);
|
|
this.groupBoxClockSettings.Controls.Add(this.numericUpDownDateInterval);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelTimeIntervalTitleSeconds);
|
|
this.groupBoxClockSettings.Controls.Add(this.numericUpDownTimeInterval);
|
|
this.groupBoxClockSettings.Controls.Add(this.labelTimeIntervalTitle);
|
|
this.groupBoxClockSettings.Controls.Add(this.checkBoxDateEnabled);
|
|
this.groupBoxClockSettings.Enabled = false;
|
|
this.groupBoxClockSettings.Location = new System.Drawing.Point(12, 391);
|
|
this.groupBoxClockSettings.Name = "groupBoxClockSettings";
|
|
this.groupBoxClockSettings.Size = new System.Drawing.Size(560, 200);
|
|
this.groupBoxClockSettings.TabIndex = 3;
|
|
this.groupBoxClockSettings.TabStop = false;
|
|
this.groupBoxClockSettings.Text = "Clock Settings";
|
|
//
|
|
// buttonResetDefault
|
|
//
|
|
this.buttonResetDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonResetDefault.Location = new System.Drawing.Point(392, 18);
|
|
this.buttonResetDefault.Name = "buttonResetDefault";
|
|
this.buttonResetDefault.Size = new System.Drawing.Size(162, 43);
|
|
this.buttonResetDefault.TabIndex = 19;
|
|
this.buttonResetDefault.Text = "Reset All to Default";
|
|
this.buttonResetDefault.UseVisualStyleBackColor = true;
|
|
this.buttonResetDefault.Click += new System.EventHandler(this.buttonResetDefault_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(227, 170);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 13);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "Seconds";
|
|
//
|
|
// numericUpDownScrollWait
|
|
//
|
|
this.numericUpDownScrollWait.DecimalPlaces = 1;
|
|
this.numericUpDownScrollWait.Location = new System.Drawing.Point(162, 166);
|
|
this.numericUpDownScrollWait.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.numericUpDownScrollWait.Name = "numericUpDownScrollWait";
|
|
this.numericUpDownScrollWait.Size = new System.Drawing.Size(63, 20);
|
|
this.numericUpDownScrollWait.TabIndex = 17;
|
|
this.numericUpDownScrollWait.Value = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownScrollWait.ValueChanged += new System.EventHandler(this.numericUpDownScrollWait_ValueChanged);
|
|
//
|
|
// labelScrollWaitTitle
|
|
//
|
|
this.labelScrollWaitTitle.AutoSize = true;
|
|
this.labelScrollWaitTitle.Location = new System.Drawing.Point(6, 170);
|
|
this.labelScrollWaitTitle.Name = "labelScrollWaitTitle";
|
|
this.labelScrollWaitTitle.Size = new System.Drawing.Size(106, 13);
|
|
this.labelScrollWaitTitle.TabIndex = 16;
|
|
this.labelScrollWaitTitle.Text = "Wait Before Scrolling";
|
|
//
|
|
// labelScrollSpeed
|
|
//
|
|
this.labelScrollSpeed.AutoSize = true;
|
|
this.labelScrollSpeed.Location = new System.Drawing.Point(503, 131);
|
|
this.labelScrollSpeed.Name = "labelScrollSpeed";
|
|
this.labelScrollSpeed.Size = new System.Drawing.Size(13, 13);
|
|
this.labelScrollSpeed.TabIndex = 15;
|
|
this.labelScrollSpeed.Text = "5";
|
|
//
|
|
// labelScrollSpeedTitle
|
|
//
|
|
this.labelScrollSpeedTitle.AutoSize = true;
|
|
this.labelScrollSpeedTitle.Location = new System.Drawing.Point(6, 131);
|
|
this.labelScrollSpeedTitle.Name = "labelScrollSpeedTitle";
|
|
this.labelScrollSpeedTitle.Size = new System.Drawing.Size(67, 13);
|
|
this.labelScrollSpeedTitle.TabIndex = 14;
|
|
this.labelScrollSpeedTitle.Text = "Scroll Speed";
|
|
//
|
|
// trackBarScrollSpeed
|
|
//
|
|
this.trackBarScrollSpeed.Location = new System.Drawing.Point(162, 126);
|
|
this.trackBarScrollSpeed.Maximum = 100;
|
|
this.trackBarScrollSpeed.Name = "trackBarScrollSpeed";
|
|
this.trackBarScrollSpeed.Size = new System.Drawing.Size(334, 45);
|
|
this.trackBarScrollSpeed.TabIndex = 13;
|
|
this.trackBarScrollSpeed.TickFrequency = 5;
|
|
this.trackBarScrollSpeed.Value = 5;
|
|
this.trackBarScrollSpeed.ValueChanged += new System.EventHandler(this.trackBarScrollSpeed_ValueChanged);
|
|
//
|
|
// labelBrightness
|
|
//
|
|
this.labelBrightness.AutoSize = true;
|
|
this.labelBrightness.Location = new System.Drawing.Point(503, 93);
|
|
this.labelBrightness.Name = "labelBrightness";
|
|
this.labelBrightness.Size = new System.Drawing.Size(19, 13);
|
|
this.labelBrightness.TabIndex = 12;
|
|
this.labelBrightness.Text = "15";
|
|
//
|
|
// labelBrightnessTitle
|
|
//
|
|
this.labelBrightnessTitle.AutoSize = true;
|
|
this.labelBrightnessTitle.Location = new System.Drawing.Point(6, 93);
|
|
this.labelBrightnessTitle.Name = "labelBrightnessTitle";
|
|
this.labelBrightnessTitle.Size = new System.Drawing.Size(56, 13);
|
|
this.labelBrightnessTitle.TabIndex = 11;
|
|
this.labelBrightnessTitle.Text = "Brightness";
|
|
//
|
|
// trackBarBrightness
|
|
//
|
|
this.trackBarBrightness.Location = new System.Drawing.Point(162, 88);
|
|
this.trackBarBrightness.Maximum = 15;
|
|
this.trackBarBrightness.Minimum = 1;
|
|
this.trackBarBrightness.Name = "trackBarBrightness";
|
|
this.trackBarBrightness.Size = new System.Drawing.Size(334, 45);
|
|
this.trackBarBrightness.TabIndex = 10;
|
|
this.trackBarBrightness.Value = 15;
|
|
this.trackBarBrightness.ValueChanged += new System.EventHandler(this.trackBarBrightness_ValueChanged);
|
|
//
|
|
// labelTemperatureIntervalTitleSeconds
|
|
//
|
|
this.labelTemperatureIntervalTitleSeconds.AutoSize = true;
|
|
this.labelTemperatureIntervalTitleSeconds.Location = new System.Drawing.Point(227, 68);
|
|
this.labelTemperatureIntervalTitleSeconds.Name = "labelTemperatureIntervalTitleSeconds";
|
|
this.labelTemperatureIntervalTitleSeconds.Size = new System.Drawing.Size(49, 13);
|
|
this.labelTemperatureIntervalTitleSeconds.TabIndex = 9;
|
|
this.labelTemperatureIntervalTitleSeconds.Text = "Seconds";
|
|
//
|
|
// numericUpDownTemperatureInterval
|
|
//
|
|
this.numericUpDownTemperatureInterval.Location = new System.Drawing.Point(162, 64);
|
|
this.numericUpDownTemperatureInterval.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTemperatureInterval.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTemperatureInterval.Name = "numericUpDownTemperatureInterval";
|
|
this.numericUpDownTemperatureInterval.Size = new System.Drawing.Size(63, 20);
|
|
this.numericUpDownTemperatureInterval.TabIndex = 8;
|
|
this.numericUpDownTemperatureInterval.Value = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTemperatureInterval.ValueChanged += new System.EventHandler(this.numericUpDownTemperatureInterval_ValueChanged);
|
|
//
|
|
// checkBoxTemperatureEnabled
|
|
//
|
|
this.checkBoxTemperatureEnabled.AutoSize = true;
|
|
this.checkBoxTemperatureEnabled.Location = new System.Drawing.Point(6, 66);
|
|
this.checkBoxTemperatureEnabled.Name = "checkBoxTemperatureEnabled";
|
|
this.checkBoxTemperatureEnabled.Size = new System.Drawing.Size(149, 17);
|
|
this.checkBoxTemperatureEnabled.TabIndex = 7;
|
|
this.checkBoxTemperatureEnabled.Text = "Show the Temperature for";
|
|
this.checkBoxTemperatureEnabled.UseVisualStyleBackColor = true;
|
|
this.checkBoxTemperatureEnabled.CheckedChanged += new System.EventHandler(this.checkBoxTemperatureEnabled_CheckedChanged);
|
|
//
|
|
// labelDateIntervalTitleSeconds
|
|
//
|
|
this.labelDateIntervalTitleSeconds.AutoSize = true;
|
|
this.labelDateIntervalTitleSeconds.Location = new System.Drawing.Point(227, 45);
|
|
this.labelDateIntervalTitleSeconds.Name = "labelDateIntervalTitleSeconds";
|
|
this.labelDateIntervalTitleSeconds.Size = new System.Drawing.Size(49, 13);
|
|
this.labelDateIntervalTitleSeconds.TabIndex = 6;
|
|
this.labelDateIntervalTitleSeconds.Text = "Seconds";
|
|
//
|
|
// numericUpDownDateInterval
|
|
//
|
|
this.numericUpDownDateInterval.Location = new System.Drawing.Point(162, 41);
|
|
this.numericUpDownDateInterval.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownDateInterval.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownDateInterval.Name = "numericUpDownDateInterval";
|
|
this.numericUpDownDateInterval.Size = new System.Drawing.Size(63, 20);
|
|
this.numericUpDownDateInterval.TabIndex = 5;
|
|
this.numericUpDownDateInterval.Value = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownDateInterval.ValueChanged += new System.EventHandler(this.numericUpDownDateInterval_ValueChanged);
|
|
//
|
|
// labelTimeIntervalTitleSeconds
|
|
//
|
|
this.labelTimeIntervalTitleSeconds.AutoSize = true;
|
|
this.labelTimeIntervalTitleSeconds.Location = new System.Drawing.Point(227, 22);
|
|
this.labelTimeIntervalTitleSeconds.Name = "labelTimeIntervalTitleSeconds";
|
|
this.labelTimeIntervalTitleSeconds.Size = new System.Drawing.Size(49, 13);
|
|
this.labelTimeIntervalTitleSeconds.TabIndex = 4;
|
|
this.labelTimeIntervalTitleSeconds.Text = "Seconds";
|
|
//
|
|
// numericUpDownTimeInterval
|
|
//
|
|
this.numericUpDownTimeInterval.Location = new System.Drawing.Point(162, 18);
|
|
this.numericUpDownTimeInterval.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTimeInterval.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTimeInterval.Name = "numericUpDownTimeInterval";
|
|
this.numericUpDownTimeInterval.Size = new System.Drawing.Size(63, 20);
|
|
this.numericUpDownTimeInterval.TabIndex = 3;
|
|
this.numericUpDownTimeInterval.Value = new decimal(new int[] {
|
|
35,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDownTimeInterval.ValueChanged += new System.EventHandler(this.numericUpDownTimeInterval_ValueChanged);
|
|
//
|
|
// labelTimeIntervalTitle
|
|
//
|
|
this.labelTimeIntervalTitle.AutoSize = true;
|
|
this.labelTimeIntervalTitle.Location = new System.Drawing.Point(6, 22);
|
|
this.labelTimeIntervalTitle.Name = "labelTimeIntervalTitle";
|
|
this.labelTimeIntervalTitle.Size = new System.Drawing.Size(93, 13);
|
|
this.labelTimeIntervalTitle.TabIndex = 2;
|
|
this.labelTimeIntervalTitle.Text = "Show the Time for";
|
|
//
|
|
// checkBoxDateEnabled
|
|
//
|
|
this.checkBoxDateEnabled.AutoSize = true;
|
|
this.checkBoxDateEnabled.Location = new System.Drawing.Point(6, 43);
|
|
this.checkBoxDateEnabled.Name = "checkBoxDateEnabled";
|
|
this.checkBoxDateEnabled.Size = new System.Drawing.Size(112, 17);
|
|
this.checkBoxDateEnabled.TabIndex = 1;
|
|
this.checkBoxDateEnabled.Text = "Show the Date for";
|
|
this.checkBoxDateEnabled.UseVisualStyleBackColor = true;
|
|
this.checkBoxDateEnabled.CheckedChanged += new System.EventHandler(this.checkBoxDateEnabled_CheckedChanged);
|
|
//
|
|
// timerScrollDemo
|
|
//
|
|
this.timerScrollDemo.Interval = 10000;
|
|
this.timerScrollDemo.Tick += new System.EventHandler(this.timerScrollDemo_Tick);
|
|
//
|
|
// timerAdjustClock
|
|
//
|
|
this.timerAdjustClock.Enabled = true;
|
|
this.timerAdjustClock.Interval = 7200000;
|
|
this.timerAdjustClock.Tick += new System.EventHandler(this.timerAdjustClock_Tick);
|
|
//
|
|
// timerGetAppointment
|
|
//
|
|
this.timerGetAppointment.Enabled = true;
|
|
this.timerGetAppointment.Interval = 60000;
|
|
this.timerGetAppointment.Tick += new System.EventHandler(this.timerGetAppointment_Tick);
|
|
//
|
|
// MainWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 606);
|
|
this.Controls.Add(this.groupBoxClockSettings);
|
|
this.Controls.Add(this.groupBoxAppointmentSettings);
|
|
this.Controls.Add(this.groupBoxApplicationSettings);
|
|
this.Controls.Add(this.groupBoxState);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximumSize = new System.Drawing.Size(800, 800);
|
|
this.MinimumSize = new System.Drawing.Size(600, 645);
|
|
this.Name = "MainWindow";
|
|
this.Text = "Meeting Clock";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainWindow_FormClosed);
|
|
this.Load += new System.EventHandler(this.MainWindow_Load);
|
|
this.Resize += new System.EventHandler(this.MainWindow_Resize);
|
|
this.groupBoxState.ResumeLayout(false);
|
|
this.groupBoxState.PerformLayout();
|
|
this.groupBoxApplicationSettings.ResumeLayout(false);
|
|
this.groupBoxApplicationSettings.PerformLayout();
|
|
this.groupBoxAppointmentSettings.ResumeLayout(false);
|
|
this.groupBoxAppointmentSettings.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownReminderTime)).EndInit();
|
|
this.groupBoxClockSettings.ResumeLayout(false);
|
|
this.groupBoxClockSettings.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownScrollWait)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarScrollSpeed)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarBrightness)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTemperatureInterval)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownDateInterval)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeInterval)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxState;
|
|
private System.Windows.Forms.Label labelBluetoothState;
|
|
private System.Windows.Forms.Label labelBluetoothStateTitle;
|
|
private System.Windows.Forms.Button buttonOpenSystemSettingsPrivacy;
|
|
private System.Windows.Forms.Button buttonEnableBluetooth;
|
|
private System.Windows.Forms.Label labelMeetingClockState;
|
|
private System.Windows.Forms.Label labelMeetingClockStateTitle;
|
|
private System.Windows.Forms.Button buttonOpenSystemSettingsBluetooth;
|
|
private System.Windows.Forms.Button buttonWebsite;
|
|
private System.Windows.Forms.GroupBox groupBoxApplicationSettings;
|
|
private System.Windows.Forms.CheckBox checkBoxEnableBluetooth;
|
|
private System.Windows.Forms.CheckBox checkBoxStartMinimized;
|
|
private System.Windows.Forms.CheckBox checkBoxAutostart;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon;
|
|
private System.Windows.Forms.Timer timerEnableBalloon;
|
|
private System.Windows.Forms.GroupBox groupBoxAppointmentSettings;
|
|
private System.Windows.Forms.CheckBox checkBoxIgnoreAllDayAppointments;
|
|
private System.Windows.Forms.CheckBox checkBoxIgnoreCancelledAppointments;
|
|
private System.Windows.Forms.CheckBox checkBoxIgnoreFreeAppointments;
|
|
private System.Windows.Forms.CheckBox checkBoxIgnoreOutOfOfficeAppointments;
|
|
private System.Windows.Forms.CheckBox checkBoxIgnoreTentativeAppointments;
|
|
private System.Windows.Forms.GroupBox groupBoxClockSettings;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownScrollWait;
|
|
private System.Windows.Forms.Label labelScrollWaitTitle;
|
|
private System.Windows.Forms.Label labelScrollSpeed;
|
|
private System.Windows.Forms.Label labelScrollSpeedTitle;
|
|
private System.Windows.Forms.TrackBar trackBarScrollSpeed;
|
|
private System.Windows.Forms.Label labelBrightness;
|
|
private System.Windows.Forms.Label labelBrightnessTitle;
|
|
private System.Windows.Forms.TrackBar trackBarBrightness;
|
|
private System.Windows.Forms.Label labelTemperatureIntervalTitleSeconds;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownTemperatureInterval;
|
|
private System.Windows.Forms.CheckBox checkBoxTemperatureEnabled;
|
|
private System.Windows.Forms.Label labelDateIntervalTitleSeconds;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownDateInterval;
|
|
private System.Windows.Forms.Label labelTimeIntervalTitleSeconds;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownTimeInterval;
|
|
private System.Windows.Forms.Label labelTimeIntervalTitle;
|
|
private System.Windows.Forms.CheckBox checkBoxDateEnabled;
|
|
private System.Windows.Forms.Timer timerScrollDemo;
|
|
private System.Windows.Forms.Button buttonResetDefault;
|
|
private System.Windows.Forms.Timer timerAdjustClock;
|
|
private System.Windows.Forms.Timer timerGetAppointment;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDownReminderTime;
|
|
private System.Windows.Forms.Label labelStartReminderTitle;
|
|
}
|
|
} |