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/Tool/DebugMonitor.designer.cs | 188 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 188 insertions(+), 0 deletions(-)
diff --git a/HotelPms.Share.Windows/Tool/DebugMonitor.designer.cs b/HotelPms.Share.Windows/Tool/DebugMonitor.designer.cs
new file mode 100644
index 0000000..5be2914
--- /dev/null
+++ b/HotelPms.Share.Windows/Tool/DebugMonitor.designer.cs
@@ -0,0 +1,188 @@
+namespace HotelPms.Share.Windows.Tool
+{
+ partial class DebugMonitor
+ {
+ /// <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.components = new System.ComponentModel.Container();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.cbFillter = new System.Windows.Forms.CheckBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.cbTopMost = new System.Windows.Forms.CheckBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.listBox1 = new System.Windows.Forms.ListBox();
+ this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
+ this.btnClear = new System.Windows.Forms.Button();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.textBox3);
+ this.panel1.Controls.Add(this.cbFillter);
+ this.panel1.Controls.Add(this.label1);
+ this.panel1.Controls.Add(this.textBox2);
+ this.panel1.Controls.Add(this.cbTopMost);
+ this.panel1.Controls.Add(this.textBox1);
+ this.panel1.Controls.Add(this.btnClear);
+ 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(748, 63);
+ this.panel1.TabIndex = 0;
+ //
+ // textBox3
+ //
+ this.textBox3.Location = new System.Drawing.Point(176, 32);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(132, 19);
+ this.textBox3.TabIndex = 6;
+ this.toolTip1.SetToolTip(this.textBox3, ",で区切るとor条件として処理");
+ //
+ // cbFillter
+ //
+ this.cbFillter.AutoSize = true;
+ this.cbFillter.Location = new System.Drawing.Point(122, 34);
+ this.cbFillter.Name = "cbFillter";
+ this.cbFillter.Size = new System.Drawing.Size(58, 16);
+ this.cbFillter.TabIndex = 5;
+ this.cbFillter.Text = "フィルター";
+ this.cbFillter.UseVisualStyleBackColor = true;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.label1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
+ this.label1.ForeColor = System.Drawing.Color.DarkBlue;
+ this.label1.Location = new System.Drawing.Point(177, 13);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(62, 12);
+ this.label1.TabIndex = 4;
+ this.label1.Text = "SQL接続数";
+ this.label1.Click += new System.EventHandler(this.label1_Click);
+ //
+ // textBox2
+ //
+ this.textBox2.Location = new System.Drawing.Point(245, 10);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(63, 19);
+ this.textBox2.TabIndex = 3;
+ //
+ // cbTopMost
+ //
+ this.cbTopMost.AutoSize = true;
+ this.cbTopMost.Checked = true;
+ this.cbTopMost.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.cbTopMost.Location = new System.Drawing.Point(122, 12);
+ this.cbTopMost.Name = "cbTopMost";
+ this.cbTopMost.Size = new System.Drawing.Size(48, 16);
+ this.cbTopMost.TabIndex = 2;
+ this.cbTopMost.Text = "前面";
+ this.cbTopMost.UseVisualStyleBackColor = true;
+ this.cbTopMost.CheckedChanged += new System.EventHandler(this.cbTopMost_CheckedChanged);
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(314, 10);
+ this.textBox1.Multiline = true;
+ this.textBox1.Name = "textBox1";
+ this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.textBox1.Size = new System.Drawing.Size(422, 41);
+ this.textBox1.TabIndex = 1;
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.listBox1);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel2.Location = new System.Drawing.Point(0, 63);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(748, 127);
+ this.panel2.TabIndex = 1;
+ //
+ // listBox1
+ //
+ this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.listBox1.FormattingEnabled = true;
+ this.listBox1.ItemHeight = 12;
+ this.listBox1.Location = new System.Drawing.Point(0, 0);
+ this.listBox1.Name = "listBox1";
+ this.listBox1.Size = new System.Drawing.Size(748, 127);
+ this.listBox1.TabIndex = 0;
+ this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
+ //
+ // btnClear
+ //
+ this.btnClear.Location = new System.Drawing.Point(12, 12);
+ this.btnClear.Name = "btnClear";
+ this.btnClear.Size = new System.Drawing.Size(104, 38);
+ this.btnClear.TabIndex = 0;
+ this.btnClear.Text = "クリア";
+ this.btnClear.UseVisualStyleBackColor = true;
+ this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
+ //
+ // DebugMonitor
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(748, 190);
+ this.Controls.Add(this.panel2);
+ this.Controls.Add(this.panel1);
+ this.Name = "DebugMonitor";
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
+ this.Text = "出力";
+ this.TopMost = true;
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DebugMonitor_FormClosing);
+ this.Load += new System.EventHandler(this.DebugMonitor_Load);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.panel2.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.Button btnClear;
+ private System.Windows.Forms.ListBox listBox1;
+ private System.Windows.Forms.TextBox textBox1;
+ private System.Windows.Forms.CheckBox cbTopMost;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.TextBox textBox2;
+ private System.Windows.Forms.TextBox textBox3;
+ private System.Windows.Forms.CheckBox cbFillter;
+ private System.Windows.Forms.ToolTip toolTip1;
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0