namespace HotelPms.WinForm.View
{
partial class Menu
{
///
/// 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.pnlTop = new System.Windows.Forms.Panel();
this.pnlBody = new System.Windows.Forms.Panel();
this.materialButton2 = new HotelPms.Share.Windows.Component.MaterialButton();
this.materialButton1 = new HotelPms.Share.Windows.Component.MaterialButton();
this.materialButton3 = new HotelPms.Share.Windows.Component.MaterialButton();
this.pnlMain.SuspendLayout();
this.pnlBody.SuspendLayout();
this.SuspendLayout();
//
// pnlMain
//
this.pnlMain.Controls.Add(this.pnlBody);
this.pnlMain.Controls.Add(this.pnlTop);
this.pnlMain.Size = new System.Drawing.Size(798, 413);
//
// LoadingObj
//
this.LoadingObj.Size = new System.Drawing.Size(798, 413);
//
// pnlTop
//
this.pnlTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(798, 48);
this.pnlTop.TabIndex = 0;
//
// pnlBody
//
this.pnlBody.BackColor = System.Drawing.Color.White;
this.pnlBody.Controls.Add(this.materialButton3);
this.pnlBody.Controls.Add(this.materialButton2);
this.pnlBody.Controls.Add(this.materialButton1);
this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBody.Location = new System.Drawing.Point(0, 48);
this.pnlBody.Name = "pnlBody";
this.pnlBody.Size = new System.Drawing.Size(798, 365);
this.pnlBody.TabIndex = 1;
//
// materialButton2
//
this.materialButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
this.materialButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.materialButton2.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.materialButton2.ForeColor = System.Drawing.Color.White;
this.materialButton2.Location = new System.Drawing.Point(47, 107);
this.materialButton2.Name = "materialButton2";
this.materialButton2.Radius = 10F;
this.materialButton2.Size = new System.Drawing.Size(242, 56);
this.materialButton2.TabIndex = 1;
this.materialButton2.Text = "チェックイン";
this.materialButton2.UseVisualStyleBackColor = false;
//
// materialButton1
//
this.materialButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
this.materialButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.materialButton1.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.materialButton1.ForeColor = System.Drawing.Color.White;
this.materialButton1.Location = new System.Drawing.Point(47, 27);
this.materialButton1.Name = "materialButton1";
this.materialButton1.Radius = 10F;
this.materialButton1.Size = new System.Drawing.Size(242, 56);
this.materialButton1.TabIndex = 0;
this.materialButton1.Text = "予約登録";
this.materialButton1.UseVisualStyleBackColor = false;
this.materialButton1.Click += new System.EventHandler(this.materialButton1_Click);
//
// materialButton3
//
this.materialButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
this.materialButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.materialButton3.Font = new System.Drawing.Font("Yu Gothic UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.materialButton3.ForeColor = System.Drawing.Color.White;
this.materialButton3.Location = new System.Drawing.Point(47, 194);
this.materialButton3.Name = "materialButton3";
this.materialButton3.Radius = 10F;
this.materialButton3.Size = new System.Drawing.Size(242, 56);
this.materialButton3.TabIndex = 2;
this.materialButton3.Text = "デモ";
this.materialButton3.UseVisualStyleBackColor = false;
this.materialButton3.Click += new System.EventHandler(this.materialButton3_Click);
//
// Menu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Name = "Menu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Menu";
this.Load += new System.EventHandler(this.Menu_Load);
this.pnlMain.ResumeLayout(false);
this.pnlBody.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Panel pnlTop;
private Panel pnlBody;
private Share.Windows.Component.MaterialButton materialButton2;
private Share.Windows.Component.MaterialButton materialButton1;
private Share.Windows.Component.MaterialButton materialButton3;
}
}