📄 mainform.designer.cs
字号:
/*
* Erstellt mit SharpDevelop.
* Benutzer: matthias
* Datum: 07.05.2007
* Zeit: 11:34
*
* Sie können diese Vorlage unter Extras > Optionen > Codeerstellung > Standardheader ändern.
*/
namespace test1
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.calendar1 = new MonthCalendar.Calendar();
this.dateItem1 = new MonthCalendar.DateItem();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Olive;
this.imageList1.Images.SetKeyName(0, "Bild1.bmp");
this.imageList1.Images.SetKeyName(1, "Bild2.bmp");
this.imageList1.Images.SetKeyName(2, "Bild3.bmp");
this.imageList1.Images.SetKeyName(3, "Bild4.bmp");
this.imageList1.Images.SetKeyName(4, "Bild5.bmp");
this.imageList1.Images.SetKeyName(5, "Bild6.bmp");
this.imageList1.Images.SetKeyName(6, "Bild7.bmp");
this.imageList1.Images.SetKeyName(7, "Bild8.png");
//
// propertyGrid1
//
this.propertyGrid1.Location = new System.Drawing.Point(12, 10);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.Size = new System.Drawing.Size(191, 276);
this.propertyGrid1.TabIndex = 1;
//
// calendar1
//
this.calendar1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.calendar1.Border.BorderColor = System.Drawing.Color.Black;
this.calendar1.Border.Parent = this.calendar1;
this.calendar1.Border.Transparency = 255;
this.calendar1.Border.Visible = true;
this.calendar1.CanSelectTrailingDates = true;
this.calendar1.Culture = new System.Globalization.CultureInfo("de-DE");
this.calendar1.Dates.AddRange(new MonthCalendar.DateItem[] {
this.dateItem1});
this.calendar1.FirstDayOfWeek = System.Windows.Forms.Day.Default;
this.calendar1.Footer.Align = MonthCalendar.HeaderAlign.Left;
this.calendar1.Footer.Background.EndColor = System.Drawing.Color.Black;
this.calendar1.Footer.Background.Gradient = MonthCalendar.GradientStyle.Vertical;
this.calendar1.Footer.Background.Parent = this.calendar1.Footer;
this.calendar1.Footer.Background.StartColor = System.Drawing.Color.White;
this.calendar1.Footer.Background.Style = MonthCalendar.EStyle.esParent;
this.calendar1.Footer.Background.TransparencyEndColor = 255;
this.calendar1.Footer.Background.TransparencyStartColor = 255;
this.calendar1.Footer.Border.BorderColor = System.Drawing.Color.White;
this.calendar1.Footer.Border.Parent = this.calendar1.Footer;
this.calendar1.Footer.Border.Transparency = 255;
this.calendar1.Footer.Border.Visible = false;
this.calendar1.Footer.DateFormat = MonthCalendar.DateFormat.Long;
this.calendar1.Footer.Font = new System.Drawing.Font("Tahoma", 9F);
this.calendar1.Footer.ForeColor = System.Drawing.Color.Blue;
this.calendar1.Footer.Padding = new System.Windows.Forms.Padding(18, 0, 20, 0);
this.calendar1.Footer.Text = "Heute";
this.calendar1.Footer.TextTransparency = 255;
this.calendar1.Footer.Visible = true;
this.calendar1.Header.Align = MonthCalendar.HeaderAlign.Center;
this.calendar1.Header.Background.EndColor = System.Drawing.Color.Black;
this.calendar1.Header.Background.Gradient = MonthCalendar.GradientStyle.Vertical;
this.calendar1.Header.Background.Parent = this.calendar1.Header;
this.calendar1.Header.Background.StartColor = System.Drawing.Color.White;
this.calendar1.Header.Background.Style = MonthCalendar.EStyle.esTransparent;
this.calendar1.Header.Background.TransparencyEndColor = 255;
this.calendar1.Header.Background.TransparencyStartColor = 255;
this.calendar1.Header.Border.BorderColor = System.Drawing.Color.Black;
this.calendar1.Header.Border.Parent = this.calendar1.Header;
this.calendar1.Header.Border.Transparency = 255;
this.calendar1.Header.Border.Visible = false;
this.calendar1.Header.Font = new System.Drawing.Font("Segoe UI", 8.25F);
this.calendar1.Header.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(155)))), ((int)(((byte)(155)))));
this.calendar1.Header.HoverColor = System.Drawing.Color.DarkGray;
this.calendar1.Header.Padding.Horizontal = 10;
this.calendar1.Header.Padding.Vertical = 6;
this.calendar1.Header.ShowNav = true;
this.calendar1.Header.TextTransparency = 255;
this.calendar1.Header.Visible = true;
this.calendar1.ImageList = this.imageList1;
this.calendar1.Keyboard.AllowKeyboardSteering = true;
this.calendar1.Keyboard.Down = System.Windows.Forms.Keys.Down;
this.calendar1.Keyboard.GoToday = System.Windows.Forms.Keys.F12;
this.calendar1.Keyboard.Left = System.Windows.Forms.Keys.Left;
this.calendar1.Keyboard.MultipleSelection = MonthCalendar.ExtendedSelection.Ctrl;
this.calendar1.Keyboard.NavNext = System.Windows.Forms.Keys.Insert;
this.calendar1.Keyboard.NavPrev = System.Windows.Forms.Keys.Delete;
this.calendar1.Keyboard.NextMonth = System.Windows.Forms.Keys.Home;
this.calendar1.Keyboard.NextYear = System.Windows.Forms.Keys.PageUp;
this.calendar1.Keyboard.PrevMonth = System.Windows.Forms.Keys.End;
this.calendar1.Keyboard.PrevYear = System.Windows.Forms.Keys.Next;
this.calendar1.Keyboard.Right = System.Windows.Forms.Keys.Right;
this.calendar1.Keyboard.Select = System.Windows.Forms.Keys.Space;
this.calendar1.Keyboard.Up = System.Windows.Forms.Keys.Up;
this.calendar1.Keyboard.Zoomin = System.Windows.Forms.Keys.Subtract;
this.calendar1.Keyboard.ZoomOut = System.Windows.Forms.Keys.Add;
this.calendar1.Location = new System.Drawing.Point(247, 10);
this.calendar1.MaxDate = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
this.calendar1.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
this.calendar1.MonthDays.Align = System.Drawing.ContentAlignment.MiddleCenter;
this.calendar1.MonthDays.Background.EndColor = System.Drawing.Color.Black;
this.calendar1.MonthDays.Background.Gradient = MonthCalendar.GradientStyle.Vertical;
this.calendar1.MonthDays.Background.Parent = this.calendar1.MonthDays;
this.calendar1.MonthDays.Background.StartColor = System.Drawing.Color.White;
this.calendar1.MonthDays.Background.Style = MonthCalendar.EStyle.esTransparent;
this.calendar1.MonthDays.Background.TransparencyEndColor = 255;
this.calendar1.MonthDays.Background.TransparencyStartColor = 255;
this.calendar1.MonthDays.Border.BorderColor = System.Drawing.Color.Black;
this.calendar1.MonthDays.Border.Parent = this.calendar1.MonthDays;
this.calendar1.MonthDays.Border.Transparency = 255;
this.calendar1.MonthDays.Border.Visible = false;
this.calendar1.MonthDays.DaysPadding.Horizontal = 2;
this.calendar1.MonthDays.DaysPadding.Vertical = 2;
this.calendar1.MonthDays.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.calendar1.MonthDays.ForeColor = System.Drawing.Color.Black;
this.calendar1.MonthDays.HoverStyle.Background.EndColor = System.Drawing.Color.Black;
this.calendar1.MonthDays.HoverStyle.Background.Gradient = MonthCalendar.GradientStyle.Vertical;
this.calendar1.MonthDays.HoverStyle.Background.Parent = this.calendar1.MonthDays.HoverStyle;
this.calendar1.MonthDays.HoverStyle.Background.StartColor = System.Drawing.Color.Blue;
this.calendar1.MonthDays.HoverStyle.Background.Style = MonthCalendar.EStyle.esColor;
this.calendar1.MonthDays.HoverStyle.Background.TransparencyEndColor = 255;
this.calendar1.MonthDays.HoverStyle.Background.TransparencyStartColor = 30;
this.calendar1.MonthDays.HoverStyle.Border.BorderColor = System.Drawing.Color.DarkBlue;
this.calendar1.MonthDays.HoverStyle.Border.Parent = this.calendar1.MonthDays.HoverStyle;
this.calendar1.MonthDays.HoverStyle.Border.Transparency = 128;
this.calendar1.MonthDays.HoverStyle.Border.Visible = true;
this.calendar1.MonthDays.MarkHover = true;
this.calendar1.MonthDays.MarkSaturday = true;
this.calendar1.MonthDays.MarkSelectedDay = true;
this.calendar1.MonthDays.MarkSunday = true;
this.calendar1.MonthDays.MarkToday = true;
this.calendar1.MonthDays.Padding = new System.Windows.Forms.Padding(2);
this.calendar1.MonthDays.SaturdayColor = System.Drawing.Color.DarkGoldenrod;
this.calendar1.MonthDays.SelectedDay.Background.EndColor = System.Drawing.Color.Black;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -