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;
|
|
}
|
}
|