ホテル管理システム
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
namespace HotelPms.SourceFactory
{
    partial class Form1
    {
        /// <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()
        {
            calendar1 = new HotelPms.Share.Windows.Component.Calendar();
            propertyGrid1 = new PropertyGrid();
            SuspendLayout();
            // 
            // calendar1
            // 
            calendar1.ButtonBackColor = Color.FromArgb(64, 64, 64);
            calendar1.ButtonDownColor = Color.Black;
            calendar1.ButtonFont = new Font("メイリオ", 12F);
            calendar1.ButtonForeColor = Color.White;
            calendar1.ButtonOverColor = Color.Gray;
            calendar1.DayBackColor = Color.FromArgb(255, 245, 210);
            calendar1.DayDownColor = Color.FromArgb(0, 192, 0);
            calendar1.DayFont = new Font("メイリオ", 14F);
            calendar1.DayForeColor = Color.Black;
            calendar1.DayOverColor = Color.FromArgb(192, 255, 255);
            calendar1.DayStyle = Share.Windows.Component.Calendar.DayStyleType.Row4;
            calendar1.Format = "yyyy/MM/dd";
            calendar1.HolidayFont = new Font("メイリオ", 7F);
            calendar1.HolidayForeColor = Color.Red;
            calendar1.Language = Share.Windows.Component.Calendar.LanguageType.Japanese;
            calendar1.Location = new Point(39, 12);
            calendar1.MemoFont = new Font("メイリオ", 9F);
            calendar1.MemoForeColor = Color.Black;
            calendar1.MonthFont = new Font("メイリオ", 36F);
            calendar1.MonthForeColor = Color.Purple;
            calendar1.Name = "calendar1";
            calendar1.RokuyouFont = new Font("メイリオ", 8F);
            calendar1.RokuyouForeColor = Color.FromArgb(0, 64, 0);
            calendar1.RokuyouVisible = true;
            calendar1.SelDayBackColor = Color.FromArgb(192, 255, 192);
            calendar1.SelectDateFont = new Font("メイリオ", 12F);
            calendar1.SelectDateForeColor = Color.Navy;
            calendar1.ShowStyle = Share.Windows.Component.Calendar.ShowStyleType.TreeMonth;
            calendar1.Size = new Size(552, 498);
            calendar1.SmallFont = new Font("メイリオ", 7F);
            calendar1.SmallYearFont = new Font("メイリオ", 12F);
            calendar1.SmallYearForeColor = Color.Black;
            calendar1.TabIndex = 0;
            calendar1.Text = "2025/05/22";
            calendar1.Value = new DateTime(2025, 5, 22, 0, 0, 0, 0);
            calendar1.WeekBackColor = Color.FromArgb(0, 192, 0);
            calendar1.WeekFont = new Font("メイリオ", 10F);
            calendar1.WeekForeColor = Color.White;
            calendar1.YearFont = new Font("メイリオ", 14F);
            calendar1.YearForeColor = Color.Purple;
            // 
            // propertyGrid1
            // 
            propertyGrid1.BackColor = SystemColors.Control;
            propertyGrid1.Location = new Point(619, 41);
            propertyGrid1.Name = "propertyGrid1";
            propertyGrid1.SelectedObject = calendar1;
            propertyGrid1.Size = new Size(283, 469);
            propertyGrid1.TabIndex = 1;
            // 
            // Form1
            // 
            AutoScaleDimensions = new SizeF(7F, 15F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(938, 558);
            Controls.Add(propertyGrid1);
            Controls.Add(calendar1);
            Name = "Form1";
            Text = "Form1";
            ResumeLayout(false);
        }
 
        #endregion
 
        private Share.Windows.Component.Calendar calendar1;
        private PropertyGrid propertyGrid1;
    }
}