From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。
---
HotelPms.WinForm/View/Menu.Designer.cs | 138 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 138 insertions(+), 0 deletions(-)
diff --git a/HotelPms.WinForm/View/Menu.Designer.cs b/HotelPms.WinForm/View/Menu.Designer.cs
new file mode 100644
index 0000000..fbb127e
--- /dev/null
+++ b/HotelPms.WinForm/View/Menu.Designer.cs
@@ -0,0 +1,138 @@
+namespace HotelPms.WinForm.View
+{
+ partial class Menu
+ {
+ /// <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.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;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0