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/UseInput/Detail.Designer.cs | 346 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 346 insertions(+), 0 deletions(-)
diff --git a/HotelPms.WinForm/View/UseInput/Detail.Designer.cs b/HotelPms.WinForm/View/UseInput/Detail.Designer.cs
new file mode 100644
index 0000000..b24ff50
--- /dev/null
+++ b/HotelPms.WinForm/View/UseInput/Detail.Designer.cs
@@ -0,0 +1,346 @@
+namespace HotelPms.WinForm.View.UseInput
+{
+ partial class Detail
+ {
+ /// <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.txtGroupKana = new HotelPms.Share.Windows.Component.CTextBox();
+ this.lblGroupName = new System.Windows.Forms.Label();
+ this.lblGroupKana = new System.Windows.Forms.Label();
+ this.txtGroupName = new HotelPms.Share.Windows.Component.TextBoxFurigana();
+ this.txtID = new HotelPms.Share.Windows.Component.TextBoxFurigana();
+ this.lblID = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.txtResvType = new HotelPms.Share.Windows.Component.CTextBox();
+ this.panelEx1 = new HotelPms.Share.Windows.Component.PanelEx();
+ this.txtName = new HotelPms.Share.Windows.Component.TextBoxFurigana();
+ this.txtKana = new HotelPms.Share.Windows.Component.CTextBox();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.pnlMain.SuspendLayout();
+ this.panelEx1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // pnlMain
+ //
+ this.pnlMain.BackColor = System.Drawing.Color.White;
+ this.pnlMain.Controls.Add(this.panelEx1);
+ this.pnlMain.Controls.Add(this.txtResvType);
+ this.pnlMain.Controls.Add(this.label1);
+ this.pnlMain.Controls.Add(this.txtID);
+ this.pnlMain.Controls.Add(this.lblID);
+ this.pnlMain.Controls.Add(this.txtGroupName);
+ this.pnlMain.Controls.Add(this.lblGroupKana);
+ this.pnlMain.Controls.Add(this.lblGroupName);
+ this.pnlMain.Controls.Add(this.txtGroupKana);
+ this.pnlMain.Size = new System.Drawing.Size(798, 413);
+ //
+ // LoadingObj
+ //
+ this.LoadingObj.Size = new System.Drawing.Size(798, 413);
+ //
+ // txtGroupKana
+ //
+ this.txtGroupKana.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtGroupKana.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtGroupKana.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtGroupKana.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtGroupKana.ForeImage = null;
+ this.txtGroupKana.InputType = "0x1";
+ this.txtGroupKana.Location = new System.Drawing.Point(57, 194);
+ this.txtGroupKana.MstNameCtrl = null;
+ this.txtGroupKana.Name = "txtGroupKana";
+ this.txtGroupKana.OrgText = "";
+ this.txtGroupKana.PanelExEnabled = true;
+ this.txtGroupKana.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtGroupKana.Size = new System.Drawing.Size(195, 18);
+ this.txtGroupKana.TabIndex = 0;
+ this.txtGroupKana.TextBoxArrayMember = true;
+ this.txtGroupKana.TipText = "カナ";
+ this.txtGroupKana.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
+ this.txtGroupKana.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtGroupKana.TitleForeColor = System.Drawing.Color.White;
+ this.txtGroupKana.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+ this.txtGroupKana.TitleText = "団体カナ";
+ this.txtGroupKana.TitleWidth = 100;
+ //
+ // lblGroupName
+ //
+ this.lblGroupName.AutoSize = true;
+ this.lblGroupName.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.lblGroupName.Location = new System.Drawing.Point(57, 77);
+ this.lblGroupName.Name = "lblGroupName";
+ this.lblGroupName.Size = new System.Drawing.Size(60, 17);
+ this.lblGroupName.TabIndex = 1;
+ this.lblGroupName.Text = "団体名称";
+ //
+ // lblGroupKana
+ //
+ this.lblGroupKana.AutoSize = true;
+ this.lblGroupKana.Font = new System.Drawing.Font("游ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.lblGroupKana.ForeColor = System.Drawing.Color.Navy;
+ this.lblGroupKana.Location = new System.Drawing.Point(51, 175);
+ this.lblGroupKana.Name = "lblGroupKana";
+ this.lblGroupKana.Size = new System.Drawing.Size(55, 16);
+ this.lblGroupKana.TabIndex = 3;
+ this.lblGroupKana.Text = "団体カナ";
+ //
+ // txtGroupName
+ //
+ this.txtGroupName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtGroupName.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
+ this.txtGroupName.ChildControl = this.txtGroupKana;
+ this.txtGroupName.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtGroupName.ForeImage = null;
+ this.txtGroupName.InputType = "0x1";
+ this.txtGroupName.Location = new System.Drawing.Point(118, 74);
+ this.txtGroupName.MstNameCtrl = null;
+ this.txtGroupName.Name = "txtGroupName";
+ this.txtGroupName.OrgText = "";
+ this.txtGroupName.PanelExEnabled = false;
+ this.txtGroupName.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(123)))), ((int)(((byte)(193)))), ((int)(((byte)(247)))));
+ this.txtGroupName.Size = new System.Drawing.Size(195, 25);
+ this.txtGroupName.TabIndex = 4;
+ this.txtGroupName.TextBoxArrayMember = true;
+ this.txtGroupName.TipText = "";
+ this.txtGroupName.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.txtGroupName.TitleFont = new System.Drawing.Font("Yu Gothic UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtGroupName.TitleForeColor = System.Drawing.Color.White;
+ this.txtGroupName.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.None;
+ this.txtGroupName.TitleText = "";
+ this.txtGroupName.TitleWidth = 50;
+ //
+ // txtID
+ //
+ this.txtID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtID.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
+ this.txtID.ChildControl = this.txtGroupKana;
+ this.txtID.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtID.ForeImage = null;
+ this.txtID.InputType = "0x1";
+ this.txtID.Location = new System.Drawing.Point(87, 11);
+ this.txtID.MstNameCtrl = null;
+ this.txtID.Name = "txtID";
+ this.txtID.OrgText = "";
+ this.txtID.PanelExEnabled = false;
+ this.txtID.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(123)))), ((int)(((byte)(193)))), ((int)(((byte)(247)))));
+ this.txtID.Size = new System.Drawing.Size(195, 25);
+ this.txtID.TabIndex = 6;
+ this.txtID.TextBoxArrayMember = true;
+ this.txtID.TipText = "";
+ this.txtID.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.txtID.TitleFont = new System.Drawing.Font("Yu Gothic UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtID.TitleForeColor = System.Drawing.Color.White;
+ this.txtID.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.None;
+ this.txtID.TitleText = "";
+ this.txtID.TitleWidth = 50;
+ //
+ // lblID
+ //
+ this.lblID.AutoSize = true;
+ this.lblID.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.lblID.Location = new System.Drawing.Point(26, 14);
+ this.lblID.Name = "lblID";
+ this.lblID.Size = new System.Drawing.Size(46, 17);
+ this.lblID.TabIndex = 5;
+ this.lblID.Text = "利用ID";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.label1.Location = new System.Drawing.Point(42, 299);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(60, 17);
+ this.label1.TabIndex = 7;
+ this.label1.Text = "予約区分";
+ //
+ // txtResvType
+ //
+ this.txtResvType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtResvType.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
+ this.txtResvType.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtResvType.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtResvType.ForeImage = null;
+ this.txtResvType.InputType = "0x1";
+ this.txtResvType.Location = new System.Drawing.Point(140, 258);
+ this.txtResvType.MstNameCtrl = null;
+ this.txtResvType.Name = "txtResvType";
+ this.txtResvType.OrgText = "";
+ this.txtResvType.PanelExEnabled = true;
+ this.txtResvType.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(123)))), ((int)(((byte)(193)))), ((int)(((byte)(247)))));
+ this.txtResvType.Size = new System.Drawing.Size(195, 18);
+ this.txtResvType.TabIndex = 8;
+ this.txtResvType.TextBoxArrayMember = true;
+ this.txtResvType.TipText = "予約区分";
+ this.txtResvType.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
+ this.txtResvType.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtResvType.TitleForeColor = System.Drawing.Color.White;
+ this.txtResvType.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Label;
+ this.txtResvType.TitleText = "予約区分";
+ this.txtResvType.TitleWidth = 100;
+ //
+ // panelEx1
+ //
+ this.panelEx1.ActiveName = "";
+ this.panelEx1.ArcWidth = 16;
+ this.panelEx1.BackColor = System.Drawing.Color.WhiteSmoke;
+ this.panelEx1.Blur = 15;
+ this.panelEx1.Controls.Add(this.txtName);
+ this.panelEx1.Controls.Add(this.label4);
+ this.panelEx1.Controls.Add(this.txtKana);
+ this.panelEx1.Controls.Add(this.label3);
+ this.panelEx1.Expan = true;
+ this.panelEx1.Location = new System.Drawing.Point(361, 59);
+ this.panelEx1.MaxHeight = -1;
+ this.panelEx1.Name = "panelEx1";
+ this.panelEx1.OffsetX = 0;
+ this.panelEx1.OffsetY = 0;
+ this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
+ this.panelEx1.SignFont = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.panelEx1.Size = new System.Drawing.Size(390, 290);
+ this.panelEx1.Spread = 15;
+ this.panelEx1.TabIndex = 9;
+ this.panelEx1.Title = "宿泊者情報";
+ this.panelEx1.TitleBackColor = System.Drawing.Color.Gainsboro;
+ this.panelEx1.TitleBookMarkColor = System.Drawing.Color.DeepPink;
+ this.panelEx1.TitleFont = new System.Drawing.Font("Yu Gothic UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.panelEx1.TitleForeColor = System.Drawing.Color.Black;
+ this.panelEx1.TitleHeight = 35;
+ this.panelEx1.UseTitleBookMark = true;
+ //
+ // txtName
+ //
+ this.txtName.BackColor = System.Drawing.Color.WhiteSmoke;
+ this.txtName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtName.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtName.ChildControl = this.txtKana;
+ this.txtName.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtName.ForeImage = null;
+ this.txtName.InputType = "0x1";
+ this.txtName.Location = new System.Drawing.Point(23, 70);
+ this.txtName.MstNameCtrl = null;
+ this.txtName.Name = "txtName";
+ this.txtName.OrgText = "";
+ this.txtName.PanelExEnabled = true;
+ this.txtName.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtName.Size = new System.Drawing.Size(195, 18);
+ this.txtName.TabIndex = 8;
+ this.txtName.TextBoxArrayMember = true;
+ this.txtName.TipText = "";
+ this.txtName.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.txtName.TitleFont = new System.Drawing.Font("Yu Gothic UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtName.TitleForeColor = System.Drawing.Color.White;
+ this.txtName.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+ this.txtName.TitleText = "";
+ this.txtName.TitleWidth = 50;
+ //
+ // txtKana
+ //
+ this.txtKana.BackColor = System.Drawing.Color.WhiteSmoke;
+ this.txtKana.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+ this.txtKana.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtKana.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtKana.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtKana.ForeImage = null;
+ this.txtKana.InputType = "0x1";
+ this.txtKana.Location = new System.Drawing.Point(23, 124);
+ this.txtKana.MstNameCtrl = null;
+ this.txtKana.Name = "txtKana";
+ this.txtKana.OrgText = "";
+ this.txtKana.PanelExEnabled = true;
+ this.txtKana.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+ this.txtKana.Size = new System.Drawing.Size(195, 18);
+ this.txtKana.TabIndex = 6;
+ this.txtKana.TextBoxArrayMember = true;
+ this.txtKana.TipText = "";
+ this.txtKana.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
+ this.txtKana.TitleFont = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.txtKana.TitleForeColor = System.Drawing.Color.White;
+ this.txtKana.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+ this.txtKana.TitleText = "団体カナ";
+ this.txtKana.TitleWidth = 100;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("游ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.label4.ForeColor = System.Drawing.Color.Navy;
+ this.label4.Location = new System.Drawing.Point(23, 105);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(31, 16);
+ this.label4.TabIndex = 7;
+ this.label4.Text = "カナ";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("游ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+ this.label3.ForeColor = System.Drawing.Color.Navy;
+ this.label3.Location = new System.Drawing.Point(23, 51);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(31, 16);
+ this.label3.TabIndex = 5;
+ this.label3.Text = "氏名";
+ //
+ // Detail
+ //
+ 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 = "Detail";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "詳細画面";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Detail_FormClosing);
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Detail_FormClosed);
+ this.Load += new System.EventHandler(this.Detail_Load);
+ this.pnlMain.ResumeLayout(false);
+ this.pnlMain.PerformLayout();
+ this.panelEx1.ResumeLayout(false);
+ this.panelEx1.PerformLayout();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private Label lblGroupName;
+ private Share.Windows.Component.CTextBox txtGroupKana;
+ private Label lblGroupKana;
+ private Share.Windows.Component.TextBoxFurigana txtGroupName;
+ private Share.Windows.Component.TextBoxFurigana txtID;
+ private Label lblID;
+ private Label label1;
+ private Share.Windows.Component.CTextBox txtResvType;
+ private Share.Windows.Component.PanelEx panelEx1;
+ private Share.Windows.Component.TextBoxFurigana txtName;
+ private Label label4;
+ private Share.Windows.Component.CTextBox txtKana;
+ private Label label3;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0