| 1 | namespace SoyText
|
|---|
| 2 | {
|
|---|
| 3 | partial class Form2
|
|---|
| 4 | {
|
|---|
| 5 | /// <summary>
|
|---|
| 6 | /// 必要なデザイナ変数です。
|
|---|
| 7 | /// </summary>
|
|---|
| 8 | private System.ComponentModel.IContainer components = null;
|
|---|
| 9 |
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// 使用中のリソースをすべてクリーンアップします。
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
|
|---|
| 14 | protected override void Dispose(bool disposing)
|
|---|
| 15 | {
|
|---|
| 16 | if (disposing && (components != null))
|
|---|
| 17 | {
|
|---|
| 18 | components.Dispose();
|
|---|
| 19 | }
|
|---|
| 20 | base.Dispose(disposing);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | #region Windows フォーム デザイナで生成されたコード
|
|---|
| 24 |
|
|---|
| 25 | /// <summary>
|
|---|
| 26 | /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
|
|---|
| 27 | /// コード エディタで変更しないでください。
|
|---|
| 28 | /// </summary>
|
|---|
| 29 | private void InitializeComponent()
|
|---|
| 30 | {
|
|---|
| 31 | this.components = new System.ComponentModel.Container();
|
|---|
| 32 | this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|---|
| 33 | this.文書DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 34 | this.newMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 35 | this.アーカイブAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 36 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|---|
| 37 | this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 38 | this.設定SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 39 | this.ワークスペースWToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 40 | this.表示VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 41 | this.最新の情報に更新RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 42 | this.ウィンドウWToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 43 | this.新規NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 44 | this.新規タブTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 45 | this.tabControl1 = new System.Windows.Forms.TabControl();
|
|---|
| 46 | this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|---|
| 47 | this.menuStrip1.SuspendLayout();
|
|---|
| 48 | this.SuspendLayout();
|
|---|
| 49 | //
|
|---|
| 50 | // menuStrip1
|
|---|
| 51 | //
|
|---|
| 52 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 53 | this.文書DToolStripMenuItem,
|
|---|
| 54 | this.設定SToolStripMenuItem,
|
|---|
| 55 | this.表示VToolStripMenuItem,
|
|---|
| 56 | this.ウィンドウWToolStripMenuItem});
|
|---|
| 57 | this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 58 | this.menuStrip1.Name = "menuStrip1";
|
|---|
| 59 | this.menuStrip1.Size = new System.Drawing.Size(769, 24);
|
|---|
| 60 | this.menuStrip1.TabIndex = 8;
|
|---|
| 61 | this.menuStrip1.Text = "menuStrip1";
|
|---|
| 62 | //
|
|---|
| 63 | // 文書DToolStripMenuItem
|
|---|
| 64 | //
|
|---|
| 65 | this.文書DToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 66 | this.newMenu,
|
|---|
| 67 | this.アーカイブAToolStripMenuItem,
|
|---|
| 68 | this.toolStripSeparator1,
|
|---|
| 69 | this.toolStripMenuItem2});
|
|---|
| 70 | this.文書DToolStripMenuItem.Name = "文書DToolStripMenuItem";
|
|---|
| 71 | this.文書DToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
|
|---|
| 72 | this.文書DToolStripMenuItem.Text = "文書(&D)";
|
|---|
| 73 | //
|
|---|
| 74 | // newMenu
|
|---|
| 75 | //
|
|---|
| 76 | this.newMenu.Name = "newMenu";
|
|---|
| 77 | this.newMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|---|
| 78 | this.newMenu.Size = new System.Drawing.Size(148, 22);
|
|---|
| 79 | this.newMenu.Text = "新規(&N)";
|
|---|
| 80 | this.newMenu.Click += new System.EventHandler(this.NewMenuItem_Click);
|
|---|
| 81 | //
|
|---|
| 82 | // アーカイブAToolStripMenuItem
|
|---|
| 83 | //
|
|---|
| 84 | this.アーカイブAToolStripMenuItem.Name = "アーカイブAToolStripMenuItem";
|
|---|
| 85 | this.アーカイブAToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|---|
| 86 | this.アーカイブAToolStripMenuItem.Text = "アーカイブ(&A)";
|
|---|
| 87 | this.アーカイブAToolStripMenuItem.Click += new System.EventHandler(this.アーカイブAToolStripMenuItem_Click);
|
|---|
| 88 | //
|
|---|
| 89 | // toolStripSeparator1
|
|---|
| 90 | //
|
|---|
| 91 | this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|---|
| 92 | this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
|
|---|
| 93 | //
|
|---|
| 94 | // toolStripMenuItem2
|
|---|
| 95 | //
|
|---|
| 96 | this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|---|
| 97 | this.toolStripMenuItem2.Size = new System.Drawing.Size(148, 22);
|
|---|
| 98 | this.toolStripMenuItem2.Text = "インポート...";
|
|---|
| 99 | this.toolStripMenuItem2.Click += new System.EventHandler(this.インポートToolStripMenuItem_Click);
|
|---|
| 100 | //
|
|---|
| 101 | // 設定SToolStripMenuItem
|
|---|
| 102 | //
|
|---|
| 103 | this.設定SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 104 | this.ワークスペースWToolStripMenuItem});
|
|---|
| 105 | this.設定SToolStripMenuItem.Name = "設定SToolStripMenuItem";
|
|---|
| 106 | this.設定SToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
|
|---|
| 107 | this.設定SToolStripMenuItem.Text = "設定(&S)";
|
|---|
| 108 | //
|
|---|
| 109 | // ワークスペースWToolStripMenuItem
|
|---|
| 110 | //
|
|---|
| 111 | this.ワークスペースWToolStripMenuItem.Name = "ワークスペースWToolStripMenuItem";
|
|---|
| 112 | this.ワークスペースWToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|---|
| 113 | this.ワークスペースWToolStripMenuItem.Text = "文書フォルダ(&W)...";
|
|---|
| 114 | this.ワークスペースWToolStripMenuItem.Click += new System.EventHandler(this.ワークスペースWToolStripMenuItem_Click);
|
|---|
| 115 | //
|
|---|
| 116 | // 表示VToolStripMenuItem
|
|---|
| 117 | //
|
|---|
| 118 | this.表示VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 119 | this.最新の情報に更新RToolStripMenuItem});
|
|---|
| 120 | this.表示VToolStripMenuItem.Name = "表示VToolStripMenuItem";
|
|---|
| 121 | this.表示VToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
|
|---|
| 122 | this.表示VToolStripMenuItem.Text = "表示(&V)";
|
|---|
| 123 | //
|
|---|
| 124 | // 最新の情報に更新RToolStripMenuItem
|
|---|
| 125 | //
|
|---|
| 126 | this.最新の情報に更新RToolStripMenuItem.Name = "最新の情報に更新RToolStripMenuItem";
|
|---|
| 127 | this.最新の情報に更新RToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|---|
| 128 | this.最新の情報に更新RToolStripMenuItem.Text = "最新の情報に更新(&R)";
|
|---|
| 129 | this.最新の情報に更新RToolStripMenuItem.Click += new System.EventHandler(this.最新の情報に更新RToolStripMenuItem_Click);
|
|---|
| 130 | //
|
|---|
| 131 | // ウィンドウWToolStripMenuItem
|
|---|
| 132 | //
|
|---|
| 133 | this.ウィンドウWToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 134 | this.新規NToolStripMenuItem,
|
|---|
| 135 | this.新規タブTToolStripMenuItem});
|
|---|
| 136 | this.ウィンドウWToolStripMenuItem.Name = "ウィンドウWToolStripMenuItem";
|
|---|
| 137 | this.ウィンドウWToolStripMenuItem.Size = new System.Drawing.Size(77, 20);
|
|---|
| 138 | this.ウィンドウWToolStripMenuItem.Text = "ウィンドウ(&W)";
|
|---|
| 139 | //
|
|---|
| 140 | // 新規NToolStripMenuItem
|
|---|
| 141 | //
|
|---|
| 142 | this.新規NToolStripMenuItem.Name = "新規NToolStripMenuItem";
|
|---|
| 143 | this.新規NToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
|---|
| 144 | this.新規NToolStripMenuItem.Text = "新規(&N)";
|
|---|
| 145 | this.新規NToolStripMenuItem.Click += new System.EventHandler(this.新規NToolStripMenuItem_Click);
|
|---|
| 146 | //
|
|---|
| 147 | // 新規タブTToolStripMenuItem
|
|---|
| 148 | //
|
|---|
| 149 | this.新規タブTToolStripMenuItem.Name = "新規タブTToolStripMenuItem";
|
|---|
| 150 | this.新規タブTToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
|---|
| 151 | this.新規タブTToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
|
|---|
| 152 | this.新規タブTToolStripMenuItem.Text = "新規タブ(&T)";
|
|---|
| 153 | this.新規タブTToolStripMenuItem.Click += new System.EventHandler(this.新規タブTToolStripMenuItem_Click);
|
|---|
| 154 | //
|
|---|
| 155 | // tabControl1
|
|---|
| 156 | //
|
|---|
| 157 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 158 | this.tabControl1.Location = new System.Drawing.Point(0, 24);
|
|---|
| 159 | this.tabControl1.Name = "tabControl1";
|
|---|
| 160 | this.tabControl1.SelectedIndex = 0;
|
|---|
| 161 | this.tabControl1.Size = new System.Drawing.Size(769, 519);
|
|---|
| 162 | this.tabControl1.TabIndex = 9;
|
|---|
| 163 | this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
|---|
| 164 | //
|
|---|
| 165 | // timer1
|
|---|
| 166 | //
|
|---|
| 167 | this.timer1.Interval = 17;
|
|---|
| 168 | this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|---|
| 169 | //
|
|---|
| 170 | // Form2
|
|---|
| 171 | //
|
|---|
| 172 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|---|
| 173 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 174 | this.ClientSize = new System.Drawing.Size(769, 543);
|
|---|
| 175 | this.Controls.Add(this.tabControl1);
|
|---|
| 176 | this.Controls.Add(this.menuStrip1);
|
|---|
| 177 | this.MainMenuStrip = this.menuStrip1;
|
|---|
| 178 | this.Name = "Form2";
|
|---|
| 179 | this.Text = "Form2";
|
|---|
| 180 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
|
|---|
| 181 | this.Resize += new System.EventHandler(this.Form2_Resize);
|
|---|
| 182 | this.menuStrip1.ResumeLayout(false);
|
|---|
| 183 | this.menuStrip1.PerformLayout();
|
|---|
| 184 | this.ResumeLayout(false);
|
|---|
| 185 | this.PerformLayout();
|
|---|
| 186 |
|
|---|
| 187 | }
|
|---|
| 188 |
|
|---|
| 189 | #endregion
|
|---|
| 190 | private System.Windows.Forms.MenuStrip menuStrip1;
|
|---|
| 191 | private System.Windows.Forms.ToolStripMenuItem 文書DToolStripMenuItem;
|
|---|
| 192 | private System.Windows.Forms.ToolStripMenuItem newMenu;
|
|---|
| 193 | private System.Windows.Forms.ToolStripMenuItem アーカイブAToolStripMenuItem;
|
|---|
| 194 | private System.Windows.Forms.ToolStripMenuItem 設定SToolStripMenuItem;
|
|---|
| 195 | private System.Windows.Forms.ToolStripMenuItem ワークスペースWToolStripMenuItem;
|
|---|
| 196 | private System.Windows.Forms.ToolStripMenuItem ウィンドウWToolStripMenuItem;
|
|---|
| 197 | private System.Windows.Forms.ToolStripMenuItem 新規NToolStripMenuItem;
|
|---|
| 198 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|---|
| 199 | private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|---|
| 200 | private System.Windows.Forms.ToolStripMenuItem 表示VToolStripMenuItem;
|
|---|
| 201 | private System.Windows.Forms.ToolStripMenuItem 最新の情報に更新RToolStripMenuItem;
|
|---|
| 202 | private System.Windows.Forms.TabControl tabControl1;
|
|---|
| 203 | private System.Windows.Forms.Timer timer1;
|
|---|
| 204 | private System.Windows.Forms.ToolStripMenuItem 新規タブTToolStripMenuItem;
|
|---|
| 205 | }
|
|---|
| 206 | } |
|---|