using HotelPms.Share.Windows.Component; namespace HotelPms.Share.Windows.Tool { partial class CalendarSelectorOne { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.calendar1 = new HotelPms.Share.Windows.Component.Calendar(); this.pnlMain.SuspendLayout(); this.SuspendLayout(); // // LoadingObj // this.LoadingObj.Size = new System.Drawing.Size(393, 377); // // pnlMain // this.pnlMain.Controls.Add(this.calendar1); this.pnlMain.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pnlMain.Size = new System.Drawing.Size(393, 377); // // calendar1 // this.calendar1.ButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.calendar1.ButtonDownColor = System.Drawing.Color.Black; this.calendar1.ButtonFont = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.ButtonForeColor = System.Drawing.Color.White; this.calendar1.ButtonOverColor = System.Drawing.Color.Gray; this.calendar1.DayBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(245)))), ((int)(((byte)(210))))); this.calendar1.DayDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.calendar1.DayFont = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.DayForeColor = System.Drawing.Color.Black; this.calendar1.DayOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.calendar1.DayStyle = HotelPms.Share.Windows.Component.Calendar.DayStyleType.Row4; this.calendar1.Dock = System.Windows.Forms.DockStyle.Fill; this.calendar1.Format = "yyyy/MM/dd"; this.calendar1.HolidayFont = new System.Drawing.Font("メイリオ", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.HolidayForeColor = System.Drawing.Color.Red; this.calendar1.Language = HotelPms.Share.Windows.Component.Calendar.LanguageType.Japanese; this.calendar1.Location = new System.Drawing.Point(0, 0); this.calendar1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.calendar1.MemoFont = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.MemoForeColor = System.Drawing.Color.Black; this.calendar1.MonthFont = new System.Drawing.Font("メイリオ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.MonthForeColor = System.Drawing.Color.Purple; this.calendar1.Name = "calendar1"; this.calendar1.RokuyouFont = new System.Drawing.Font("メイリオ", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.RokuyouForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.calendar1.RokuyouVisible = true; this.calendar1.SelDayBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.calendar1.SelectDateFont = new System.Drawing.Font("メイリオ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.SelectDateForeColor = System.Drawing.Color.Navy; this.calendar1.ShowStyle = HotelPms.Share.Windows.Component.Calendar.ShowStyleType.OneMonth; this.calendar1.Size = new System.Drawing.Size(393, 377); this.calendar1.SmallFont = new System.Drawing.Font("メイリオ", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.SmallYearFont = new System.Drawing.Font("メイリオ", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.SmallYearForeColor = System.Drawing.Color.Black; this.calendar1.TabIndex = 0; this.calendar1.Text = "2019/06/20"; this.calendar1.Value = new System.DateTime(2019, 6, 20, 0, 0, 0, 0); this.calendar1.WeekBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.calendar1.WeekFont = new System.Drawing.Font("メイリオ", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.WeekForeColor = System.Drawing.Color.White; this.calendar1.YearFont = new System.Drawing.Font("メイリオ", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.calendar1.YearForeColor = System.Drawing.Color.Purple; this.calendar1.DayCellFormat += new HotelPms.Share.Windows.Component.CalendarEventHandler(this.Calendar1_DayCellFormat); this.calendar1.DateSelect += new HotelPms.Share.Windows.Component.CalendarEventHandler(this.Calendar1_DateSelect); // // CalendarSelectorOne // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(395, 414); this.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8); this.Name = "CalendarSelectorOne"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "日期选择"; this.Load += new System.EventHandler(this.CalendarSelector_Load); this.pnlMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Calendar calendar1; } }