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.Master/Demo.Designer.cs |  577 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 577 insertions(+), 0 deletions(-)

diff --git a/HotelPms.WinForm.Master/Demo.Designer.cs b/HotelPms.WinForm.Master/Demo.Designer.cs
new file mode 100644
index 0000000..3cfc241
--- /dev/null
+++ b/HotelPms.WinForm.Master/Demo.Designer.cs
@@ -0,0 +1,577 @@
+namespace HotelPms.WinForm.Master
+{
+    partial class Demo
+    {
+        /// <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.txtID = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblName = new System.Windows.Forms.Label();
+            this.txtName = new HotelPms.Share.Windows.Component.CTextBox();
+            this.txtFInt = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFInt = new System.Windows.Forms.Label();
+            this.txtFTinyInt = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFTinyInt = new System.Windows.Forms.Label();
+            this.txtFBit = new HotelPms.Share.Windows.Component.CTextBox();
+            this.txtFBitName = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFBit = new System.Windows.Forms.Label();
+            this.txtFFloat = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFFloat = new System.Windows.Forms.Label();
+            this.txtFSmallInt = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFSmallInt = new System.Windows.Forms.Label();
+            this.txtUpdateDate = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblUpdateDate = new System.Windows.Forms.Label();
+            this.txtFDate = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFDate = new System.Windows.Forms.Label();
+            this.txtFDecimal = new HotelPms.Share.Windows.Component.CTextBox();
+            this.lblFDecimal = new System.Windows.Forms.Label();
+            this.pnlBar.SuspendLayout();
+            this.pnlInput.SuspendLayout();
+            this.pnlMain.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // pnlBar
+            // 
+            this.pnlBar.Size = new System.Drawing.Size(955, 48);
+            // 
+            // pnlList
+            // 
+            this.pnlList.Size = new System.Drawing.Size(955, 205);
+            // 
+            // pnlInput
+            // 
+            this.pnlInput.Controls.Add(this.txtFBitName);
+            this.pnlInput.Controls.Add(this.txtUpdateDate);
+            this.pnlInput.Controls.Add(this.lblUpdateDate);
+            this.pnlInput.Controls.Add(this.txtFDate);
+            this.pnlInput.Controls.Add(this.lblFDate);
+            this.pnlInput.Controls.Add(this.txtFDecimal);
+            this.pnlInput.Controls.Add(this.lblFDecimal);
+            this.pnlInput.Controls.Add(this.txtFBit);
+            this.pnlInput.Controls.Add(this.lblFBit);
+            this.pnlInput.Controls.Add(this.txtFFloat);
+            this.pnlInput.Controls.Add(this.lblFFloat);
+            this.pnlInput.Controls.Add(this.txtFSmallInt);
+            this.pnlInput.Controls.Add(this.lblFSmallInt);
+            this.pnlInput.Controls.Add(this.txtFTinyInt);
+            this.pnlInput.Controls.Add(this.lblFTinyInt);
+            this.pnlInput.Controls.Add(this.txtFInt);
+            this.pnlInput.Controls.Add(this.lblFInt);
+            this.pnlInput.Controls.Add(this.txtName);
+            this.pnlInput.Controls.Add(this.lblName);
+            this.pnlInput.Controls.Add(this.txtID);
+            this.pnlInput.Location = new System.Drawing.Point(0, 253);
+            this.pnlInput.Size = new System.Drawing.Size(955, 293);
+            this.pnlInput.Controls.SetChildIndex(this.btnSave, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtID, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblName, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtName, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFTinyInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFTinyInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFSmallInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFSmallInt, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFFloat, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFFloat, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFBit, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFBit, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFDecimal, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFDecimal, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblFDate, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFDate, 0);
+            this.pnlInput.Controls.SetChildIndex(this.lblUpdateDate, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtUpdateDate, 0);
+            this.pnlInput.Controls.SetChildIndex(this.txtFBitName, 0);
+            // 
+            // btnSave
+            // 
+            this.btnSave.FlatAppearance.BorderSize = 0;
+            this.btnSave.Location = new System.Drawing.Point(735, 14);
+            this.btnSave.TabIndex = 10;
+            // 
+            // txtSearchKey
+            // 
+            this.txtSearchKey.Location = new System.Drawing.Point(407, 12);
+            // 
+            // btnMsg
+            // 
+            this.btnMsg.Location = new System.Drawing.Point(653, 2);
+            // 
+            // btnLogin
+            // 
+            this.btnLogin.FlatAppearance.BorderSize = 0;
+            this.btnLogin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.btnLogin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.btnLogin.Location = new System.Drawing.Point(709, 2);
+            // 
+            // btnExit
+            // 
+            this.btnExit.Location = new System.Drawing.Point(849, 2);
+            // 
+            // pnlMain
+            // 
+            this.pnlMain.Size = new System.Drawing.Size(955, 546);
+            // 
+            // LoadingObj
+            // 
+            this.LoadingObj.Size = new System.Drawing.Size(955, 546);
+            // 
+            // 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.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtID.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            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 = "0x2";
+            this.txtID.IsChkData = true;
+            this.txtID.IsPrimaryKey = true;
+            this.txtID.Location = new System.Drawing.Point(72, 30);
+            this.txtID.MaxLength = 7;
+            this.txtID.MstNameCtrl = null;
+            this.txtID.Name = "txtID";
+            this.txtID.NotNull = true;
+            this.txtID.OrgText = "";
+            this.txtID.PanelExEnabled = true;
+            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(106, 18);
+            this.txtID.TabIndex = 0;
+            this.txtID.TextBoxArrayMember = true;
+            this.txtID.TipText = "";
+            this.txtID.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
+            this.txtID.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtID.TitleForeColor = System.Drawing.Color.White;
+            this.txtID.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Label;
+            this.txtID.TitleText = "ID";
+            this.txtID.TitleWidth = 50;
+            // 
+            // lblName
+            // 
+            this.lblName.AutoSize = true;
+            this.lblName.Location = new System.Drawing.Point(13, 87);
+            this.lblName.Name = "lblName";
+            this.lblName.Size = new System.Drawing.Size(31, 15);
+            this.lblName.TabIndex = 2;
+            this.lblName.Text = "名称";
+            // 
+            // txtName
+            // 
+            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.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            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.IsChkData = true;
+            this.txtName.Location = new System.Drawing.Point(17, 105);
+            this.txtName.MaxLength = 50;
+            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(201, 18);
+            this.txtName.TabIndex = 1;
+            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("MS UI Gothic", 9F, 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;
+            // 
+            // txtFInt
+            // 
+            this.txtFInt.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFInt.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFInt.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFInt.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFInt.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFInt.ForeImage = null;
+            this.txtFInt.InputType = "0x2";
+            this.txtFInt.IsChkData = true;
+            this.txtFInt.Location = new System.Drawing.Point(280, 105);
+            this.txtFInt.MaxLength = 7;
+            this.txtFInt.MstNameCtrl = null;
+            this.txtFInt.Name = "txtFInt";
+            this.txtFInt.OrgText = "";
+            this.txtFInt.PanelExEnabled = true;
+            this.txtFInt.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFInt.Size = new System.Drawing.Size(201, 18);
+            this.txtFInt.TabIndex = 2;
+            this.txtFInt.TextBoxArrayMember = true;
+            this.txtFInt.TipText = "";
+            this.txtFInt.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFInt.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFInt.TitleForeColor = System.Drawing.Color.White;
+            this.txtFInt.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFInt.TitleText = "";
+            this.txtFInt.TitleWidth = 50;
+            // 
+            // lblFInt
+            // 
+            this.lblFInt.AutoSize = true;
+            this.lblFInt.Location = new System.Drawing.Point(276, 87);
+            this.lblFInt.Name = "lblFInt";
+            this.lblFInt.Size = new System.Drawing.Size(64, 15);
+            this.lblFInt.TabIndex = 4;
+            this.lblFInt.Text = "数字4バイト";
+            // 
+            // txtFTinyInt
+            // 
+            this.txtFTinyInt.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFTinyInt.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFTinyInt.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFTinyInt.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFTinyInt.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFTinyInt.ForeImage = null;
+            this.txtFTinyInt.In_Range = "[1,255]";
+            this.txtFTinyInt.InputType = "0x2";
+            this.txtFTinyInt.IsChkData = true;
+            this.txtFTinyInt.Location = new System.Drawing.Point(550, 105);
+            this.txtFTinyInt.MstNameCtrl = null;
+            this.txtFTinyInt.Name = "txtFTinyInt";
+            this.txtFTinyInt.OrgText = "";
+            this.txtFTinyInt.PanelExEnabled = true;
+            this.txtFTinyInt.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFTinyInt.Size = new System.Drawing.Size(201, 18);
+            this.txtFTinyInt.TabIndex = 3;
+            this.txtFTinyInt.TextBoxArrayMember = true;
+            this.txtFTinyInt.TipText = "";
+            this.txtFTinyInt.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFTinyInt.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFTinyInt.TitleForeColor = System.Drawing.Color.White;
+            this.txtFTinyInt.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFTinyInt.TitleText = "";
+            this.txtFTinyInt.TitleWidth = 50;
+            // 
+            // lblFTinyInt
+            // 
+            this.lblFTinyInt.AutoSize = true;
+            this.lblFTinyInt.Location = new System.Drawing.Point(546, 87);
+            this.lblFTinyInt.Name = "lblFTinyInt";
+            this.lblFTinyInt.Size = new System.Drawing.Size(64, 15);
+            this.lblFTinyInt.TabIndex = 6;
+            this.lblFTinyInt.Text = "数字1バイト";
+            // 
+            // txtFBit
+            // 
+            this.txtFBit.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFBit.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
+            this.txtFBit.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFBit.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFBit.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFBit.ForeImage = null;
+            this.txtFBit.In_Range = "[0,1]";
+            this.txtFBit.InputType = "0x2";
+            this.txtFBit.IsChkData = true;
+            this.txtFBit.Location = new System.Drawing.Point(550, 171);
+            this.txtFBit.MstNameCtrl = this.txtFBitName;
+            this.txtFBit.Name = "txtFBit";
+            this.txtFBit.OrgText = "";
+            this.txtFBit.PanelExEnabled = true;
+            this.txtFBit.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
+            this.txtFBit.ShowStyle = "0x8";
+            this.txtFBit.Size = new System.Drawing.Size(64, 18);
+            this.txtFBit.TabIndex = 6;
+            this.txtFBit.TextBoxArrayMember = true;
+            this.txtFBit.TipText = "";
+            this.txtFBit.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFBit.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFBit.TitleForeColor = System.Drawing.Color.White;
+            this.txtFBit.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFBit.TitleText = "";
+            this.txtFBit.TitleWidth = 50;
+            // 
+            // txtFBitName
+            // 
+            this.txtFBitName.BackColor = System.Drawing.Color.White;
+            this.txtFBitName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFBitName.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFBitName.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFBitName.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFBitName.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFBitName.ForeImage = null;
+            this.txtFBitName.InputType = "0x1";
+            this.txtFBitName.IsChkData = true;
+            this.txtFBitName.Location = new System.Drawing.Point(611, 171);
+            this.txtFBitName.MstNameCtrl = null;
+            this.txtFBitName.Name = "txtFBitName";
+            this.txtFBitName.OrgText = "";
+            this.txtFBitName.PanelExEnabled = true;
+            this.txtFBitName.ReadOnly = true;
+            this.txtFBitName.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFBitName.Size = new System.Drawing.Size(117, 18);
+            this.txtFBitName.TabIndex = 20;
+            this.txtFBitName.TabStop = false;
+            this.txtFBitName.TipText = "";
+            this.txtFBitName.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFBitName.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFBitName.TitleForeColor = System.Drawing.Color.White;
+            this.txtFBitName.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFBitName.TitleText = "";
+            this.txtFBitName.TitleWidth = 50;
+            // 
+            // lblFBit
+            // 
+            this.lblFBit.AutoSize = true;
+            this.lblFBit.Location = new System.Drawing.Point(546, 153);
+            this.lblFBit.Name = "lblFBit";
+            this.lblFBit.Size = new System.Drawing.Size(62, 15);
+            this.lblFBit.TabIndex = 12;
+            this.lblFBit.Text = "Boolean型";
+            // 
+            // txtFFloat
+            // 
+            this.txtFFloat.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFFloat.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFFloat.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFFloat.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFFloat.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFFloat.ForeImage = null;
+            this.txtFFloat.InputType = "0x2,0x2000";
+            this.txtFFloat.IsChkData = true;
+            this.txtFFloat.Location = new System.Drawing.Point(280, 171);
+            this.txtFFloat.MaxLength = 12;
+            this.txtFFloat.MstNameCtrl = null;
+            this.txtFFloat.Name = "txtFFloat";
+            this.txtFFloat.OrgText = "";
+            this.txtFFloat.PanelExEnabled = true;
+            this.txtFFloat.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFFloat.Size = new System.Drawing.Size(201, 18);
+            this.txtFFloat.TabIndex = 5;
+            this.txtFFloat.TextBoxArrayMember = true;
+            this.txtFFloat.TipText = "";
+            this.txtFFloat.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFFloat.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFFloat.TitleForeColor = System.Drawing.Color.White;
+            this.txtFFloat.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFFloat.TitleText = "";
+            this.txtFFloat.TitleWidth = 50;
+            // 
+            // lblFFloat
+            // 
+            this.lblFFloat.AutoSize = true;
+            this.lblFFloat.Location = new System.Drawing.Point(276, 153);
+            this.lblFFloat.Name = "lblFFloat";
+            this.lblFFloat.Size = new System.Drawing.Size(57, 15);
+            this.lblFFloat.TabIndex = 10;
+            this.lblFFloat.Text = "数字Float";
+            // 
+            // txtFSmallInt
+            // 
+            this.txtFSmallInt.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFSmallInt.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFSmallInt.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFSmallInt.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFSmallInt.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFSmallInt.ForeImage = null;
+            this.txtFSmallInt.InputType = "0x2";
+            this.txtFSmallInt.IsChkData = true;
+            this.txtFSmallInt.Location = new System.Drawing.Point(17, 171);
+            this.txtFSmallInt.MaxLength = 4;
+            this.txtFSmallInt.MstNameCtrl = null;
+            this.txtFSmallInt.Name = "txtFSmallInt";
+            this.txtFSmallInt.OrgText = "";
+            this.txtFSmallInt.PanelExEnabled = true;
+            this.txtFSmallInt.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFSmallInt.Size = new System.Drawing.Size(201, 18);
+            this.txtFSmallInt.TabIndex = 4;
+            this.txtFSmallInt.TextBoxArrayMember = true;
+            this.txtFSmallInt.TipText = "";
+            this.txtFSmallInt.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFSmallInt.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFSmallInt.TitleForeColor = System.Drawing.Color.White;
+            this.txtFSmallInt.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFSmallInt.TitleText = "";
+            this.txtFSmallInt.TitleWidth = 50;
+            // 
+            // lblFSmallInt
+            // 
+            this.lblFSmallInt.AutoSize = true;
+            this.lblFSmallInt.Location = new System.Drawing.Point(13, 153);
+            this.lblFSmallInt.Name = "lblFSmallInt";
+            this.lblFSmallInt.Size = new System.Drawing.Size(64, 15);
+            this.lblFSmallInt.TabIndex = 8;
+            this.lblFSmallInt.Text = "数字2バイト";
+            // 
+            // txtUpdateDate
+            // 
+            this.txtUpdateDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtUpdateDate.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtUpdateDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtUpdateDate.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtUpdateDate.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtUpdateDate.ForeImage = null;
+            this.txtUpdateDate.InputType = "0x1";
+            this.txtUpdateDate.IsChkData = true;
+            this.txtUpdateDate.Location = new System.Drawing.Point(550, 244);
+            this.txtUpdateDate.MstNameCtrl = null;
+            this.txtUpdateDate.Name = "txtUpdateDate";
+            this.txtUpdateDate.OrgText = "";
+            this.txtUpdateDate.PanelExEnabled = true;
+            this.txtUpdateDate.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtUpdateDate.Size = new System.Drawing.Size(201, 18);
+            this.txtUpdateDate.TabIndex = 9;
+            this.txtUpdateDate.TextBoxArrayMember = true;
+            this.txtUpdateDate.TipText = "";
+            this.txtUpdateDate.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtUpdateDate.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtUpdateDate.TitleForeColor = System.Drawing.Color.White;
+            this.txtUpdateDate.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtUpdateDate.TitleText = "";
+            this.txtUpdateDate.TitleWidth = 50;
+            // 
+            // lblUpdateDate
+            // 
+            this.lblUpdateDate.AutoSize = true;
+            this.lblUpdateDate.Location = new System.Drawing.Point(546, 226);
+            this.lblUpdateDate.Name = "lblUpdateDate";
+            this.lblUpdateDate.Size = new System.Drawing.Size(98, 15);
+            this.lblUpdateDate.TabIndex = 18;
+            this.lblUpdateDate.Text = "日付(時間まで)";
+            // 
+            // txtFDate
+            // 
+            this.txtFDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFDate.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFDate.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFDate.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFDate.ForeImage = null;
+            this.txtFDate.InputStyle = HotelPms.Share.Windows.Component.InputStyleSelection.Date;
+            this.txtFDate.InputType = "0x2,0x4000";
+            this.txtFDate.IsChkData = true;
+            this.txtFDate.IsDate = true;
+            this.txtFDate.Location = new System.Drawing.Point(280, 244);
+            this.txtFDate.MaxLength = 10;
+            this.txtFDate.MstNameCtrl = null;
+            this.txtFDate.Name = "txtFDate";
+            this.txtFDate.OrgText = "";
+            this.txtFDate.PanelExEnabled = true;
+            this.txtFDate.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFDate.Size = new System.Drawing.Size(201, 18);
+            this.txtFDate.TabIndex = 8;
+            this.txtFDate.TextBoxArrayMember = true;
+            this.txtFDate.TipText = "";
+            this.txtFDate.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFDate.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFDate.TitleForeColor = System.Drawing.Color.White;
+            this.txtFDate.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFDate.TitleText = "";
+            this.txtFDate.TitleWidth = 50;
+            // 
+            // lblFDate
+            // 
+            this.lblFDate.AutoSize = true;
+            this.lblFDate.Location = new System.Drawing.Point(276, 226);
+            this.lblFDate.Name = "lblFDate";
+            this.lblFDate.Size = new System.Drawing.Size(52, 15);
+            this.lblFDate.TabIndex = 16;
+            this.lblFDate.Text = "日付のみ";
+            // 
+            // txtFDecimal
+            // 
+            this.txtFDecimal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(122)))), ((int)(((byte)(122)))));
+            this.txtFDecimal.BorderFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFDecimal.BorderStyle = System.Windows.Forms.BorderStyle.None;
+            this.txtFDecimal.CurMMddInputStyle = HotelPms.Share.Windows.Component.MMddInputStyle.Future;
+            this.txtFDecimal.Font = new System.Drawing.Font("Yu Gothic UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFDecimal.ForeImage = null;
+            this.txtFDecimal.InputType = "0x2,0x2000";
+            this.txtFDecimal.IsChkData = true;
+            this.txtFDecimal.Location = new System.Drawing.Point(17, 244);
+            this.txtFDecimal.MaxLength = 19;
+            this.txtFDecimal.MstNameCtrl = null;
+            this.txtFDecimal.Name = "txtFDecimal";
+            this.txtFDecimal.OrgText = "";
+            this.txtFDecimal.PanelExEnabled = true;
+            this.txtFDecimal.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(95)))), ((int)(((byte)(172)))));
+            this.txtFDecimal.Size = new System.Drawing.Size(201, 18);
+            this.txtFDecimal.TabIndex = 7;
+            this.txtFDecimal.TextBoxArrayMember = true;
+            this.txtFDecimal.TipText = "";
+            this.txtFDecimal.TitleBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.txtFDecimal.TitleFont = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
+            this.txtFDecimal.TitleForeColor = System.Drawing.Color.White;
+            this.txtFDecimal.TitleStyle = HotelPms.Share.Windows.Component.CTextBox.ETitleStyle.Material;
+            this.txtFDecimal.TitleText = "";
+            this.txtFDecimal.TitleWidth = 50;
+            // 
+            // lblFDecimal
+            // 
+            this.lblFDecimal.AutoSize = true;
+            this.lblFDecimal.Location = new System.Drawing.Point(13, 226);
+            this.lblFDecimal.Name = "lblFDecimal";
+            this.lblFDecimal.Size = new System.Drawing.Size(55, 15);
+            this.lblFDecimal.TabIndex = 14;
+            this.lblFDecimal.Text = "数字金額";
+            // 
+            // Demo
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(957, 583);
+            this.Name = "Demo";
+            this.Text = "Demo";
+            this.Load += new System.EventHandler(this.Form_Load);
+            this.pnlBar.ResumeLayout(false);
+            this.pnlBar.PerformLayout();
+            this.pnlInput.ResumeLayout(false);
+            this.pnlInput.PerformLayout();
+            this.pnlMain.ResumeLayout(false);
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private Share.Windows.Component.CTextBox txtID;
+        private Share.Windows.Component.CTextBox txtName;
+        private Label lblName;
+        private Share.Windows.Component.CTextBox txtUpdateDate;
+        private Label lblUpdateDate;
+        private Share.Windows.Component.CTextBox txtFDate;
+        private Label lblFDate;
+        private Share.Windows.Component.CTextBox txtFDecimal;
+        private Label lblFDecimal;
+        private Share.Windows.Component.CTextBox txtFBit;
+        private Label lblFBit;
+        private Share.Windows.Component.CTextBox txtFFloat;
+        private Label lblFFloat;
+        private Share.Windows.Component.CTextBox txtFSmallInt;
+        private Label lblFSmallInt;
+        private Share.Windows.Component.CTextBox txtFTinyInt;
+        private Label lblFTinyInt;
+        private Share.Windows.Component.CTextBox txtFInt;
+        private Label lblFInt;
+        private Share.Windows.Component.CTextBox txtFBitName;
+    }
+}
\ No newline at end of file

--
Gitblit v1.10.0