ホテル管理システム
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
namespace HotelPms.Share.Windows.Tool
{
    partial class ExitDialog
    {
        /// <summary>
        /// 必要なデザイナ変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows フォーム デザイナで生成されたコード
 
        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExitDialog));
            this.label2 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btnCmd2 = new HotelPms.Share.Windows.Component.MaterialButton();
            this.btnCmd1 = new HotelPms.Share.Windows.Component.MaterialButton();
            this.btnCmd3 = new HotelPms.Share.Windows.Component.MaterialButton();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.label2.ForeColor = System.Drawing.Color.Yellow;
            this.label2.Location = new System.Drawing.Point(105, 10);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(443, 55);
            this.label2.TabIndex = 1;
            this.label2.Text = "登録・編集中です";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(49, 16);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(49, 44);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 5;
            this.pictureBox1.TabStop = false;
            // 
            // btnCmd2
            // 
            this.btnCmd2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCmd2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
            this.btnCmd2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnCmd2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCmd2.Font = new System.Drawing.Font("メイリオ", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.btnCmd2.ForeColor = System.Drawing.Color.White;
            this.btnCmd2.Location = new System.Drawing.Point(206, 83);
            this.btnCmd2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCmd2.Name = "btnCmd2";
            this.btnCmd2.Radius = 5F;
            this.btnCmd2.Size = new System.Drawing.Size(151, 47);
            this.btnCmd2.TabIndex = 15;
            this.btnCmd2.Text = "保存";
            this.btnCmd2.UseVisualStyleBackColor = false;
            this.btnCmd2.Click += new System.EventHandler(this.btnCmd_Click);
            // 
            // btnCmd1
            // 
            this.btnCmd1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCmd1.BackColor = System.Drawing.Color.Purple;
            this.btnCmd1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnCmd1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCmd1.Font = new System.Drawing.Font("メイリオ", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.btnCmd1.ForeColor = System.Drawing.Color.White;
            this.btnCmd1.Location = new System.Drawing.Point(28, 83);
            this.btnCmd1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCmd1.Name = "btnCmd1";
            this.btnCmd1.Radius = 5F;
            this.btnCmd1.Size = new System.Drawing.Size(151, 47);
            this.btnCmd1.TabIndex = 16;
            this.btnCmd1.Text = "戻る";
            this.btnCmd1.UseVisualStyleBackColor = false;
            this.btnCmd1.Click += new System.EventHandler(this.btnCmd_Click);
            // 
            // btnCmd3
            // 
            this.btnCmd3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCmd3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnCmd3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnCmd3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCmd3.Font = new System.Drawing.Font("メイリオ", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
            this.btnCmd3.ForeColor = System.Drawing.Color.White;
            this.btnCmd3.Location = new System.Drawing.Point(384, 83);
            this.btnCmd3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCmd3.Name = "btnCmd3";
            this.btnCmd3.Radius = 5F;
            this.btnCmd3.Size = new System.Drawing.Size(151, 47);
            this.btnCmd3.TabIndex = 17;
            this.btnCmd3.Text = "廃棄";
            this.btnCmd3.UseVisualStyleBackColor = false;
            this.btnCmd3.Click += new System.EventHandler(this.btnCmd_Click);
            // 
            // ExitDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(36)))), ((int)(((byte)(36)))));
            this.ClientSize = new System.Drawing.Size(564, 147);
            this.Controls.Add(this.btnCmd3);
            this.Controls.Add(this.btnCmd1);
            this.Controls.Add(this.btnCmd2);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.label2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ExitDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "終了確認";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.PictureBox pictureBox1;
        public Component.MaterialButton btnCmd2;
        public Component.MaterialButton btnCmd1;
        public Component.MaterialButton btnCmd3;
    }
}