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.SourceFactory/FormSignalR.Designer.cs | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 151 insertions(+), 0 deletions(-)
diff --git a/HotelPms.SourceFactory/FormSignalR.Designer.cs b/HotelPms.SourceFactory/FormSignalR.Designer.cs
new file mode 100644
index 0000000..13dd15b
--- /dev/null
+++ b/HotelPms.SourceFactory/FormSignalR.Designer.cs
@@ -0,0 +1,151 @@
+
+namespace HotelPms.SourceFactory
+{
+ partial class FormSignalR
+ {
+ /// <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.panel1 = new System.Windows.Forms.Panel();
+ this.label1 = new System.Windows.Forms.Label();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.button3 = new System.Windows.Forms.Button();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button1 = new System.Windows.Forms.Button();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.listBox1 = new System.Windows.Forms.ListBox();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.label1);
+ this.panel1.Controls.Add(this.textBox1);
+ this.panel1.Controls.Add(this.button3);
+ this.panel1.Controls.Add(this.button2);
+ this.panel1.Controls.Add(this.button1);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(800, 72);
+ this.panel1.TabIndex = 0;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(305, 44);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(38, 15);
+ this.label1.TabIndex = 4;
+ this.label1.Text = "label1";
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(305, 18);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(244, 23);
+ this.textBox1.TabIndex = 3;
+ //
+ // button3
+ //
+ this.button3.Location = new System.Drawing.Point(555, 13);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(122, 32);
+ this.button3.TabIndex = 2;
+ this.button3.Text = "Send";
+ this.button3.UseVisualStyleBackColor = true;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
+ // button2
+ //
+ this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button2.Location = new System.Drawing.Point(125, 12);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(105, 33);
+ this.button2.TabIndex = 1;
+ this.button2.Text = "Close";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // button1
+ //
+ this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button1.Location = new System.Drawing.Point(12, 12);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(107, 33);
+ this.button1.TabIndex = 0;
+ this.button1.Text = "Open";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.listBox1);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel2.Location = new System.Drawing.Point(0, 72);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(800, 378);
+ this.panel2.TabIndex = 1;
+ //
+ // listBox1
+ //
+ this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.listBox1.FormattingEnabled = true;
+ this.listBox1.ItemHeight = 15;
+ this.listBox1.Location = new System.Drawing.Point(0, 0);
+ this.listBox1.Name = "listBox1";
+ this.listBox1.Size = new System.Drawing.Size(800, 378);
+ this.listBox1.TabIndex = 0;
+ //
+ // FormSignalR
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Controls.Add(this.panel2);
+ this.Controls.Add(this.panel1);
+ this.Name = "FormSignalR";
+ this.Text = "FormSignalR";
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.ListBox listBox1;
+ private System.Windows.Forms.TextBox textBox1;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Label label1;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0