tbf/TBF/UI/Calendar/CalendarTabPageCtrl.designer.cs

158 lines
7.5 KiB
C#

///
/// Copyright (c) 2020 Sensus Slovensko a.s.
///
namespace TBF.UI.Calendar
{
partial class CalendarTabPageCtrl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalendarTabPageCtrl));
this.logTextBox = new System.Windows.Forms.TextBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.calendarCtrl1 = new TBF.UI.Calendar.CalendarCtrl();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.newEventButton = new System.Windows.Forms.Button();
this.calendarEventsListViewEx = new Common.Forms.ListViewEx();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// logTextBox
//
resources.ApplyResources(this.logTextBox, "logTextBox");
this.logTextBox.Name = "logTextBox";
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
this.splitContainer1.Panel1.Controls.Add(this.calendarCtrl1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
//
// calendarCtrl1
//
this.calendarCtrl1.AllowEditingEvents = true;
this.calendarCtrl1.CalendarDate = new System.DateTime(2020, 3, 23, 22, 33, 35, 216);
this.calendarCtrl1.CalendarView = TBF.UI.Calendar.CalendarViews.Month;
this.calendarCtrl1.DateHeaderFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.calendarCtrl1.DayOfWeekFont = new System.Drawing.Font("Arial", 10F);
this.calendarCtrl1.DaysFont = new System.Drawing.Font("Arial", 10F);
this.calendarCtrl1.DayViewTimeFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.calendarCtrl1.DimDisabledEvents = true;
resources.ApplyResources(this.calendarCtrl1, "calendarCtrl1");
this.calendarCtrl1.HighlightCurrentDay = true;
this.calendarCtrl1.LoadPresetHolidays = false;
this.calendarCtrl1.Name = "calendarCtrl1";
this.calendarCtrl1.ShowArrowControls = true;
this.calendarCtrl1.ShowDashedBorderOnDisabledEvents = true;
this.calendarCtrl1.ShowDateInHeader = true;
this.calendarCtrl1.ShowDisabledEvents = false;
this.calendarCtrl1.ShowEventTooltips = true;
this.calendarCtrl1.ShowTodayButton = true;
this.calendarCtrl1.TodayFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
//
// splitContainer2
//
resources.ApplyResources(this.splitContainer2, "splitContainer2");
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.newEventButton);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.calendarEventsListViewEx);
//
// newEventButton
//
resources.ApplyResources(this.newEventButton, "newEventButton");
this.newEventButton.Name = "newEventButton";
this.newEventButton.UseVisualStyleBackColor = true;
this.newEventButton.Click += new System.EventHandler(this.newEventButton_Click);
//
// calendarEventsListViewEx
//
this.calendarEventsListViewEx.AllowColumnReorder = true;
resources.ApplyResources(this.calendarEventsListViewEx, "calendarEventsListViewEx");
this.calendarEventsListViewEx.DoubleClickActivation = false;
this.calendarEventsListViewEx.FullRowSelect = true;
this.calendarEventsListViewEx.GridLines = true;
this.calendarEventsListViewEx.Name = "calendarEventsListViewEx";
this.calendarEventsListViewEx.UseCompatibleStateImageBehavior = false;
this.calendarEventsListViewEx.View = System.Windows.Forms.View.Details;
this.calendarEventsListViewEx.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.calendarEventsListViewEx_MouseDoubleClick);
//
// CalendarTabPageCtrl
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.logTextBox);
this.Name = "CalendarTabPageCtrl";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox logTextBox;
private System.Windows.Forms.SplitContainer splitContainer1;
private CalendarCtrl calendarCtrl1;
private System.Windows.Forms.Button newEventButton;
private System.Windows.Forms.SplitContainer splitContainer2;
private Common.Forms.ListViewEx calendarEventsListViewEx;
}
}