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/DataGridViewEx.designer.cs | 92 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 92 insertions(+), 0 deletions(-)
diff --git a/HotelPms.Share.Windows/Component/DataGridViewEx.designer.cs b/HotelPms.Share.Windows/Component/DataGridViewEx.designer.cs
new file mode 100644
index 0000000..7762141
--- /dev/null
+++ b/HotelPms.Share.Windows/Component/DataGridViewEx.designer.cs
@@ -0,0 +1,92 @@
+namespace HotelPms.Share.Windows.Component
+{
+ partial class DataGridViewEx
+ {
+ /// <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 コンポーネント デザイナで生成されたコード
+
+ /// <summary>
+ /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
+ /// コード エディタで変更しないでください。
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.txtKanji = new HotelPms.Share.Windows.Component.TextBoxFurigana();
+ this.txtKana = new System.Windows.Forms.TextBox();
+ ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
+ this.SuspendLayout();
+ //
+ // txtKanji
+ //
+ this.txtKanji.ChildControl = this.txtKana;
+ this.txtKanji.ImeMode = System.Windows.Forms.ImeMode.Hiragana;
+ this.txtKanji.Location = new System.Drawing.Point(0, 0);
+ this.txtKanji.Name = "txtKanji";
+ this.txtKanji.Size = new System.Drawing.Size(100, 19);
+ this.txtKanji.TabIndex = 0;
+ //
+ // txtKana
+ //
+ this.txtKana.Location = new System.Drawing.Point(0, 0);
+ this.txtKana.Name = "txtKana";
+ this.txtKana.Size = new System.Drawing.Size(100, 19);
+ this.txtKana.TabIndex = 0;
+ //
+ // DataGridViewEx
+ //
+ this.AllowUserToResizeColumns = false;
+ this.AllowUserToResizeRows = false;
+ this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+ this.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.OliveDrab;
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
+ dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(255, 49, 106, 197);
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(255, 255, 255, 255);
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
+ this.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
+ this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(255, 255, 255, 255);
+ dataGridViewCellStyle4.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
+ dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(255, 0, 0, 0);
+ dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(255, 49, 106, 197);
+ dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(255, 255, 255, 255);
+ dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.DefaultCellStyle = dataGridViewCellStyle4;
+ this.EnableHeadersVisualStyles = false;
+ this.GridColor = System.Drawing.Color.Black;
+ this.RowHeadersVisible = false;
+ this.RowTemplate.Height = 21;
+ ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ public HotelPms.Share.Windows.Component.TextBoxFurigana txtKanji;
+ public System.Windows.Forms.TextBox txtKana;
+
+ }
+}
--
Gitblit v1.10.0