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/FormScript.Designer.cs | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 203 insertions(+), 0 deletions(-)
diff --git a/HotelPms.SourceFactory/FormScript.Designer.cs b/HotelPms.SourceFactory/FormScript.Designer.cs
new file mode 100644
index 0000000..0c3ebeb
--- /dev/null
+++ b/HotelPms.SourceFactory/FormScript.Designer.cs
@@ -0,0 +1,203 @@
+namespace HotelPms.SourceFactory
+{
+ partial class FormScript
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.materialButton3 = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.materialButton2 = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.btnTextToClass = new HotelPms.Share.Windows.Component.MaterialButton();
+ this.btnPartition = new System.Windows.Forms.Button();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.txtScript = new System.Windows.Forms.RichTextBox();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.label2);
+ this.panel1.Controls.Add(this.label1);
+ this.panel1.Controls.Add(this.textBox2);
+ this.panel1.Controls.Add(this.textBox1);
+ this.panel1.Controls.Add(this.materialButton3);
+ this.panel1.Controls.Add(this.materialButton2);
+ this.panel1.Controls.Add(this.btnTextToClass);
+ this.panel1.Controls.Add(this.btnPartition);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(800, 180);
+ this.panel1.TabIndex = 0;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(390, 59);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(33, 15);
+ this.label2.TabIndex = 7;
+ this.label2.Text = "Class";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(185, 59);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(27, 15);
+ this.label1.TabIndex = 6;
+ this.label1.Text = "DLL";
+ //
+ // textBox2
+ //
+ this.textBox2.Location = new System.Drawing.Point(429, 56);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(166, 23);
+ this.textBox2.TabIndex = 5;
+ this.textBox2.Text = "HotelPms.Data.Master.Demo";
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(218, 56);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(157, 23);
+ this.textBox1.TabIndex = 4;
+ this.textBox1.Text = "HotelPms.Data.Client";
+ //
+ // materialButton3
+ //
+ this.materialButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
+ this.materialButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.materialButton3.ForeColor = System.Drawing.Color.White;
+ this.materialButton3.Location = new System.Drawing.Point(8, 135);
+ this.materialButton3.Name = "materialButton3";
+ this.materialButton3.Radius = 10F;
+ this.materialButton3.Size = new System.Drawing.Size(162, 39);
+ this.materialButton3.TabIndex = 3;
+ this.materialButton3.Text = "DataGridView ⇒ TextBox";
+ this.materialButton3.UseVisualStyleBackColor = false;
+ //
+ // materialButton2
+ //
+ this.materialButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
+ this.materialButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.materialButton2.ForeColor = System.Drawing.Color.White;
+ this.materialButton2.Location = new System.Drawing.Point(8, 92);
+ this.materialButton2.Name = "materialButton2";
+ this.materialButton2.Radius = 10F;
+ this.materialButton2.Size = new System.Drawing.Size(162, 39);
+ this.materialButton2.TabIndex = 2;
+ this.materialButton2.Text = "Class ⇒ TextBox";
+ this.materialButton2.UseVisualStyleBackColor = false;
+ this.materialButton2.Click += new System.EventHandler(this.materialButton2_Click);
+ //
+ // btnTextToClass
+ //
+ this.btnTextToClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(217)))));
+ this.btnTextToClass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnTextToClass.ForeColor = System.Drawing.Color.White;
+ this.btnTextToClass.Location = new System.Drawing.Point(8, 47);
+ this.btnTextToClass.Name = "btnTextToClass";
+ this.btnTextToClass.Radius = 10F;
+ this.btnTextToClass.Size = new System.Drawing.Size(162, 39);
+ this.btnTextToClass.TabIndex = 1;
+ this.btnTextToClass.Text = "TextBox ⇒ Class";
+ this.btnTextToClass.UseVisualStyleBackColor = false;
+ this.btnTextToClass.Click += new System.EventHandler(this.btnTextToClass_Click);
+ //
+ // btnPartition
+ //
+ this.btnPartition.BackColor = System.Drawing.Color.RoyalBlue;
+ this.btnPartition.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnPartition.FlatAppearance.BorderSize = 0;
+ this.btnPartition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnPartition.ForeColor = System.Drawing.Color.White;
+ this.btnPartition.Location = new System.Drawing.Point(8, 4);
+ this.btnPartition.Name = "btnPartition";
+ this.btnPartition.Size = new System.Drawing.Size(162, 37);
+ this.btnPartition.TabIndex = 0;
+ this.btnPartition.Text = "パーティション作成";
+ this.btnPartition.UseVisualStyleBackColor = false;
+ this.btnPartition.Click += new System.EventHandler(this.btnPartition_Click);
+ //
+ // panel2
+ //
+ this.panel2.BackColor = System.Drawing.Color.LightSteelBlue;
+ this.panel2.Controls.Add(this.txtScript);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel2.Location = new System.Drawing.Point(0, 180);
+ this.panel2.Name = "panel2";
+ this.panel2.Padding = new System.Windows.Forms.Padding(3);
+ this.panel2.Size = new System.Drawing.Size(800, 270);
+ this.panel2.TabIndex = 1;
+ //
+ // txtScript
+ //
+ this.txtScript.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtScript.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.txtScript.Location = new System.Drawing.Point(3, 3);
+ this.txtScript.Name = "txtScript";
+ this.txtScript.Size = new System.Drawing.Size(794, 264);
+ this.txtScript.TabIndex = 0;
+ this.txtScript.Text = "";
+ //
+ // FormScript
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Controls.Add(this.panel2);
+ this.Controls.Add(this.panel1);
+ this.Name = "FormScript";
+ this.Text = "スクリプト自動生成";
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private Panel panel1;
+ private Button btnPartition;
+ private Panel panel2;
+ private RichTextBox txtScript;
+ private Share.Windows.Component.MaterialButton materialButton3;
+ private Share.Windows.Component.MaterialButton materialButton2;
+ private Share.Windows.Component.MaterialButton btnTextToClass;
+ private Label label2;
+ private Label label1;
+ private TextBox textBox2;
+ private TextBox textBox1;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0