DeviceManager/TsSFCDevice.Client.Launch/Common/XtraCalendarShow.Designer.cs
2024-08-02 10:52:45 +08:00

226 lines
15 KiB
C#

namespace TsSFCDevice.Client.Launch
{
partial class XtraCalendarShow
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XtraCalendarShow));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnSubmit = new DevExpress.XtraEditors.SimpleButton();
this.calendarControl1 = new DevExpress.XtraEditors.Controls.CalendarControl();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
this.stackPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.stackPanel1);
this.layoutControl1.Controls.Add(this.calendarControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(584, 482);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// stackPanel1
//
this.stackPanel1.Controls.Add(this.btnCancel);
this.stackPanel1.Controls.Add(this.btnSubmit);
this.stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
this.stackPanel1.Location = new System.Drawing.Point(12, 430);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.Size = new System.Drawing.Size(560, 40);
this.stackPanel1.TabIndex = 5;
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(438, 1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(119, 37);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSubmit
//
this.btnSubmit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnSubmit.Appearance.Options.UseFont = true;
this.btnSubmit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSubmit.ImageOptions.Image")));
this.btnSubmit.Location = new System.Drawing.Point(313, 1);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(119, 37);
this.btnSubmit.TabIndex = 1;
this.btnSubmit.Text = "确定";
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// calendarControl1
//
this.calendarControl1.AutoSize = false;
this.calendarControl1.CalendarAppearance.CalendarHeader.Font = new System.Drawing.Font("Segoe UI", 16F, System.Drawing.FontStyle.Bold);
this.calendarControl1.CalendarAppearance.CalendarHeader.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.CalendarHeader.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.CalendarHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.CalendarHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCell.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCell.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCell.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellHighlighted.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCellHighlighted.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCellHighlighted.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCellHighlighted.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellHighlighted.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellHoliday.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCellHoliday.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCellHoliday.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCellHoliday.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellHoliday.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellInactive.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCellInactive.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCellInactive.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCellInactive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellInactive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellPressed.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCellPressed.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCellPressed.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCellPressed.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellPressed.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellSelected.Font = new System.Drawing.Font("Segoe UI", 16F);
this.calendarControl1.CalendarAppearance.DayCellSelected.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.DayCellSelected.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.DayCellSelected.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.DayCellSelected.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarAppearance.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.calendarControl1.CalendarAppearance.Header.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.WeekDay.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
this.calendarControl1.CalendarAppearance.WeekDay.Options.UseFont = true;
this.calendarControl1.CalendarAppearance.WeekDay.Options.UseTextOptions = true;
this.calendarControl1.CalendarAppearance.WeekDay.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.calendarControl1.CalendarAppearance.WeekDay.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.calendarControl1.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.False;
this.calendarControl1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.calendarControl1.CalendarTimeProperties.HideSelection = false;
this.calendarControl1.CellSize = new System.Drawing.Size(60, 60);
this.calendarControl1.HighlightTodayCell = DevExpress.Utils.DefaultBoolean.False;
this.calendarControl1.HighlightTodayCellWhenSelected = false;
this.calendarControl1.InactiveDaysVisibility = DevExpress.XtraEditors.Controls.CalendarInactiveDaysVisibility.Hidden;
this.calendarControl1.Location = new System.Drawing.Point(12, 12);
this.calendarControl1.MinValue = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.calendarControl1.Name = "calendarControl1";
this.calendarControl1.ShowFooter = false;
this.calendarControl1.ShowHeader = false;
this.calendarControl1.ShowMonthHeaders = false;
this.calendarControl1.ShowTodayButton = false;
this.calendarControl1.Size = new System.Drawing.Size(560, 414);
this.calendarControl1.StyleController = this.layoutControl1;
this.calendarControl1.TabIndex = 4;
this.calendarControl1.ContextButtonCustomize += new DevExpress.XtraEditors.Controls.CalendarContextButtonCustomizeEventHandler(this.calendarControl1_ContextButtonCustomize);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(584, 482);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.calendarControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(564, 418);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.stackPanel1;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 418);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 44);
this.layoutControlItem2.MinSize = new System.Drawing.Size(5, 44);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(564, 44);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// XtraCalendarShow
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(584, 482);
this.Controls.Add(this.layoutControl1);
this.IconOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("XtraCalendarShow.IconOptions.LargeImage")));
this.MaximizeBox = false;
this.Name = "XtraCalendarShow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "日期选择";
this.Load += new System.EventHandler(this.XtraCalendarShow_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
this.stackPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.calendarControl1.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.Controls.CalendarControl calendarControl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.Utils.Layout.StackPanel stackPanel1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnSubmit;
}
}