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/Component/ITextBoxArray.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Share.Windows/Component/ITextBoxArray.cs b/HotelPms.Share.Windows/Component/ITextBoxArray.cs
new file mode 100644
index 0000000..004a12c
--- /dev/null
+++ b/HotelPms.Share.Windows/Component/ITextBoxArray.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace HotelPms.Share.Windows.Component
+{
+    public interface ITextBoxArray
+    {
+        bool TextBoxArrayMember { get;set;}
+        bool IsChkData { get;set;}
+        bool NotNull { get;set;}
+        object DBObject { get;set;}
+        string DBFieldName { get;set;}
+        //InputStyleSelection InputStyle { get;set;}
+        //bool IsDate { get;set;}
+        //string In_Range { get;set;}
+        //bool IsPrimaryKey { get;set;}
+        //bool EnableUpDownKey { get;set;}
+        //Control MstNameCtrl { get;set;}        
+    }
+}

--
Gitblit v1.10.0