namespace CSharpToHTML
{
/// <summary>OptionForm</summary>
public class OptionForm : System.Windows.Forms.Form
{
#region デザイナ変数
private System.Windows.Forms.Label tabLabel1;
private System.Windows.Forms.Label tabLabel2;
private System.Windows.Forms.ComboBox tabComboBox;
private System.Windows.Forms.Label encodingLabel;
private System.Windows.Forms.ComboBox encodingComboBox;
private System.Windows.Forms.TextBox commentOpenTextBox;
private System.Windows.Forms.TextBox commentCloseTextBox;
private System.Windows.Forms.Label commentCloseLabel;
private System.Windows.Forms.TextBox keywordCloseTextBox;
private System.Windows.Forms.Label keywordCloseLabel;
private System.Windows.Forms.TextBox keywordOpenTextBox;
private System.Windows.Forms.Label keywordOpenLabel;
private System.Windows.Forms.TextBox markCloseTextBox;
private System.Windows.Forms.Label markCloseLabel;
private System.Windows.Forms.TextBox markOpenTextBox;
private System.Windows.Forms.Label markOpenLabel;
private System.Windows.Forms.Label commentOpenLabel;
private System.Windows.Forms.Button keywordButton;
private System.Windows.Forms.Button initializeKeywordTextButton;
private System.Windows.Forms.TextBox doubleQuotationCloseTextBox;
private System.Windows.Forms.Label doubleQuotationCloseLabel;
private System.Windows.Forms.TextBox doubleQuotationOpenTextBox;
private System.Windows.Forms.Label doubleQuotationOpenLabel;
private System.Windows.Forms.TextBox singleQuotationCloseTextBox;
private System.Windows.Forms.Label singleQuotationCloseLabel;
private System.Windows.Forms.TextBox singleQuotationOpenTextBox;
private System.Windows.Forms.Label singleQuotationOpenLabel;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Label headerLabel;
private System.Windows.Forms.TextBox headerTextBox;
private System.Windows.Forms.Label footerLabel;
private System.Windows.Forms.TextBox footerTextBox;
private System.Windows.Forms.CheckBox preModeCheckBox;
private System.Windows.Forms.GroupBox detailGroupBox;
private System.Windows.Forms.CheckBox browserModeCheckBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button browserButton;
private System.Windows.Forms.TextBox browserTextBox;
private System.Windows.Forms.GroupBox otherGroupBox;
/// <summary>必要なデザイナ変数</summary>
private System.ComponentModel.Container components = null;
#endregion // デザイナ変数
#region Constructor
public OptionForm(System.Drawing.Font font)
{
// Windows フォーム デザイナ サポートに必要
InitializeComponent();
initialize();
this.font = font;
}
#endregion // Constructor
#region Overrides
/// <summary>使用されているリソースに後処理を実行</summary>
protected override void Dispose(bool disposing)
{
if (disposing)
{
if (components != null)
{
components.Dispose();
}
}
base.Dispose(disposing);
}
#endregion // Overrides
#region Windows Form Designer generated code
/// <summary>
/// デザイナ サポートに必要なメソッド
/// </summary>
private void InitializeComponent()
{
this.tabLabel1 = new System.Windows.Forms.Label();
this.tabLabel2 = new System.Windows.Forms.Label();
this.tabComboBox = new System.Windows.Forms.ComboBox();
this.encodingComboBox = new System.Windows.Forms.ComboBox();
this.encodingLabel = new System.Windows.Forms.Label();
this.commentOpenLabel = new System.Windows.Forms.Label();
this.commentOpenTextBox = new System.Windows.Forms.TextBox();
this.commentCloseTextBox = new System.Windows.Forms.TextBox();
this.commentCloseLabel = new System.Windows.Forms.Label();
this.keywordCloseTextBox = new System.Windows.Forms.TextBox();
this.keywordCloseLabel = new System.Windows.Forms.Label();
this.keywordOpenTextBox = new System.Windows.Forms.TextBox();
this.keywordOpenLabel = new System.Windows.Forms.Label();
this.markCloseTextBox = new System.Windows.Forms.TextBox();
this.markCloseLabel = new System.Windows.Forms.Label();
this.markOpenTextBox = new System.Windows.Forms.TextBox();
this.markOpenLabel = new System.Windows.Forms.Label();
this.keywordButton = new System.Windows.Forms.Button();
this.initializeKeywordTextButton = new System.Windows.Forms.Button();
this.doubleQuotationCloseTextBox = new System.Windows.Forms.TextBox();
this.doubleQuotationCloseLabel = new System.Windows.Forms.Label();
this.doubleQuotationOpenTextBox = new System.Windows.Forms.TextBox();
this.doubleQuotationOpenLabel = new System.Windows.Forms.Label();
this.singleQuotationCloseTextBox = new System.Windows.Forms.TextBox();
this.singleQuotationCloseLabel = new System.Windows.Forms.Label();
this.singleQuotationOpenTextBox = new System.Windows.Forms.TextBox();
this.singleQuotationOpenLabel = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.headerLabel = new System.Windows.Forms.Label();
this.headerTextBox = new System.Windows.Forms.TextBox();
this.footerLabel = new System.Windows.Forms.Label();
this.footerTextBox = new System.Windows.Forms.TextBox();
this.preModeCheckBox = new System.Windows.Forms.CheckBox();
this.detailGroupBox = new System.Windows.Forms.GroupBox();
this.otherGroupBox = new System.Windows.Forms.GroupBox();
this.browserModeCheckBox = new System.Windows.Forms.CheckBox();
this.browserTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.browserButton = new System.Windows.Forms.Button();
this.otherGroupBox.SuspendLayout();
this.SuspendLayout();
//
// tabLabel1
//
this.tabLabel1.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.tabLabel1.Location = new System.Drawing.Point(368, 56);
this.tabLabel1.Name = "tabLabel1";
this.tabLabel1.Size = new System.Drawing.Size(200, 23);
this.tabLabel1.TabIndex = 28;
this.tabLabel1.Text = "タブを何文字分のスペースに変換するか";
//
// tabLabel2
//
this.tabLabel2.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.tabLabel2.Location = new System.Drawing.Point(664, 56);
this.tabLabel2.Name = "tabLabel2";
this.tabLabel2.Size = new System.Drawing.Size(48, 23);
this.tabLabel2.TabIndex = 30;
this.tabLabel2.Text = "文字分";
//
// tabComboBox
//
this.tabComboBox.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.tabComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tabComboBox.Items.AddRange(new object[] {
"2",
"4",
"8"});
this.tabComboBox.Location = new System.Drawing.Point(584, 56);
this.tabComboBox.Name = "tabComboBox";
this.tabComboBox.Size = new System.Drawing.Size(72, 20);
this.tabComboBox.TabIndex = 29;
//
// encodingComboBox
//
this.encodingComboBox.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.encodingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.encodingComboBox.ItemHeight = 12;
this.encodingComboBox.Items.AddRange(new object[] {
"シフトJIS",
"EUC",
"Unicode (UTF-8)"});
this.encodingComboBox.Location = new System.Drawing.Point(432, 80);
this.encodingComboBox.Name = "encodingComboBox";
this.encodingComboBox.Size = new System.Drawing.Size(136, 20);
this.encodingComboBox.TabIndex = 32;
//
// encodingLabel
//
this.encodingLabel.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.encodingLabel.Location = new System.Drawing.Point(368, 80);
this.encodingLabel.Name = "encodingLabel";
this.encodingLabel.Size = new System.Drawing.Size(56, 23);
this.encodingLabel.TabIndex = 31;
this.encodingLabel.Text = "エンコード";
//
// commentOpenLabel
//
this.commentOpenLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.commentOpenLabel.Location = new System.Drawing.Point(24, 248);
this.commentOpenLabel.Name = "commentOpenLabel";
this.commentOpenLabel.Size = new System.Drawing.Size(144, 16);
this.commentOpenLabel.TabIndex = 6;
this.commentOpenLabel.Text = "コメント開始タグ (HTML)";
//
// commentOpenTextBox
//
this.commentOpenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.commentOpenTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.commentOpenTextBox.Location = new System.Drawing.Point(24, 264);
this.commentOpenTextBox.Name = "commentOpenTextBox";
this.commentOpenTextBox.Size = new System.Drawing.Size(304, 19);
this.commentOpenTextBox.TabIndex = 7;
this.commentOpenTextBox.Text = "";
//
// commentCloseTextBox
//
this.commentCloseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.commentCloseTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.commentCloseTextBox.Location = new System.Drawing.Point(24, 304);
this.commentCloseTextBox.Name = "commentCloseTextBox";
this.commentCloseTextBox.Size = new System.Drawing.Size(304, 19);
this.commentCloseTextBox.TabIndex = 9;
this.commentCloseTextBox.Text = "";
//
// commentCloseLabel
//
this.commentCloseLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.commentCloseLabel.Location = new System.Drawing.Point(24, 288);
this.commentCloseLabel.Name = "commentCloseLabel";
this.commentCloseLabel.Size = new System.Drawing.Size(136, 16);
this.commentCloseLabel.TabIndex = 8;
this.commentCloseLabel.Text = "コメント終了タグ (HTML)";
//
// keywordCloseTextBox
//
this.keywordCloseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.keywordCloseTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.keywordCloseTextBox.Location = new System.Drawing.Point(24, 384);
this.keywordCloseTextBox.Name = "keywordCloseTextBox";
this.keywordCloseTextBox.Size = new System.Drawing.Size(304, 19);
this.keywordCloseTextBox.TabIndex = 13;
this.keywordCloseTextBox.Text = "";
//
// keywordCloseLabel
//
this.keywordCloseLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.keywordCloseLabel.Location = new System.Drawing.Point(24, 368);
this.keywordCloseLabel.Name = "keywordCloseLabel";
this.keywordCloseLabel.Size = new System.Drawing.Size(152, 16);
this.keywordCloseLabel.TabIndex = 12;
this.keywordCloseLabel.Text = "キーワード終了タグ (HTML)";
//
// keywordOpenTextBox
//
this.keywordOpenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.keywordOpenTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.keywordOpenTextBox.Location = new System.Drawing.Point(24, 344);
this.keywordOpenTextBox.Name = "keywordOpenTextBox";
this.keywordOpenTextBox.Size = new System.Drawing.Size(304, 19);
this.keywordOpenTextBox.TabIndex = 11;
this.keywordOpenTextBox.Text = "";
//
// keywordOpenLabel
//
this.keywordOpenLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.keywordOpenLabel.Location = new System.Drawing.Point(24, 328);
this.keywordOpenLabel.Name = "keywordOpenLabel";
this.keywordOpenLabel.Size = new System.Drawing.Size(144, 16);
this.keywordOpenLabel.TabIndex = 10;
this.keywordOpenLabel.Text = "キーワード開始タグ (HTML)";
//
// markCloseTextBox
//
this.markCloseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.markCloseTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.markCloseTextBox.Location = new System.Drawing.Point(24, 464);
this.markCloseTextBox.Name = "markCloseTextBox";
this.markCloseTextBox.Size = new System.Drawing.Size(304, 19);
this.markCloseTextBox.TabIndex = 17;
this.markCloseTextBox.Text = "";
//
// markCloseLabel
//
this.markCloseLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.markCloseLabel.Location = new System.Drawing.Point(24, 448);
this.markCloseLabel.Name = "markCloseLabel";
this.markCloseLabel.Size = new System.Drawing.Size(120, 16);
this.markCloseLabel.TabIndex = 16;
this.markCloseLabel.Text = "記号終了タグ (HTML)";
//
// markOpenTextBox
//
this.markOpenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.markOpenTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.markOpenTextBox.Location = new System.Drawing.Point(24, 424);
this.markOpenTextBox.Name = "markOpenTextBox";
this.markOpenTextBox.Size = new System.Drawing.Size(304, 19);
this.markOpenTextBox.TabIndex = 15;
this.markOpenTextBox.Text = "";
//
// markOpenLabel
//
this.markOpenLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.markOpenLabel.Location = new System.Drawing.Point(24, 408);
this.markOpenLabel.Name = "markOpenLabel";
this.markOpenLabel.Size = new System.Drawing.Size(128, 16);
this.markOpenLabel.TabIndex = 14;
this.markOpenLabel.Text = "記号開始タグ (HTML)";
//
// keywordButton
//
this.keywordButton.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.keywordButton.Location = new System.Drawing.Point(368, 112);
this.keywordButton.Name = "keywordButton";
this.keywordButton.Size = new System.Drawing.Size(104, 23);
this.keywordButton.TabIndex = 33;
this.keywordButton.Text = "キーワード一覧";
this.keywordButton.Click += new System.EventHandler(this.keywordButton_Click);
//
// initializeKeywordTextButton
//
this.initializeKeywordTextButton.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
this.initializeKeywordTextButton.Location = new System.Drawing.Point(488, 112);
this.initializeKeywordTextButton.Name = "initializeKeywordTextButton";
this.initializeKeywordTextButton.Size = new System.Drawing.Size(128, 23);
this.initializeKeywordTextButton.TabIndex = 34;
this.initializeKeywordTextButton.Text = "キーワード再読み込み";
this.initializeKeywordTextButton.Click += new System.EventHandler(this.initializeKeywordTextButton_Click);
//
// doubleQuotationCloseTextBox
//
this.doubleQuotationCloseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.doubleQuotationCloseTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.doubleQuotationCloseTextBox.Location = new System.Drawing.Point(24, 544);
this.doubleQuotationCloseTextBox.Name = "doubleQuotationCloseTextBox";
this.doubleQuotationCloseTextBox.Size = new System.Drawing.Size(304, 19);
this.doubleQuotationCloseTextBox.TabIndex = 21;
this.doubleQuotationCloseTextBox.Text = "";
//
// doubleQuotationCloseLabel
//
this.doubleQuotationCloseLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.doubleQuotationCloseLabel.Location = new System.Drawing.Point(24, 528);
this.doubleQuotationCloseLabel.Name = "doubleQuotationCloseLabel";
this.doubleQuotationCloseLabel.Size = new System.Drawing.Size(232, 16);
this.doubleQuotationCloseLabel.TabIndex = 20;
this.doubleQuotationCloseLabel.Text = "ダブル クォーテーション マーク終了タグ (HTML)";
//
// doubleQuotationOpenTextBox
//
this.doubleQuotationOpenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.doubleQuotationOpenTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.doubleQuotationOpenTextBox.Location = new System.Drawing.Point(24, 504);
this.doubleQuotationOpenTextBox.Name = "doubleQuotationOpenTextBox";
this.doubleQuotationOpenTextBox.Size = new System.Drawing.Size(304, 19);
this.doubleQuotationOpenTextBox.TabIndex = 19;
this.doubleQuotationOpenTextBox.Text = "";
//
// doubleQuotationOpenLabel
//
this.doubleQuotationOpenLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.doubleQuotationOpenLabel.Location = new System.Drawing.Point(24, 488);
this.doubleQuotationOpenLabel.Name = "doubleQuotationOpenLabel";
this.doubleQuotationOpenLabel.Size = new System.Drawing.Size(232, 16);
this.doubleQuotationOpenLabel.TabIndex = 18;
this.doubleQuotationOpenLabel.Text = "ダブル クォーテーション マーク開始タグ (HTML)";
//
// singleQuotationCloseTextBox
//
this.singleQuotationCloseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.singleQuotationCloseTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.singleQuotationCloseTextBox.Location = new System.Drawing.Point(24, 624);
this.singleQuotationCloseTextBox.Name = "singleQuotationCloseTextBox";
this.singleQuotationCloseTextBox.Size = new System.Drawing.Size(304, 19);
this.singleQuotationCloseTextBox.TabIndex = 25;
this.singleQuotationCloseTextBox.Text = "";
//
// singleQuotationCloseLabel
//
this.singleQuotationCloseLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.singleQuotationCloseLabel.Location = new System.Drawing.Point(24, 608);
this.singleQuotationCloseLabel.Name = "singleQuotationCloseLabel";
this.singleQuotationCloseLabel.Size = new System.Drawing.Size(256, 16);
this.singleQuotationCloseLabel.TabIndex = 24;
this.singleQuotationCloseLabel.Text = "シングル クォーテーション マーク終了タグ (HTML)";
//
// singleQuotationOpenTextBox
//
this.singleQuotationOpenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.singleQuotationOpenTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.singleQuotationOpenTextBox.Location = new System.Drawing.Point(24, 584);
this.singleQuotationOpenTextBox.Name = "singleQuotationOpenTextBox";
this.singleQuotationOpenTextBox.Size = new System.Drawing.Size(304, 19);
this.singleQuotationOpenTextBox.TabIndex = 23;
this.singleQuotationOpenTextBox.Text = "";
//
// singleQuotationOpenLabel
//
this.singleQuotationOpenLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.singleQuotationOpenLabel.Location = new System.Drawing.Point(24, 568);
this.singleQuotationOpenLabel.Name = "singleQuotationOpenLabel";
this.singleQuotationOpenLabel.Size = new System.Drawing.Size(248, 16);
this.singleQuotationOpenLabel.TabIndex = 22;
this.singleQuotationOpenLabel.Text = "シングル クォーテーション マーク開始タグ (HTML)";
//
// okButton
//
this.okButton.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(552, 624);
this.okButton.Name = "okButton";
this.okButton.TabIndex = 39;
this.okButton.Text = "OK";
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(632, 624);
this.cancelButton.Name = "cancelButton";
this.cancelButton.TabIndex = 40;
this.cancelButton.Text = "キャンセル";
//
// headerLabel
//
this.headerLabel.Location = new System.Drawing.Point(24, 24);
this.headerLabel.Name = "headerLabel";
this.headerLabel.Size = new System.Drawing.Size(100, 16);
this.headerLabel.TabIndex = 2;
this.headerLabel.Text = "ヘッダー (HTML)";
//
// headerTextBox
//
this.headerTextBox.AcceptsTab = true;
this.headerTextBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.headerTextBox.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
this.headerTextBox.Location = new System.Drawing.Point(24, 40);
this.headerTextBox.Multiline = true;
this.headerTextBox.Name = "headerTextBox";
this.headerTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.headerTextBox.Size = new System.Drawing.Size(304, 96);
this.headerTextBox.TabIndex = 3;
this.headerTextBox.Text = "";
//
// footerLabel
//
this.footerLabel.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
this.footerLabel.Location = new System.Drawing.Point(24, 152);
this.footerLabel.Name = "footerLabel";
this.footerLabel.Size = new System.Drawing.Size(100, 16);
this.footerLabel.TabIndex = 4;
this.footerLabel.Text = "フッター (HTML)";
//
// footerTextBox
//
this.footerTextBox.AcceptsTab = true;
this.footerTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom |