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/BeanCreator.designer.cs | 1018 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1,018 insertions(+), 0 deletions(-)

diff --git a/HotelPms.SourceFactory/BeanCreator.designer.cs b/HotelPms.SourceFactory/BeanCreator.designer.cs
new file mode 100644
index 0000000..27bdb94
--- /dev/null
+++ b/HotelPms.SourceFactory/BeanCreator.designer.cs
@@ -0,0 +1,1018 @@
+namespace HotelPms.SourceFactory
+{
+    partial class BeanCreator
+    {
+        /// <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()
+        {
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.dataGridView2 = new System.Windows.Forms.DataGridView();
+            this.colFieldSel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+            this.panel2 = new System.Windows.Forms.Panel();
+            this.tabControl1 = new System.Windows.Forms.TabControl();
+            this.tabPage1 = new System.Windows.Forms.TabPage();
+            this.groupBox5 = new System.Windows.Forms.GroupBox();
+            this.label1 = new System.Windows.Forms.Label();
+            this.chkCopy = new System.Windows.Forms.CheckBox();
+            this.label10 = new System.Windows.Forms.Label();
+            this.txtSlnDir = new System.Windows.Forms.TextBox();
+            this.chkUseInfo = new System.Windows.Forms.CheckBox();
+            this.pnlServices = new System.Windows.Forms.Panel();
+            this.lblServices = new System.Windows.Forms.Label();
+            this.chkServices = new System.Windows.Forms.CheckBox();
+            this.label36 = new System.Windows.Forms.Label();
+            this.pnlStartup = new System.Windows.Forms.Panel();
+            this.lblStartup = new System.Windows.Forms.Label();
+            this.chkStartup = new System.Windows.Forms.CheckBox();
+            this.label33 = new System.Windows.Forms.Label();
+            this.btnCreate = new System.Windows.Forms.Button();
+            this.chkServer = new System.Windows.Forms.CheckBox();
+            this.label35 = new System.Windows.Forms.Label();
+            this.pnlClientUse = new System.Windows.Forms.Panel();
+            this.lblClientUse = new System.Windows.Forms.Label();
+            this.chkClientUse = new System.Windows.Forms.CheckBox();
+            this.label22 = new System.Windows.Forms.Label();
+            this.chkClient = new System.Windows.Forms.CheckBox();
+            this.pnlClientTable = new System.Windows.Forms.Panel();
+            this.lblClientTable = new System.Windows.Forms.Label();
+            this.chkClientTable = new System.Windows.Forms.CheckBox();
+            this.pnlClientMaster = new System.Windows.Forms.Panel();
+            this.lblClientMaster = new System.Windows.Forms.Label();
+            this.chkClientMaster = new System.Windows.Forms.CheckBox();
+            this.label25 = new System.Windows.Forms.Label();
+            this.pnlClientAccess = new System.Windows.Forms.Panel();
+            this.lblClientAccess = new System.Windows.Forms.Label();
+            this.chkClientAccess = new System.Windows.Forms.CheckBox();
+            this.label28 = new System.Windows.Forms.Label();
+            this.pnlBlazorViewModel = new System.Windows.Forms.Panel();
+            this.lblBlazorViewModel = new System.Windows.Forms.Label();
+            this.chkBlazorViewModel = new System.Windows.Forms.CheckBox();
+            this.label19 = new System.Windows.Forms.Label();
+            this.chkBlazor = new System.Windows.Forms.CheckBox();
+            this.pnlProtos = new System.Windows.Forms.Panel();
+            this.lblProtos = new System.Windows.Forms.Label();
+            this.chkProtos = new System.Windows.Forms.CheckBox();
+            this.label14 = new System.Windows.Forms.Label();
+            this.label8 = new System.Windows.Forms.Label();
+            this.tabPage2 = new System.Windows.Forms.TabPage();
+            this.button2 = new System.Windows.Forms.Button();
+            this.groupBox4 = new System.Windows.Forms.GroupBox();
+            this.txtTsAccessClassName = new System.Windows.Forms.TextBox();
+            this.label7 = new System.Windows.Forms.Label();
+            this.groupBox3 = new System.Windows.Forms.GroupBox();
+            this.label5 = new System.Windows.Forms.Label();
+            this.txtTsBeanInterfaceName = new System.Windows.Forms.TextBox();
+            this.label6 = new System.Windows.Forms.Label();
+            this.txtTsBeanClassName = new System.Windows.Forms.TextBox();
+            this.splitter1 = new System.Windows.Forms.Splitter();
+            this.dataGridView1 = new System.Windows.Forms.DataGridView();
+            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.chkClientDirect = new System.Windows.Forms.CheckBox();
+            this.pnlClientDirectAccess = new System.Windows.Forms.Panel();
+            this.lblClientDirectAccess = new System.Windows.Forms.Label();
+            this.chkClientDirectAccess = new System.Windows.Forms.CheckBox();
+            this.label4 = new System.Windows.Forms.Label();
+            this.pnlMain.SuspendLayout();
+            this.panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
+            this.panel2.SuspendLayout();
+            this.tabControl1.SuspendLayout();
+            this.tabPage1.SuspendLayout();
+            this.groupBox5.SuspendLayout();
+            this.pnlServices.SuspendLayout();
+            this.pnlStartup.SuspendLayout();
+            this.pnlClientUse.SuspendLayout();
+            this.pnlClientTable.SuspendLayout();
+            this.pnlClientMaster.SuspendLayout();
+            this.pnlClientAccess.SuspendLayout();
+            this.pnlBlazorViewModel.SuspendLayout();
+            this.pnlProtos.SuspendLayout();
+            this.tabPage2.SuspendLayout();
+            this.groupBox4.SuspendLayout();
+            this.groupBox3.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
+            this.pnlClientDirectAccess.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // pnlMain
+            // 
+            this.pnlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
+            this.pnlMain.Controls.Add(this.dataGridView1);
+            this.pnlMain.Controls.Add(this.splitter1);
+            this.pnlMain.Controls.Add(this.panel1);
+            this.pnlMain.Padding = new System.Windows.Forms.Padding(5);
+            this.pnlMain.Size = new System.Drawing.Size(1198, 619);
+            // 
+            // LoadingObj
+            // 
+            this.LoadingObj.Size = new System.Drawing.Size(1198, 619);
+            // 
+            // panel1
+            // 
+            this.panel1.Controls.Add(this.dataGridView2);
+            this.panel1.Controls.Add(this.panel2);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
+            this.panel1.Location = new System.Drawing.Point(161, 5);
+            this.panel1.Margin = new System.Windows.Forms.Padding(4);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(1032, 609);
+            this.panel1.TabIndex = 0;
+            // 
+            // dataGridView2
+            // 
+            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+            this.colFieldSel});
+            this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.dataGridView2.Location = new System.Drawing.Point(0, 0);
+            this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
+            this.dataGridView2.Name = "dataGridView2";
+            this.dataGridView2.RowTemplate.Height = 21;
+            this.dataGridView2.Size = new System.Drawing.Size(1032, 221);
+            this.dataGridView2.TabIndex = 1;
+            // 
+            // colFieldSel
+            // 
+            this.colFieldSel.HeaderText = "選択";
+            this.colFieldSel.Name = "colFieldSel";
+            this.colFieldSel.Width = 50;
+            // 
+            // panel2
+            // 
+            this.panel2.Controls.Add(this.tabControl1);
+            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.panel2.Location = new System.Drawing.Point(0, 221);
+            this.panel2.Margin = new System.Windows.Forms.Padding(4);
+            this.panel2.Name = "panel2";
+            this.panel2.Size = new System.Drawing.Size(1032, 388);
+            this.panel2.TabIndex = 0;
+            // 
+            // tabControl1
+            // 
+            this.tabControl1.Controls.Add(this.tabPage1);
+            this.tabControl1.Controls.Add(this.tabPage2);
+            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tabControl1.Location = new System.Drawing.Point(0, 0);
+            this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
+            this.tabControl1.Name = "tabControl1";
+            this.tabControl1.SelectedIndex = 0;
+            this.tabControl1.Size = new System.Drawing.Size(1032, 388);
+            this.tabControl1.TabIndex = 11;
+            // 
+            // tabPage1
+            // 
+            this.tabPage1.Controls.Add(this.groupBox5);
+            this.tabPage1.Location = new System.Drawing.Point(4, 24);
+            this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
+            this.tabPage1.Name = "tabPage1";
+            this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
+            this.tabPage1.Size = new System.Drawing.Size(1024, 360);
+            this.tabPage1.TabIndex = 0;
+            this.tabPage1.Text = "Net6";
+            this.tabPage1.UseVisualStyleBackColor = true;
+            // 
+            // groupBox5
+            // 
+            this.groupBox5.Controls.Add(this.chkClientDirect);
+            this.groupBox5.Controls.Add(this.pnlClientDirectAccess);
+            this.groupBox5.Controls.Add(this.label4);
+            this.groupBox5.Controls.Add(this.label1);
+            this.groupBox5.Controls.Add(this.chkCopy);
+            this.groupBox5.Controls.Add(this.label10);
+            this.groupBox5.Controls.Add(this.txtSlnDir);
+            this.groupBox5.Controls.Add(this.chkUseInfo);
+            this.groupBox5.Controls.Add(this.pnlServices);
+            this.groupBox5.Controls.Add(this.label36);
+            this.groupBox5.Controls.Add(this.pnlStartup);
+            this.groupBox5.Controls.Add(this.label33);
+            this.groupBox5.Controls.Add(this.btnCreate);
+            this.groupBox5.Controls.Add(this.chkServer);
+            this.groupBox5.Controls.Add(this.label35);
+            this.groupBox5.Controls.Add(this.pnlClientUse);
+            this.groupBox5.Controls.Add(this.label22);
+            this.groupBox5.Controls.Add(this.chkClient);
+            this.groupBox5.Controls.Add(this.pnlClientTable);
+            this.groupBox5.Controls.Add(this.pnlClientMaster);
+            this.groupBox5.Controls.Add(this.label25);
+            this.groupBox5.Controls.Add(this.pnlClientAccess);
+            this.groupBox5.Controls.Add(this.label28);
+            this.groupBox5.Controls.Add(this.pnlBlazorViewModel);
+            this.groupBox5.Controls.Add(this.label19);
+            this.groupBox5.Controls.Add(this.chkBlazor);
+            this.groupBox5.Controls.Add(this.pnlProtos);
+            this.groupBox5.Controls.Add(this.label14);
+            this.groupBox5.Controls.Add(this.label8);
+            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.groupBox5.Location = new System.Drawing.Point(4, 4);
+            this.groupBox5.Name = "groupBox5";
+            this.groupBox5.Size = new System.Drawing.Size(1016, 352);
+            this.groupBox5.TabIndex = 13;
+            this.groupBox5.TabStop = false;
+            this.groupBox5.Text = "進捗";
+            // 
+            // label1
+            // 
+            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label1.ForeColor = System.Drawing.Color.White;
+            this.label1.Location = new System.Drawing.Point(317, 19);
+            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(140, 21);
+            this.label1.TabIndex = 42;
+            this.label1.Text = "ProtosExpan";
+            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // chkCopy
+            // 
+            this.chkCopy.AutoSize = true;
+            this.chkCopy.Checked = true;
+            this.chkCopy.CheckState = System.Windows.Forms.CheckState.Checked;
+            this.chkCopy.Location = new System.Drawing.Point(140, 305);
+            this.chkCopy.Margin = new System.Windows.Forms.Padding(4);
+            this.chkCopy.Name = "chkCopy";
+            this.chkCopy.Size = new System.Drawing.Size(77, 19);
+            this.chkCopy.TabIndex = 41;
+            this.chkCopy.Text = "Slnへコピー";
+            this.chkCopy.UseVisualStyleBackColor = true;
+            // 
+            // label10
+            // 
+            this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
+            this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label10.ForeColor = System.Drawing.Color.White;
+            this.label10.Location = new System.Drawing.Point(19, 272);
+            this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label10.Name = "label10";
+            this.label10.Size = new System.Drawing.Size(128, 23);
+            this.label10.TabIndex = 40;
+            this.label10.Text = "ソリューションフォルダー";
+            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // txtSlnDir
+            // 
+            this.txtSlnDir.Location = new System.Drawing.Point(146, 272);
+            this.txtSlnDir.Name = "txtSlnDir";
+            this.txtSlnDir.Size = new System.Drawing.Size(216, 23);
+            this.txtSlnDir.TabIndex = 39;
+            this.txtSlnDir.Text = "D:\\Pms\\HotelPms";
+            // 
+            // chkUseInfo
+            // 
+            this.chkUseInfo.AutoSize = true;
+            this.chkUseInfo.Location = new System.Drawing.Point(19, 305);
+            this.chkUseInfo.Margin = new System.Windows.Forms.Padding(4);
+            this.chkUseInfo.Name = "chkUseInfo";
+            this.chkUseInfo.Size = new System.Drawing.Size(76, 19);
+            this.chkUseInfo.TabIndex = 38;
+            this.chkUseInfo.Text = "利用データ";
+            this.chkUseInfo.UseVisualStyleBackColor = true;
+            // 
+            // pnlServices
+            // 
+            this.pnlServices.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlServices.Controls.Add(this.lblServices);
+            this.pnlServices.Controls.Add(this.chkServices);
+            this.pnlServices.Location = new System.Drawing.Point(64, 215);
+            this.pnlServices.Name = "pnlServices";
+            this.pnlServices.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlServices.Size = new System.Drawing.Size(163, 23);
+            this.pnlServices.TabIndex = 37;
+            // 
+            // lblServices
+            // 
+            this.lblServices.BackColor = System.Drawing.Color.White;
+            this.lblServices.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblServices.ForeColor = System.Drawing.Color.Black;
+            this.lblServices.Location = new System.Drawing.Point(0, 0);
+            this.lblServices.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblServices.Name = "lblServices";
+            this.lblServices.Size = new System.Drawing.Size(136, 21);
+            this.lblServices.TabIndex = 4;
+            this.lblServices.Text = "BuildingService.cs";
+            this.lblServices.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkServices
+            // 
+            this.chkServices.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkServices.Location = new System.Drawing.Point(136, 0);
+            this.chkServices.Name = "chkServices";
+            this.chkServices.Size = new System.Drawing.Size(15, 21);
+            this.chkServices.TabIndex = 0;
+            this.chkServices.UseVisualStyleBackColor = true;
+            // 
+            // label36
+            // 
+            this.label36.BackColor = System.Drawing.Color.Khaki;
+            this.label36.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label36.ForeColor = System.Drawing.Color.Black;
+            this.label36.Location = new System.Drawing.Point(43, 193);
+            this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label36.Name = "label36";
+            this.label36.Size = new System.Drawing.Size(100, 20);
+            this.label36.TabIndex = 36;
+            this.label36.Text = "Services";
+            this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // pnlStartup
+            // 
+            this.pnlStartup.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlStartup.Controls.Add(this.lblStartup);
+            this.pnlStartup.Controls.Add(this.chkStartup);
+            this.pnlStartup.Location = new System.Drawing.Point(65, 168);
+            this.pnlStartup.Name = "pnlStartup";
+            this.pnlStartup.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlStartup.Size = new System.Drawing.Size(163, 23);
+            this.pnlStartup.TabIndex = 34;
+            // 
+            // lblStartup
+            // 
+            this.lblStartup.BackColor = System.Drawing.Color.White;
+            this.lblStartup.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblStartup.ForeColor = System.Drawing.Color.Black;
+            this.lblStartup.Location = new System.Drawing.Point(0, 0);
+            this.lblStartup.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblStartup.Name = "lblStartup";
+            this.lblStartup.Size = new System.Drawing.Size(136, 21);
+            this.lblStartup.TabIndex = 4;
+            this.lblStartup.Text = "Program.cs";
+            this.lblStartup.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkStartup
+            // 
+            this.chkStartup.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkStartup.Location = new System.Drawing.Point(136, 0);
+            this.chkStartup.Name = "chkStartup";
+            this.chkStartup.Size = new System.Drawing.Size(15, 21);
+            this.chkStartup.TabIndex = 0;
+            this.chkStartup.UseVisualStyleBackColor = true;
+            // 
+            // label33
+            // 
+            this.label33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label33.ForeColor = System.Drawing.Color.White;
+            this.label33.Location = new System.Drawing.Point(19, 145);
+            this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label33.Name = "label33";
+            this.label33.Size = new System.Drawing.Size(140, 21);
+            this.label33.TabIndex = 35;
+            this.label33.Text = "HotelPms.GrpcService";
+            this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // btnCreate
+            // 
+            this.btnCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.btnCreate.Location = new System.Drawing.Point(251, 302);
+            this.btnCreate.Margin = new System.Windows.Forms.Padding(4);
+            this.btnCreate.Name = "btnCreate";
+            this.btnCreate.Size = new System.Drawing.Size(111, 35);
+            this.btnCreate.TabIndex = 2;
+            this.btnCreate.Text = "生成";
+            this.btnCreate.UseVisualStyleBackColor = true;
+            this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
+            // 
+            // chkServer
+            // 
+            this.chkServer.Location = new System.Drawing.Point(796, 16);
+            this.chkServer.Name = "chkServer";
+            this.chkServer.Size = new System.Drawing.Size(115, 26);
+            this.chkServer.TabIndex = 31;
+            this.chkServer.Text = "更新";
+            this.chkServer.UseVisualStyleBackColor = true;
+            // 
+            // label35
+            // 
+            this.label35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label35.ForeColor = System.Drawing.Color.White;
+            this.label35.Location = new System.Drawing.Point(649, 19);
+            this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label35.Name = "label35";
+            this.label35.Size = new System.Drawing.Size(140, 21);
+            this.label35.TabIndex = 25;
+            this.label35.Text = "HotelPms.Data.Server";
+            this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // pnlClientUse
+            // 
+            this.pnlClientUse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlClientUse.Controls.Add(this.lblClientUse);
+            this.pnlClientUse.Controls.Add(this.chkClientUse);
+            this.pnlClientUse.Location = new System.Drawing.Point(355, 135);
+            this.pnlClientUse.Name = "pnlClientUse";
+            this.pnlClientUse.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlClientUse.Size = new System.Drawing.Size(163, 23);
+            this.pnlClientUse.TabIndex = 24;
+            // 
+            // lblClientUse
+            // 
+            this.lblClientUse.BackColor = System.Drawing.Color.White;
+            this.lblClientUse.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblClientUse.ForeColor = System.Drawing.Color.Black;
+            this.lblClientUse.Location = new System.Drawing.Point(0, 0);
+            this.lblClientUse.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblClientUse.Name = "lblClientUse";
+            this.lblClientUse.Size = new System.Drawing.Size(136, 21);
+            this.lblClientUse.TabIndex = 4;
+            this.lblClientUse.Text = "Building.cs";
+            this.lblClientUse.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkClientUse
+            // 
+            this.chkClientUse.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkClientUse.Location = new System.Drawing.Point(136, 0);
+            this.chkClientUse.Name = "chkClientUse";
+            this.chkClientUse.Size = new System.Drawing.Size(15, 21);
+            this.chkClientUse.TabIndex = 0;
+            this.chkClientUse.UseVisualStyleBackColor = true;
+            // 
+            // label22
+            // 
+            this.label22.BackColor = System.Drawing.Color.Khaki;
+            this.label22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label22.ForeColor = System.Drawing.Color.Black;
+            this.label22.Location = new System.Drawing.Point(334, 113);
+            this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label22.Name = "label22";
+            this.label22.Size = new System.Drawing.Size(100, 20);
+            this.label22.TabIndex = 23;
+            this.label22.Text = "UseInfo";
+            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // chkClient
+            // 
+            this.chkClient.Location = new System.Drawing.Point(546, 159);
+            this.chkClient.Name = "chkClient";
+            this.chkClient.Size = new System.Drawing.Size(115, 26);
+            this.chkClient.TabIndex = 22;
+            this.chkClient.Text = "更新";
+            this.chkClient.UseVisualStyleBackColor = true;
+            // 
+            // pnlClientTable
+            // 
+            this.pnlClientTable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlClientTable.Controls.Add(this.lblClientTable);
+            this.pnlClientTable.Controls.Add(this.chkClientTable);
+            this.pnlClientTable.Location = new System.Drawing.Point(355, 88);
+            this.pnlClientTable.Name = "pnlClientTable";
+            this.pnlClientTable.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlClientTable.Size = new System.Drawing.Size(163, 23);
+            this.pnlClientTable.TabIndex = 21;
+            // 
+            // lblClientTable
+            // 
+            this.lblClientTable.BackColor = System.Drawing.Color.White;
+            this.lblClientTable.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblClientTable.ForeColor = System.Drawing.Color.Black;
+            this.lblClientTable.Location = new System.Drawing.Point(0, 0);
+            this.lblClientTable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblClientTable.Name = "lblClientTable";
+            this.lblClientTable.Size = new System.Drawing.Size(136, 21);
+            this.lblClientTable.TabIndex = 4;
+            this.lblClientTable.Text = "BuildingTable.cs";
+            this.lblClientTable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkClientTable
+            // 
+            this.chkClientTable.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkClientTable.Location = new System.Drawing.Point(136, 0);
+            this.chkClientTable.Name = "chkClientTable";
+            this.chkClientTable.Size = new System.Drawing.Size(15, 21);
+            this.chkClientTable.TabIndex = 0;
+            this.chkClientTable.UseVisualStyleBackColor = true;
+            // 
+            // pnlClientMaster
+            // 
+            this.pnlClientMaster.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlClientMaster.Controls.Add(this.lblClientMaster);
+            this.pnlClientMaster.Controls.Add(this.chkClientMaster);
+            this.pnlClientMaster.Location = new System.Drawing.Point(355, 63);
+            this.pnlClientMaster.Name = "pnlClientMaster";
+            this.pnlClientMaster.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlClientMaster.Size = new System.Drawing.Size(163, 23);
+            this.pnlClientMaster.TabIndex = 20;
+            // 
+            // lblClientMaster
+            // 
+            this.lblClientMaster.BackColor = System.Drawing.Color.White;
+            this.lblClientMaster.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblClientMaster.ForeColor = System.Drawing.Color.Black;
+            this.lblClientMaster.Location = new System.Drawing.Point(0, 0);
+            this.lblClientMaster.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblClientMaster.Name = "lblClientMaster";
+            this.lblClientMaster.Size = new System.Drawing.Size(136, 21);
+            this.lblClientMaster.TabIndex = 4;
+            this.lblClientMaster.Text = "Building.cs";
+            this.lblClientMaster.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkClientMaster
+            // 
+            this.chkClientMaster.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkClientMaster.Location = new System.Drawing.Point(136, 0);
+            this.chkClientMaster.Name = "chkClientMaster";
+            this.chkClientMaster.Size = new System.Drawing.Size(15, 21);
+            this.chkClientMaster.TabIndex = 0;
+            this.chkClientMaster.UseVisualStyleBackColor = true;
+            // 
+            // label25
+            // 
+            this.label25.BackColor = System.Drawing.Color.Khaki;
+            this.label25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label25.ForeColor = System.Drawing.Color.Black;
+            this.label25.Location = new System.Drawing.Point(334, 41);
+            this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label25.Name = "label25";
+            this.label25.Size = new System.Drawing.Size(100, 20);
+            this.label25.TabIndex = 19;
+            this.label25.Text = "Master";
+            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // pnlClientAccess
+            // 
+            this.pnlClientAccess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlClientAccess.Controls.Add(this.lblClientAccess);
+            this.pnlClientAccess.Controls.Add(this.chkClientAccess);
+            this.pnlClientAccess.Location = new System.Drawing.Point(356, 185);
+            this.pnlClientAccess.Name = "pnlClientAccess";
+            this.pnlClientAccess.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlClientAccess.Size = new System.Drawing.Size(163, 23);
+            this.pnlClientAccess.TabIndex = 18;
+            // 
+            // lblClientAccess
+            // 
+            this.lblClientAccess.BackColor = System.Drawing.Color.White;
+            this.lblClientAccess.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblClientAccess.ForeColor = System.Drawing.Color.Black;
+            this.lblClientAccess.Location = new System.Drawing.Point(0, 0);
+            this.lblClientAccess.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblClientAccess.Name = "lblClientAccess";
+            this.lblClientAccess.Size = new System.Drawing.Size(136, 21);
+            this.lblClientAccess.TabIndex = 4;
+            this.lblClientAccess.Text = "BuildingAccess.cs";
+            this.lblClientAccess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkClientAccess
+            // 
+            this.chkClientAccess.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkClientAccess.Location = new System.Drawing.Point(136, 0);
+            this.chkClientAccess.Name = "chkClientAccess";
+            this.chkClientAccess.Size = new System.Drawing.Size(15, 21);
+            this.chkClientAccess.TabIndex = 0;
+            this.chkClientAccess.UseVisualStyleBackColor = true;
+            // 
+            // label28
+            // 
+            this.label28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label28.ForeColor = System.Drawing.Color.White;
+            this.label28.Location = new System.Drawing.Point(317, 161);
+            this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label28.Name = "label28";
+            this.label28.Size = new System.Drawing.Size(218, 21);
+            this.label28.TabIndex = 16;
+            this.label28.Text = "HotelPms.DataAccessGrpc.Client";
+            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // pnlBlazorViewModel
+            // 
+            this.pnlBlazorViewModel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlBlazorViewModel.Controls.Add(this.lblBlazorViewModel);
+            this.pnlBlazorViewModel.Controls.Add(this.chkBlazorViewModel);
+            this.pnlBlazorViewModel.Location = new System.Drawing.Point(64, 63);
+            this.pnlBlazorViewModel.Name = "pnlBlazorViewModel";
+            this.pnlBlazorViewModel.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlBlazorViewModel.Size = new System.Drawing.Size(163, 23);
+            this.pnlBlazorViewModel.TabIndex = 13;
+            // 
+            // lblBlazorViewModel
+            // 
+            this.lblBlazorViewModel.BackColor = System.Drawing.Color.White;
+            this.lblBlazorViewModel.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblBlazorViewModel.ForeColor = System.Drawing.Color.Black;
+            this.lblBlazorViewModel.Location = new System.Drawing.Point(0, 0);
+            this.lblBlazorViewModel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblBlazorViewModel.Name = "lblBlazorViewModel";
+            this.lblBlazorViewModel.Size = new System.Drawing.Size(136, 21);
+            this.lblBlazorViewModel.TabIndex = 4;
+            this.lblBlazorViewModel.Text = "Building.cs";
+            this.lblBlazorViewModel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkBlazorViewModel
+            // 
+            this.chkBlazorViewModel.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkBlazorViewModel.Location = new System.Drawing.Point(136, 0);
+            this.chkBlazorViewModel.Name = "chkBlazorViewModel";
+            this.chkBlazorViewModel.Size = new System.Drawing.Size(15, 21);
+            this.chkBlazorViewModel.TabIndex = 0;
+            this.chkBlazorViewModel.UseVisualStyleBackColor = true;
+            // 
+            // label19
+            // 
+            this.label19.BackColor = System.Drawing.Color.Khaki;
+            this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label19.ForeColor = System.Drawing.Color.Black;
+            this.label19.Location = new System.Drawing.Point(43, 41);
+            this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label19.Name = "label19";
+            this.label19.Size = new System.Drawing.Size(100, 20);
+            this.label19.TabIndex = 12;
+            this.label19.Text = "ViewModel";
+            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // chkBlazor
+            // 
+            this.chkBlazor.Location = new System.Drawing.Point(164, 16);
+            this.chkBlazor.Name = "chkBlazor";
+            this.chkBlazor.Size = new System.Drawing.Size(114, 26);
+            this.chkBlazor.TabIndex = 9;
+            this.chkBlazor.Text = "更新";
+            this.chkBlazor.UseVisualStyleBackColor = true;
+            // 
+            // pnlProtos
+            // 
+            this.pnlProtos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlProtos.Controls.Add(this.lblProtos);
+            this.pnlProtos.Controls.Add(this.chkProtos);
+            this.pnlProtos.Location = new System.Drawing.Point(65, 115);
+            this.pnlProtos.Name = "pnlProtos";
+            this.pnlProtos.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlProtos.Size = new System.Drawing.Size(163, 23);
+            this.pnlProtos.TabIndex = 5;
+            // 
+            // lblProtos
+            // 
+            this.lblProtos.BackColor = System.Drawing.Color.White;
+            this.lblProtos.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblProtos.ForeColor = System.Drawing.Color.Black;
+            this.lblProtos.Location = new System.Drawing.Point(0, 0);
+            this.lblProtos.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblProtos.Name = "lblProtos";
+            this.lblProtos.Size = new System.Drawing.Size(136, 21);
+            this.lblProtos.TabIndex = 4;
+            this.lblProtos.Text = "building.proto";
+            this.lblProtos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkProtos
+            // 
+            this.chkProtos.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkProtos.Location = new System.Drawing.Point(136, 0);
+            this.chkProtos.Name = "chkProtos";
+            this.chkProtos.Size = new System.Drawing.Size(15, 21);
+            this.chkProtos.TabIndex = 0;
+            this.chkProtos.UseVisualStyleBackColor = true;
+            // 
+            // label14
+            // 
+            this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label14.ForeColor = System.Drawing.Color.White;
+            this.label14.Location = new System.Drawing.Point(19, 92);
+            this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label14.Name = "label14";
+            this.label14.Size = new System.Drawing.Size(140, 21);
+            this.label14.TabIndex = 8;
+            this.label14.Text = "Protos";
+            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // label8
+            // 
+            this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label8.ForeColor = System.Drawing.Color.White;
+            this.label8.Location = new System.Drawing.Point(17, 19);
+            this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(140, 21);
+            this.label8.TabIndex = 1;
+            this.label8.Text = "HotelPms.Client.Blazor";
+            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // tabPage2
+            // 
+            this.tabPage2.Controls.Add(this.button2);
+            this.tabPage2.Controls.Add(this.groupBox4);
+            this.tabPage2.Controls.Add(this.groupBox3);
+            this.tabPage2.Location = new System.Drawing.Point(4, 24);
+            this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
+            this.tabPage2.Name = "tabPage2";
+            this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
+            this.tabPage2.Size = new System.Drawing.Size(1024, 360);
+            this.tabPage2.TabIndex = 1;
+            this.tabPage2.Text = "TypeScript";
+            this.tabPage2.UseVisualStyleBackColor = true;
+            // 
+            // button2
+            // 
+            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.button2.Location = new System.Drawing.Point(868, 291);
+            this.button2.Margin = new System.Windows.Forms.Padding(4);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(111, 35);
+            this.button2.TabIndex = 12;
+            this.button2.Text = "生成";
+            this.button2.UseVisualStyleBackColor = true;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
+            // 
+            // groupBox4
+            // 
+            this.groupBox4.Controls.Add(this.txtTsAccessClassName);
+            this.groupBox4.Controls.Add(this.label7);
+            this.groupBox4.Location = new System.Drawing.Point(7, 112);
+            this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
+            this.groupBox4.Name = "groupBox4";
+            this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
+            this.groupBox4.Size = new System.Drawing.Size(407, 84);
+            this.groupBox4.TabIndex = 11;
+            this.groupBox4.TabStop = false;
+            this.groupBox4.Text = "Access";
+            // 
+            // txtTsAccessClassName
+            // 
+            this.txtTsAccessClassName.Location = new System.Drawing.Point(125, 22);
+            this.txtTsAccessClassName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtTsAccessClassName.Name = "txtTsAccessClassName";
+            this.txtTsAccessClassName.Size = new System.Drawing.Size(219, 23);
+            this.txtTsAccessClassName.TabIndex = 8;
+            // 
+            // label7
+            // 
+            this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label7.Location = new System.Drawing.Point(15, 22);
+            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(108, 23);
+            this.label7.TabIndex = 7;
+            this.label7.Text = "ClassName";
+            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // groupBox3
+            // 
+            this.groupBox3.Controls.Add(this.label5);
+            this.groupBox3.Controls.Add(this.txtTsBeanInterfaceName);
+            this.groupBox3.Controls.Add(this.label6);
+            this.groupBox3.Controls.Add(this.txtTsBeanClassName);
+            this.groupBox3.Location = new System.Drawing.Point(7, 8);
+            this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
+            this.groupBox3.Name = "groupBox3";
+            this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
+            this.groupBox3.Size = new System.Drawing.Size(407, 85);
+            this.groupBox3.TabIndex = 10;
+            this.groupBox3.TabStop = false;
+            this.groupBox3.Text = "Bean";
+            // 
+            // label5
+            // 
+            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label5.Location = new System.Drawing.Point(15, 45);
+            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(108, 23);
+            this.label5.TabIndex = 5;
+            this.label5.Text = "InterfaceName";
+            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // txtTsBeanInterfaceName
+            // 
+            this.txtTsBeanInterfaceName.Location = new System.Drawing.Point(125, 45);
+            this.txtTsBeanInterfaceName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtTsBeanInterfaceName.Name = "txtTsBeanInterfaceName";
+            this.txtTsBeanInterfaceName.Size = new System.Drawing.Size(219, 23);
+            this.txtTsBeanInterfaceName.TabIndex = 6;
+            // 
+            // label6
+            // 
+            this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label6.Location = new System.Drawing.Point(15, 22);
+            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(108, 23);
+            this.label6.TabIndex = 3;
+            this.label6.Text = "ClassName";
+            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // txtTsBeanClassName
+            // 
+            this.txtTsBeanClassName.Location = new System.Drawing.Point(125, 22);
+            this.txtTsBeanClassName.Margin = new System.Windows.Forms.Padding(4);
+            this.txtTsBeanClassName.Name = "txtTsBeanClassName";
+            this.txtTsBeanClassName.Size = new System.Drawing.Size(219, 23);
+            this.txtTsBeanClassName.TabIndex = 4;
+            // 
+            // splitter1
+            // 
+            this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
+            this.splitter1.Location = new System.Drawing.Point(155, 5);
+            this.splitter1.Margin = new System.Windows.Forms.Padding(4);
+            this.splitter1.Name = "splitter1";
+            this.splitter1.Size = new System.Drawing.Size(6, 609);
+            this.splitter1.TabIndex = 1;
+            this.splitter1.TabStop = false;
+            // 
+            // dataGridView1
+            // 
+            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+            this.Column1});
+            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.dataGridView1.Location = new System.Drawing.Point(5, 5);
+            this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
+            this.dataGridView1.Name = "dataGridView1";
+            this.dataGridView1.RowTemplate.Height = 21;
+            this.dataGridView1.Size = new System.Drawing.Size(150, 609);
+            this.dataGridView1.TabIndex = 2;
+            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
+            this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
+            // 
+            // Column1
+            // 
+            this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+            this.Column1.DataPropertyName = "Name";
+            this.Column1.HeaderText = "名称";
+            this.Column1.Name = "Column1";
+            // 
+            // chkClientDirect
+            // 
+            this.chkClientDirect.Location = new System.Drawing.Point(546, 209);
+            this.chkClientDirect.Name = "chkClientDirect";
+            this.chkClientDirect.Size = new System.Drawing.Size(115, 26);
+            this.chkClientDirect.TabIndex = 46;
+            this.chkClientDirect.Text = "更新";
+            this.chkClientDirect.UseVisualStyleBackColor = true;
+            // 
+            // pnlClientDirectAccess
+            // 
+            this.pnlClientDirectAccess.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pnlClientDirectAccess.Controls.Add(this.lblClientDirectAccess);
+            this.pnlClientDirectAccess.Controls.Add(this.chkClientDirectAccess);
+            this.pnlClientDirectAccess.Location = new System.Drawing.Point(357, 235);
+            this.pnlClientDirectAccess.Name = "pnlClientDirectAccess";
+            this.pnlClientDirectAccess.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
+            this.pnlClientDirectAccess.Size = new System.Drawing.Size(163, 23);
+            this.pnlClientDirectAccess.TabIndex = 45;
+            // 
+            // lblClientDirectAccess
+            // 
+            this.lblClientDirectAccess.BackColor = System.Drawing.Color.White;
+            this.lblClientDirectAccess.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.lblClientDirectAccess.ForeColor = System.Drawing.Color.Black;
+            this.lblClientDirectAccess.Location = new System.Drawing.Point(0, 0);
+            this.lblClientDirectAccess.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.lblClientDirectAccess.Name = "lblClientDirectAccess";
+            this.lblClientDirectAccess.Size = new System.Drawing.Size(136, 21);
+            this.lblClientDirectAccess.TabIndex = 4;
+            this.lblClientDirectAccess.Text = "BuildingAccess.cs";
+            this.lblClientDirectAccess.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            // 
+            // chkClientDirectAccess
+            // 
+            this.chkClientDirectAccess.Dock = System.Windows.Forms.DockStyle.Right;
+            this.chkClientDirectAccess.Location = new System.Drawing.Point(136, 0);
+            this.chkClientDirectAccess.Name = "chkClientDirectAccess";
+            this.chkClientDirectAccess.Size = new System.Drawing.Size(15, 21);
+            this.chkClientDirectAccess.TabIndex = 0;
+            this.chkClientDirectAccess.UseVisualStyleBackColor = true;
+            // 
+            // label4
+            // 
+            this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.label4.ForeColor = System.Drawing.Color.White;
+            this.label4.Location = new System.Drawing.Point(317, 211);
+            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(218, 21);
+            this.label4.TabIndex = 43;
+            this.label4.Text = "HotelPms.DataAccessDirect.Client";
+            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // BeanCreator
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(1200, 656);
+            this.Name = "BeanCreator";
+            this.Text = "テーブル制御クラス作成(HotelPms専用)";
+            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BeanCreator_FormClosed);
+            this.Load += new System.EventHandler(this.BeanCreator_Load);
+            this.pnlMain.ResumeLayout(false);
+            this.panel1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
+            this.panel2.ResumeLayout(false);
+            this.tabControl1.ResumeLayout(false);
+            this.tabPage1.ResumeLayout(false);
+            this.groupBox5.ResumeLayout(false);
+            this.groupBox5.PerformLayout();
+            this.pnlServices.ResumeLayout(false);
+            this.pnlStartup.ResumeLayout(false);
+            this.pnlClientUse.ResumeLayout(false);
+            this.pnlClientTable.ResumeLayout(false);
+            this.pnlClientMaster.ResumeLayout(false);
+            this.pnlClientAccess.ResumeLayout(false);
+            this.pnlBlazorViewModel.ResumeLayout(false);
+            this.pnlProtos.ResumeLayout(false);
+            this.tabPage2.ResumeLayout(false);
+            this.groupBox4.ResumeLayout(false);
+            this.groupBox4.PerformLayout();
+            this.groupBox3.ResumeLayout(false);
+            this.groupBox3.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
+            this.pnlClientDirectAccess.ResumeLayout(false);
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Panel panel1;
+        private System.Windows.Forms.DataGridView dataGridView2;
+        private System.Windows.Forms.Panel panel2;
+        private System.Windows.Forms.Splitter splitter1;
+        private System.Windows.Forms.DataGridView dataGridView1;
+        private System.Windows.Forms.Button btnCreate;
+        private System.Windows.Forms.DataGridViewCheckBoxColumn colFieldSel;
+        private System.Windows.Forms.TabControl tabControl1;
+        private System.Windows.Forms.TabPage tabPage1;
+        private System.Windows.Forms.TabPage tabPage2;
+        private System.Windows.Forms.GroupBox groupBox4;
+        private System.Windows.Forms.TextBox txtTsAccessClassName;
+        private System.Windows.Forms.Label label7;
+        private System.Windows.Forms.GroupBox groupBox3;
+        private System.Windows.Forms.Label label6;
+        private System.Windows.Forms.TextBox txtTsBeanClassName;
+        private System.Windows.Forms.Button button2;
+        private System.Windows.Forms.Label label5;
+        private System.Windows.Forms.TextBox txtTsBeanInterfaceName;
+        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
+        private System.Windows.Forms.GroupBox groupBox5;
+        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Panel pnlProtos;
+        private System.Windows.Forms.Label lblProtos;
+        private System.Windows.Forms.CheckBox chkProtos;
+        private System.Windows.Forms.Label label14;
+        private System.Windows.Forms.CheckBox chkBlazor;
+        private System.Windows.Forms.Panel pnlBlazorViewModel;
+        private System.Windows.Forms.Label lblBlazorViewModel;
+        private System.Windows.Forms.CheckBox chkBlazorViewModel;
+        private System.Windows.Forms.Label label19;
+        private System.Windows.Forms.Panel pnlClientUse;
+        private System.Windows.Forms.Label lblClientUse;
+        private System.Windows.Forms.CheckBox chkClientUse;
+        private System.Windows.Forms.Label label22;
+        private System.Windows.Forms.CheckBox chkClient;
+        private System.Windows.Forms.Panel pnlClientTable;
+        private System.Windows.Forms.Label lblClientTable;
+        private System.Windows.Forms.CheckBox chkClientTable;
+        private System.Windows.Forms.Panel pnlClientMaster;
+        private System.Windows.Forms.Label lblClientMaster;
+        private System.Windows.Forms.CheckBox chkClientMaster;
+        private System.Windows.Forms.Label label25;
+        private System.Windows.Forms.Panel pnlClientAccess;
+        private System.Windows.Forms.Label lblClientAccess;
+        private System.Windows.Forms.CheckBox chkClientAccess;
+        private System.Windows.Forms.Label label28;
+        private System.Windows.Forms.Panel pnlStartup;
+        private System.Windows.Forms.Label lblStartup;
+        private System.Windows.Forms.CheckBox chkStartup;
+        private System.Windows.Forms.Label label33;
+        private System.Windows.Forms.CheckBox chkServer;
+        private System.Windows.Forms.Label label35;
+        private System.Windows.Forms.Panel pnlServices;
+        private System.Windows.Forms.Label lblServices;
+        private System.Windows.Forms.CheckBox chkServices;
+        private System.Windows.Forms.Label label36;
+        private System.Windows.Forms.CheckBox chkUseInfo;
+        private System.Windows.Forms.Label label10;
+        private System.Windows.Forms.TextBox txtSlnDir;
+        private CheckBox chkCopy;
+        private Label label1;
+        private CheckBox chkClientDirect;
+        private Panel pnlClientDirectAccess;
+        private Label lblClientDirectAccess;
+        private CheckBox chkClientDirectAccess;
+        private Label label4;
+    }
+}
\ No newline at end of file

--
Gitblit v1.10.0