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.Share.Windows/Tool/ExitDialog.designer.cs |  148 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 148 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Share.Windows/Tool/ExitDialog.designer.cs b/HotelPms.Share.Windows/Tool/ExitDialog.designer.cs
new file mode 100644
index 0000000..a287e8b
--- /dev/null
+++ b/HotelPms.Share.Windows/Tool/ExitDialog.designer.cs
@@ -0,0 +1,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;
+    }
+}
\ No newline at end of file

--
Gitblit v1.10.0