EnglishWordsDesigner.cs
namespace EnglishWords
{
partial class FormWords
{
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param>マネージド リソースを破棄する場合は 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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWords));
this.labelEnglish = new System.Windows.Forms.Label();
this.textBoxEnglish = new System.Windows.Forms.TextBox();
this.labelJapanese = new System.Windows.Forms.Label();
this.textBoxJapanese = new System.Windows.Forms.TextBox();
this.labelExample = new System.Windows.Forms.Label();
this.textBoxExample = new System.Windows.Forms.TextBox();
this.labelJug = new System.Windows.Forms.Label();
this.checkBoxJug = new System.Windows.Forms.CheckBox();
this.buttonRegister = new System.Windows.Forms.Button();
this.buttonClear = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ColumnEnglish = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnJapanese = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnExample = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnJug = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ColumnDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemEdit = new System.Windows.Forms.ToolStripMenuItem();
this.buttonEdit = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// labelEnglish
//
this.labelEnglish.AutoSize = true;
this.labelEnglish.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.labelEnglish.Location = new System.Drawing.Point(49, 40);
this.labelEnglish.Name = "labelEnglish";
this.labelEnglish.Size = new System.Drawing.Size(58, 24);
this.labelEnglish.TabIndex = 0;
this.labelEnglish.Text = "英語";
//
// textBoxEnglish
//
this.textBoxEnglish.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxEnglish.Location = new System.Drawing.Point(118, 33);
this.textBoxEnglish.Name = "textBoxEnglish";
this.textBoxEnglish.Size = new System.Drawing.Size(231, 31);
this.textBoxEnglish.TabIndex = 1;
//
// labelJapanese
//
this.labelJapanese.AutoSize = true;
this.labelJapanese.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.labelJapanese.Location = new System.Drawing.Point(355, 36);
this.labelJapanese.Name = "labelJapanese";
this.labelJapanese.Size = new System.Drawing.Size(82, 24);
this.labelJapanese.TabIndex = 2;
this.labelJapanese.Text = "日本語";
//
// textBoxJapanese
//
this.textBoxJapanese.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxJapanese.ImeMode = System.Windows.Forms.ImeMode.Katakana;
this.textBoxJapanese.Location = new System.Drawing.Point(448, 33);
this.textBoxJapanese.Name = "textBoxJapanese";
this.textBoxJapanese.Size = new System.Drawing.Size(685, 31);
this.textBoxJapanese.TabIndex = 3;
//
// labelExample
//
this.labelExample.AutoSize = true;
this.labelExample.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.labelExample.Location = new System.Drawing.Point(49, 88);
this.labelExample.Name = "labelExample";
this.labelExample.Size = new System.Drawing.Size(58, 24);
this.labelExample.TabIndex = 4;
this.labelExample.Text = "例文";
//
// textBoxExample
//
this.textBoxExample.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.textBoxExample.Location = new System.Drawing.Point(118, 81);
this.textBoxExample.Name = "textBoxExample";
this.textBoxExample.Size = new System.Drawing.Size(878, 31);
this.textBoxExample.TabIndex = 5;
//
// labelJug
//
this.labelJug.AutoSize = true;
this.labelJug.Location = new System.Drawing.Point(1002, 98);
this.labelJug.Name = "labelJug";
this.labelJug.Size = new System.Drawing.Size(53, 12);
this.labelJug.TabIndex = 6;
this.labelJug.Text = "学習状況";
//
// checkBoxJug
//
this.checkBoxJug.AutoSize = true;
this.checkBoxJug.Location = new System.Drawing.Point(1061, 96);
this.checkBoxJug.Name = "checkBoxJug";
this.checkBoxJug.Size = new System.Drawing.Size(54, 16);
this.checkBoxJug.TabIndex = 7;
this.checkBoxJug.Text = "覚えた";
this.checkBoxJug.UseVisualStyleBackColor = true;
//
// buttonRegister
//
this.buttonRegister.Location = new System.Drawing.Point(995, 136);
this.buttonRegister.Name = "buttonRegister";
this.buttonRegister.Size = new System.Drawing.Size(169, 23);
this.buttonRegister.TabIndex = 8;
this.buttonRegister.Text = "登録";
this.buttonRegister.UseVisualStyleBackColor = true;
this.buttonRegister.Click += new System.EventHandler(this.ButtonRegister_Click);
//
// buttonClear
//
this.buttonClear.Location = new System.Drawing.Point(53, 136);
this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(169, 23);
this.buttonClear.TabIndex = 10;
this.buttonClear.Text = "テキストクリア";
this.buttonClear.UseVisualStyleBackColor = true;
this.buttonClear.Click += new System.EventHandler(this.ButtonClear_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnEnglish,
this.ColumnJapanese,
this.ColumnExample,
this.ColumnJug,
this.ColumnDate});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.Location = new System.Drawing.Point(29, 177);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 21;
this.dataGridView1.Size = new System.Drawing.Size(1294, 514);
this.dataGridView1.TabIndex = 11;
//
// ColumnEnglish
//
this.ColumnEnglish.HeaderText = "英語";
this.ColumnEnglish.Name = "ColumnEnglish";
this.ColumnEnglish.ReadOnly = true;
//
// ColumnJapanese
//
this.ColumnJapanese.HeaderText = "日本語";
this.ColumnJapanese.Name = "ColumnJapanese";
this.ColumnJapanese.ReadOnly = true;
this.ColumnJapanese.Width = 400;
//
// ColumnExample
//
this.ColumnExample.HeaderText = "例文";
this.ColumnExample.Name = "ColumnExample";
this.ColumnExample.ReadOnly = true;
this.ColumnExample.Width = 600;
//
// ColumnJug
//
this.ColumnJug.HeaderText = "覚えた";
this.ColumnJug.Name = "ColumnJug";
this.ColumnJug.ReadOnly = true;
this.ColumnJug.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ColumnJug.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// ColumnDate
//
this.ColumnDate.HeaderText = "";
this.ColumnDate.Name = "ColumnDate";
this.ColumnDate.ReadOnly = true;
this.ColumnDate.Width = 50;
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemDelete,
this.toolStripMenuItemEdit});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.ShowCheckMargin = true;
this.contextMenuStrip.Size = new System.Drawing.Size(121, 48);
this.contextMenuStrip.Text = "削除";
//
// toolStripMenuItemDelete
//
this.toolStripMenuItemDelete.Name = "toolStripMenuItemDelete";
this.toolStripMenuItemDelete.Size = new System.Drawing.Size(120, 22);
this.toolStripMenuItemDelete.Text = "削除";
this.toolStripMenuItemDelete.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Click);
//
// toolStripMenuItemEdit
//
this.toolStripMenuItemEdit.Name = "toolStripMenuItemEdit";
this.toolStripMenuItemEdit.Size = new System.Drawing.Size(120, 22);
this.toolStripMenuItemEdit.Text = "編集";
this.toolStripMenuItemEdit.Click += new System.EventHandler(this.ToolStripMenuItemEdit_Click);
//
// buttonEdit
//
this.buttonEdit.Enabled = false;
this.buttonEdit.Location = new System.Drawing.Point(379, 136);
this.buttonEdit.Name = "buttonEdit";
this.buttonEdit.Size = new System.Drawing.Size(169, 23);
this.buttonEdit.TabIndex = 13;
this.buttonEdit.Text = "編集・再登録";
this.buttonEdit.UseVisualStyleBackColor = true;
this.buttonEdit.Click += new System.EventHandler(this.ButtonEdit_Click);
//
// FormWords
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1335, 693);
this.Controls.Add(this.buttonEdit);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.buttonClear);
this.Controls.Add(this.buttonRegister);
this.Controls.Add(this.checkBoxJug);
this.Controls.Add(this.labelJug);
this.Controls.Add(this.textBoxExample);
this.Controls.Add(this.labelExample);
this.Controls.Add(this.textBoxJapanese);
this.Controls.Add(this.labelJapanese);
this.Controls.Add(this.textBoxEnglish);
this.Controls.Add(this.labelEnglish);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormWords";
this.Text = "英単語帳";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.Load += new System.EventHandler(this.FormMain_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelEnglish;
private System.Windows.Forms.TextBox textBoxEnglish;
private System.Windows.Forms.Label labelJapanese;
private System.Windows.Forms.TextBox textBoxJapanese;
private System.Windows.Forms.Label labelExample;
private System.Windows.Forms.TextBox textBoxExample;
private System.Windows.Forms.Label labelJug;
private System.Windows.Forms.CheckBox checkBoxJug;
private System.Windows.Forms.Button buttonRegister;
private System.Windows.Forms.Button buttonClear;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button buttonEdit;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDelete;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEdit;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnEnglish;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnJapanese;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnExample;
private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnJug;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnDate;
}
}