ホテル管理システム
ogi
yesterday 1a1c8e71fcd14858f595029f089b2d4a00202b32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
using HotelPms.Share.Windows.Component;
 
namespace HotelPms.Share.Windows.Tool
{
    partial class CalendarSelectorOne
    {
        /// <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.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;
    }
}