tbf/TBF/UI/Calendar/EventDetailsForm.Designer.cs

373 lines
18 KiB
C#

namespace TBF.UI.Calendar
{
partial class EventDetailsForm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txtEventTitle = new System.Windows.Forms.TextBox();
this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.basicsGroupBox = new System.Windows.Forms.GroupBox();
this.timeComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.txtEventSource = new System.Windows.Forms.TextBox();
this.chkHidden = new System.Windows.Forms.CheckBox();
this.recurringOptionsGroupBox = new System.Windows.Forms.GroupBox();
this.chkTriggerOnExactDayOnly = new System.Windows.Forms.CheckBox();
this.cbRecurringFrequency = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.appearanceGroupBox = new System.Windows.Forms.GroupBox();
this.chkEnableTooltip = new System.Windows.Forms.CheckBox();
this.pnlTextColor = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.pnlEventColor = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.okButton = new System.Windows.Forms.Button();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.cancelButton = new System.Windows.Forms.Button();
this.parametersGroupBox = new System.Windows.Forms.GroupBox();
this.autoActionComboBox = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.parametersTextBox = new System.Windows.Forms.TextBox();
this.basicsGroupBox.SuspendLayout();
this.recurringOptionsGroupBox.SuspendLayout();
this.appearanceGroupBox.SuspendLayout();
this.parametersGroupBox.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Event name:";
//
// txtEventName
//
this.txtEventTitle.Location = new System.Drawing.Point(120, 19);
this.txtEventTitle.Name = "txtEventName";
this.txtEventTitle.Size = new System.Drawing.Size(215, 20);
this.txtEventTitle.TabIndex = 1;
//
// dateTimePicker
//
this.dateTimePicker.CustomFormat = "dd.MM.yyyy dddd";
this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker.Location = new System.Drawing.Point(120, 20);
this.dateTimePicker.Name = "dateTimePicker";
this.dateTimePicker.Size = new System.Drawing.Size(135, 20);
this.dateTimePicker.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Date and time:";
//
// basicsGroupBox
//
this.basicsGroupBox.Controls.Add(this.label4);
this.basicsGroupBox.Controls.Add(this.txtEventSource);
this.basicsGroupBox.Controls.Add(this.label1);
this.basicsGroupBox.Controls.Add(this.txtEventTitle);
this.basicsGroupBox.Location = new System.Drawing.Point(12, 11);
this.basicsGroupBox.Name = "basicsGroupBox";
this.basicsGroupBox.Size = new System.Drawing.Size(349, 76);
this.basicsGroupBox.TabIndex = 4;
this.basicsGroupBox.TabStop = false;
this.basicsGroupBox.Text = "Basics";
//
// timeComboBox
//
this.timeComboBox.FormattingEnabled = true;
this.timeComboBox.Location = new System.Drawing.Point(261, 19);
this.timeComboBox.Name = "timeComboBox";
this.timeComboBox.Size = new System.Drawing.Size(74, 21);
this.timeComboBox.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(73, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Event source:";
//
// txtEventSource
//
this.txtEventSource.Location = new System.Drawing.Point(120, 46);
this.txtEventSource.Name = "txtEventSource";
this.txtEventSource.Size = new System.Drawing.Size(215, 20);
this.txtEventSource.TabIndex = 7;
//
// chkHidden
//
this.chkHidden.AutoSize = true;
this.chkHidden.Location = new System.Drawing.Point(29, 24);
this.chkHidden.Name = "chkHidden";
this.chkHidden.Size = new System.Drawing.Size(60, 17);
this.chkHidden.TabIndex = 4;
this.chkHidden.Text = "Hidden";
this.chkHidden.UseVisualStyleBackColor = true;
//
// recurringOptionsGroupBox
//
this.recurringOptionsGroupBox.Controls.Add(this.timeComboBox);
this.recurringOptionsGroupBox.Controls.Add(this.chkTriggerOnExactDayOnly);
this.recurringOptionsGroupBox.Controls.Add(this.cbRecurringFrequency);
this.recurringOptionsGroupBox.Controls.Add(this.label3);
this.recurringOptionsGroupBox.Controls.Add(this.label2);
this.recurringOptionsGroupBox.Controls.Add(this.dateTimePicker);
this.recurringOptionsGroupBox.Location = new System.Drawing.Point(12, 93);
this.recurringOptionsGroupBox.Name = "recurringOptionsGroupBox";
this.recurringOptionsGroupBox.Size = new System.Drawing.Size(349, 100);
this.recurringOptionsGroupBox.TabIndex = 5;
this.recurringOptionsGroupBox.TabStop = false;
this.recurringOptionsGroupBox.Text = "Time and Recurring Frequency";
//
// chkTriggerOnExactDayOnly
//
this.chkTriggerOnExactDayOnly.AutoSize = true;
this.chkTriggerOnExactDayOnly.Location = new System.Drawing.Point(29, 77);
this.chkTriggerOnExactDayOnly.Name = "chkTriggerOnExactDayOnly";
this.chkTriggerOnExactDayOnly.Size = new System.Drawing.Size(145, 17);
this.chkTriggerOnExactDayOnly.TabIndex = 2;
this.chkTriggerOnExactDayOnly.Text = "Trigger on exact day only";
this.chkTriggerOnExactDayOnly.UseVisualStyleBackColor = true;
//
// cbRecurringFrequency
//
this.cbRecurringFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbRecurringFrequency.FormattingEnabled = true;
this.cbRecurringFrequency.Location = new System.Drawing.Point(120, 47);
this.cbRecurringFrequency.Name = "cbRecurringFrequency";
this.cbRecurringFrequency.Size = new System.Drawing.Size(215, 21);
this.cbRecurringFrequency.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(106, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Recurring frequency:";
//
// appearanceGroupBox
//
this.appearanceGroupBox.Controls.Add(this.chkEnableTooltip);
this.appearanceGroupBox.Controls.Add(this.pnlTextColor);
this.appearanceGroupBox.Controls.Add(this.label6);
this.appearanceGroupBox.Controls.Add(this.pnlEventColor);
this.appearanceGroupBox.Controls.Add(this.chkHidden);
this.appearanceGroupBox.Controls.Add(this.label5);
this.appearanceGroupBox.Location = new System.Drawing.Point(12, 199);
this.appearanceGroupBox.Name = "appearanceGroupBox";
this.appearanceGroupBox.Size = new System.Drawing.Size(349, 75);
this.appearanceGroupBox.TabIndex = 6;
this.appearanceGroupBox.TabStop = false;
this.appearanceGroupBox.Text = "Appearance Settings";
//
// chkEnableTooltip
//
this.chkEnableTooltip.AutoSize = true;
this.chkEnableTooltip.Location = new System.Drawing.Point(29, 45);
this.chkEnableTooltip.Name = "chkEnableTooltip";
this.chkEnableTooltip.Size = new System.Drawing.Size(90, 17);
this.chkEnableTooltip.TabIndex = 7;
this.chkEnableTooltip.Text = "Enable tooltip";
this.chkEnableTooltip.UseVisualStyleBackColor = true;
//
// pnlTextColor
//
this.pnlTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlTextColor.Location = new System.Drawing.Point(266, 46);
this.pnlTextColor.Name = "pnlTextColor";
this.pnlTextColor.Size = new System.Drawing.Size(30, 15);
this.pnlTextColor.TabIndex = 6;
this.pnlTextColor.DoubleClick += new System.EventHandler(this.PnlTextColorDoubleClick);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(171, 46);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 13);
this.label6.TabIndex = 5;
this.label6.Text = "Event Text Color:";
//
// pnlEventColor
//
this.pnlEventColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlEventColor.Location = new System.Drawing.Point(266, 22);
this.pnlEventColor.Name = "pnlEventColor";
this.pnlEventColor.Size = new System.Drawing.Size(30, 15);
this.pnlEventColor.TabIndex = 4;
this.pnlEventColor.DoubleClick += new System.EventHandler(this.PnlEventColorDoubleClick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(171, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 13);
this.label5.TabIndex = 3;
this.label5.Text = "Event Color:";
//
// fontDialog1
//
this.fontDialog1.ScriptsOnly = true;
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.Location = new System.Drawing.Point(182, 379);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(85, 42);
this.okButton.TabIndex = 7;
this.okButton.Text = "&OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.Location = new System.Drawing.Point(276, 379);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(85, 42);
this.cancelButton.TabIndex = 8;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// parametersGroupBox
//
this.parametersGroupBox.Controls.Add(this.autoActionComboBox);
this.parametersGroupBox.Controls.Add(this.label7);
this.parametersGroupBox.Controls.Add(this.parametersTextBox);
this.parametersGroupBox.Location = new System.Drawing.Point(12, 280);
this.parametersGroupBox.Name = "parametersGroupBox";
this.parametersGroupBox.Size = new System.Drawing.Size(349, 85);
this.parametersGroupBox.TabIndex = 9;
this.parametersGroupBox.TabStop = false;
this.parametersGroupBox.Text = "Triggered action and parameters";
//
// autoActionComboBox
//
this.autoActionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.autoActionComboBox.FormattingEnabled = true;
this.autoActionComboBox.Location = new System.Drawing.Point(120, 21);
this.autoActionComboBox.Name = "autoActionComboBox";
this.autoActionComboBox.Size = new System.Drawing.Size(215, 21);
this.autoActionComboBox.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 24);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(40, 13);
this.label7.TabIndex = 4;
this.label7.Text = "Action:";
//
// parametersTextBox
//
this.parametersTextBox.Location = new System.Drawing.Point(13, 51);
this.parametersTextBox.Name = "parametersTextBox";
this.parametersTextBox.Size = new System.Drawing.Size(322, 20);
this.parametersTextBox.TabIndex = 3;
//
// EventDetailsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(373, 432);
this.Controls.Add(this.parametersGroupBox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.appearanceGroupBox);
this.Controls.Add(this.recurringOptionsGroupBox);
this.Controls.Add(this.basicsGroupBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EventDetailsForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "EventDetails";
this.Load += new System.EventHandler(this.EventDetailsLoad);
this.basicsGroupBox.ResumeLayout(false);
this.basicsGroupBox.PerformLayout();
this.recurringOptionsGroupBox.ResumeLayout(false);
this.recurringOptionsGroupBox.PerformLayout();
this.appearanceGroupBox.ResumeLayout(false);
this.appearanceGroupBox.PerformLayout();
this.parametersGroupBox.ResumeLayout(false);
this.parametersGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtEventTitle;
private System.Windows.Forms.DateTimePicker dateTimePicker;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox basicsGroupBox;
private System.Windows.Forms.GroupBox recurringOptionsGroupBox;
private System.Windows.Forms.ComboBox cbRecurringFrequency;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox chkTriggerOnExactDayOnly;
private System.Windows.Forms.CheckBox chkHidden;
private System.Windows.Forms.GroupBox appearanceGroupBox;
private System.Windows.Forms.FontDialog fontDialog1;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.Panel pnlEventColor;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel pnlTextColor;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.CheckBox chkEnableTooltip;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.GroupBox parametersGroupBox;
private System.Windows.Forms.TextBox parametersTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtEventSource;
private System.Windows.Forms.ComboBox autoActionComboBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox timeComboBox;
}
}