namespace HotelPms.Share.Windows.Component { partial class DataGridViewEx { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region コンポーネント デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// 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; } }