OSDN Git Service

Wikipedia翻訳支援ツール Ver1.10時点のソース
[wptscs/wpts.git] / Wptscs / MainForm.Designer.cs
1 // ================================================================================================
2 // <summary>
3 //      Wikipedia翻訳支援ツール主画面デザインソース</summary>
4 //
5 // <copyright file="MainForm.Designer.cs" company="honeplusのメモ帳">
6 //      Copyright (C) 2010 Honeplus. All rights reserved.</copyright>
7 // <author>
8 //      Honeplus</author>
9 // ================================================================================================
10
11 namespace Honememo.Wptscs
12 {
13     /// <summary>
14     /// Wikipedia翻訳支援ツール主画面のクラスです。
15     /// </summary>
16     public partial class MainForm
17     {
18         /// <summary>
19         /// 必要なデザイナ変数です。
20         /// </summary>
21         private System.ComponentModel.IContainer components = null;
22
23         /// <summary>
24         /// 使用中のリソースをすべてクリーンアップします。
25         /// </summary>
26         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
27         protected override void Dispose(bool disposing)
28         {
29             if (disposing && (components != null))
30             {
31                 components.Dispose();
32             }
33             base.Dispose(disposing);
34         }
35
36         #region Windows フォーム デザイナで生成されたコード
37
38         /// <summary>
39         /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
40         /// コード エディタで変更しないでください。
41         /// </summary>
42         private void InitializeComponent()
43         {
44             this.components = new System.ComponentModel.Container();
45             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
46             this.groupBoxTransfer = new System.Windows.Forms.GroupBox();
47             this.buttonConfig = new System.Windows.Forms.Button();
48             this.labelTarget = new System.Windows.Forms.Label();
49             this.comboBoxTarget = new System.Windows.Forms.ComboBox();
50             this.labelArrow = new System.Windows.Forms.Label();
51             this.linkLabelSourceURL = new System.Windows.Forms.LinkLabel();
52             this.labelSource = new System.Windows.Forms.Label();
53             this.comboBoxSource = new System.Windows.Forms.ComboBox();
54             this.groupBoxSaveDirectory = new System.Windows.Forms.GroupBox();
55             this.textBoxSaveDirectory = new System.Windows.Forms.TextBox();
56             this.buttonSaveDirectory = new System.Windows.Forms.Button();
57             this.groupBoxRun = new System.Windows.Forms.GroupBox();
58             this.textBoxLog = new System.Windows.Forms.TextBox();
59             this.buttonStop = new System.Windows.Forms.Button();
60             this.buttonRun = new System.Windows.Forms.Button();
61             this.textBoxArticle = new System.Windows.Forms.TextBox();
62             this.labelArticle = new System.Windows.Forms.Label();
63             this.folderBrowserDialogSaveDirectory = new System.Windows.Forms.FolderBrowserDialog();
64             this.backgroundWorkerRun = new System.ComponentModel.BackgroundWorker();
65             this.toolTip = new System.Windows.Forms.ToolTip(this.components);
66             this.statusStrip = new System.Windows.Forms.StatusStrip();
67             this.toolStripStatusLabelStatus = new System.Windows.Forms.ToolStripStatusLabel();
68             this.toolStripStatusLabelStopwatch = new System.Windows.Forms.ToolStripStatusLabel();
69             this.timerStatusStopwatch = new System.Windows.Forms.Timer(this.components);
70             this.groupBoxTransfer.SuspendLayout();
71             this.groupBoxSaveDirectory.SuspendLayout();
72             this.groupBoxRun.SuspendLayout();
73             this.statusStrip.SuspendLayout();
74             this.SuspendLayout();
75             // 
76             // groupBoxTransfer
77             // 
78             this.groupBoxTransfer.Controls.Add(this.buttonConfig);
79             this.groupBoxTransfer.Controls.Add(this.labelTarget);
80             this.groupBoxTransfer.Controls.Add(this.comboBoxTarget);
81             this.groupBoxTransfer.Controls.Add(this.labelArrow);
82             this.groupBoxTransfer.Controls.Add(this.linkLabelSourceURL);
83             this.groupBoxTransfer.Controls.Add(this.labelSource);
84             this.groupBoxTransfer.Controls.Add(this.comboBoxSource);
85             resources.ApplyResources(this.groupBoxTransfer, "groupBoxTransfer");
86             this.groupBoxTransfer.Name = "groupBoxTransfer";
87             this.groupBoxTransfer.TabStop = false;
88             this.toolTip.SetToolTip(this.groupBoxTransfer, resources.GetString("groupBoxTransfer.ToolTip"));
89             // 
90             // buttonConfig
91             // 
92             resources.ApplyResources(this.buttonConfig, "buttonConfig");
93             this.buttonConfig.Name = "buttonConfig";
94             this.toolTip.SetToolTip(this.buttonConfig, resources.GetString("buttonConfig.ToolTip"));
95             this.buttonConfig.UseVisualStyleBackColor = true;
96             this.buttonConfig.Click += new System.EventHandler(this.ButtonConfig_Click);
97             // 
98             // labelTarget
99             // 
100             this.labelTarget.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
101             resources.ApplyResources(this.labelTarget, "labelTarget");
102             this.labelTarget.Name = "labelTarget";
103             this.toolTip.SetToolTip(this.labelTarget, resources.GetString("labelTarget.ToolTip"));
104             // 
105             // comboBoxTarget
106             // 
107             this.comboBoxTarget.FormattingEnabled = true;
108             resources.ApplyResources(this.comboBoxTarget, "comboBoxTarget");
109             this.comboBoxTarget.Name = "comboBoxTarget";
110             this.comboBoxTarget.Sorted = true;
111             this.toolTip.SetToolTip(this.comboBoxTarget, resources.GetString("comboBoxTarget.ToolTip"));
112             this.comboBoxTarget.SelectedIndexChanged += new System.EventHandler(this.ComboBoxTarget_SelectedIndexChanged);
113             this.comboBoxTarget.Leave += new System.EventHandler(this.ComboBoxTarget_Leave);
114             // 
115             // labelArrow
116             // 
117             resources.ApplyResources(this.labelArrow, "labelArrow");
118             this.labelArrow.Name = "labelArrow";
119             // 
120             // linkLabelSourceURL
121             // 
122             this.linkLabelSourceURL.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
123             resources.ApplyResources(this.linkLabelSourceURL, "linkLabelSourceURL");
124             this.linkLabelSourceURL.Name = "linkLabelSourceURL";
125             this.linkLabelSourceURL.TabStop = true;
126             this.toolTip.SetToolTip(this.linkLabelSourceURL, resources.GetString("linkLabelSourceURL.ToolTip"));
127             this.linkLabelSourceURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelSourceURL_LinkClicked);
128             // 
129             // labelSource
130             // 
131             this.labelSource.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
132             resources.ApplyResources(this.labelSource, "labelSource");
133             this.labelSource.Name = "labelSource";
134             this.toolTip.SetToolTip(this.labelSource, resources.GetString("labelSource.ToolTip"));
135             // 
136             // comboBoxSource
137             // 
138             this.comboBoxSource.FormattingEnabled = true;
139             resources.ApplyResources(this.comboBoxSource, "comboBoxSource");
140             this.comboBoxSource.Name = "comboBoxSource";
141             this.comboBoxSource.Sorted = true;
142             this.toolTip.SetToolTip(this.comboBoxSource, resources.GetString("comboBoxSource.ToolTip"));
143             this.comboBoxSource.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSource_SelectedIndexChanged);
144             this.comboBoxSource.Leave += new System.EventHandler(this.ComboBoxSource_Leave);
145             // 
146             // groupBoxSaveDirectory
147             // 
148             this.groupBoxSaveDirectory.Controls.Add(this.textBoxSaveDirectory);
149             this.groupBoxSaveDirectory.Controls.Add(this.buttonSaveDirectory);
150             resources.ApplyResources(this.groupBoxSaveDirectory, "groupBoxSaveDirectory");
151             this.groupBoxSaveDirectory.Name = "groupBoxSaveDirectory";
152             this.groupBoxSaveDirectory.TabStop = false;
153             this.toolTip.SetToolTip(this.groupBoxSaveDirectory, resources.GetString("groupBoxSaveDirectory.ToolTip"));
154             // 
155             // textBoxSaveDirectory
156             // 
157             resources.ApplyResources(this.textBoxSaveDirectory, "textBoxSaveDirectory");
158             this.textBoxSaveDirectory.Name = "textBoxSaveDirectory";
159             this.toolTip.SetToolTip(this.textBoxSaveDirectory, resources.GetString("textBoxSaveDirectory.ToolTip"));
160             this.textBoxSaveDirectory.Leave += new System.EventHandler(this.TextBoxSaveDirectory_Leave);
161             // 
162             // buttonSaveDirectory
163             // 
164             resources.ApplyResources(this.buttonSaveDirectory, "buttonSaveDirectory");
165             this.buttonSaveDirectory.Name = "buttonSaveDirectory";
166             this.toolTip.SetToolTip(this.buttonSaveDirectory, resources.GetString("buttonSaveDirectory.ToolTip"));
167             this.buttonSaveDirectory.UseVisualStyleBackColor = true;
168             this.buttonSaveDirectory.Click += new System.EventHandler(this.ButtonSaveDirectory_Click);
169             // 
170             // groupBoxRun
171             // 
172             resources.ApplyResources(this.groupBoxRun, "groupBoxRun");
173             this.groupBoxRun.Controls.Add(this.textBoxLog);
174             this.groupBoxRun.Controls.Add(this.buttonStop);
175             this.groupBoxRun.Controls.Add(this.buttonRun);
176             this.groupBoxRun.Controls.Add(this.textBoxArticle);
177             this.groupBoxRun.Controls.Add(this.labelArticle);
178             this.groupBoxRun.Name = "groupBoxRun";
179             this.groupBoxRun.TabStop = false;
180             this.toolTip.SetToolTip(this.groupBoxRun, resources.GetString("groupBoxRun.ToolTip"));
181             // 
182             // textBoxLog
183             // 
184             this.textBoxLog.AcceptsReturn = true;
185             this.textBoxLog.AcceptsTab = true;
186             resources.ApplyResources(this.textBoxLog, "textBoxLog");
187             this.textBoxLog.BackColor = System.Drawing.SystemColors.Window;
188             this.textBoxLog.Name = "textBoxLog";
189             this.textBoxLog.ReadOnly = true;
190             this.textBoxLog.TabStop = false;
191             // 
192             // buttonStop
193             // 
194             resources.ApplyResources(this.buttonStop, "buttonStop");
195             this.buttonStop.Name = "buttonStop";
196             this.toolTip.SetToolTip(this.buttonStop, resources.GetString("buttonStop.ToolTip"));
197             this.buttonStop.UseVisualStyleBackColor = true;
198             this.buttonStop.Click += new System.EventHandler(this.ButtonStop_Click);
199             // 
200             // buttonRun
201             // 
202             resources.ApplyResources(this.buttonRun, "buttonRun");
203             this.buttonRun.Name = "buttonRun";
204             this.toolTip.SetToolTip(this.buttonRun, resources.GetString("buttonRun.ToolTip"));
205             this.buttonRun.UseVisualStyleBackColor = true;
206             this.buttonRun.Click += new System.EventHandler(this.ButtonRun_Click);
207             // 
208             // textBoxArticle
209             // 
210             resources.ApplyResources(this.textBoxArticle, "textBoxArticle");
211             this.textBoxArticle.Name = "textBoxArticle";
212             this.toolTip.SetToolTip(this.textBoxArticle, resources.GetString("textBoxArticle.ToolTip"));
213             // 
214             // labelArticle
215             // 
216             resources.ApplyResources(this.labelArticle, "labelArticle");
217             this.labelArticle.Name = "labelArticle";
218             this.toolTip.SetToolTip(this.labelArticle, resources.GetString("labelArticle.ToolTip"));
219             // 
220             // folderBrowserDialogSaveDirectory
221             // 
222             resources.ApplyResources(this.folderBrowserDialogSaveDirectory, "folderBrowserDialogSaveDirectory");
223             // 
224             // backgroundWorkerRun
225             // 
226             this.backgroundWorkerRun.WorkerSupportsCancellation = true;
227             this.backgroundWorkerRun.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BackgroundWorkerRun_DoWork);
228             this.backgroundWorkerRun.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BackgroundWorkerRun_RunWorkerCompleted);
229             // 
230             // toolTip
231             // 
232             this.toolTip.AutoPopDelay = 10000;
233             this.toolTip.InitialDelay = 500;
234             this.toolTip.ReshowDelay = 100;
235             // 
236             // statusStrip
237             // 
238             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
239             this.toolStripStatusLabelStatus,
240             this.toolStripStatusLabelStopwatch});
241             resources.ApplyResources(this.statusStrip, "statusStrip");
242             this.statusStrip.Name = "statusStrip";
243             // 
244             // toolStripStatusLabelStatus
245             // 
246             this.toolStripStatusLabelStatus.Name = "toolStripStatusLabelStatus";
247             resources.ApplyResources(this.toolStripStatusLabelStatus, "toolStripStatusLabelStatus");
248             this.toolStripStatusLabelStatus.Spring = true;
249             // 
250             // toolStripStatusLabelStopwatch
251             // 
252             this.toolStripStatusLabelStopwatch.Name = "toolStripStatusLabelStopwatch";
253             resources.ApplyResources(this.toolStripStatusLabelStopwatch, "toolStripStatusLabelStopwatch");
254             // 
255             // timerStatusStopwatch
256             // 
257             this.timerStatusStopwatch.Interval = 1000;
258             this.timerStatusStopwatch.Tick += new System.EventHandler(this.TimerStatusStopwatch_Tick);
259             // 
260             // MainForm
261             // 
262             resources.ApplyResources(this, "$this");
263             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
264             this.Controls.Add(this.statusStrip);
265             this.Controls.Add(this.groupBoxRun);
266             this.Controls.Add(this.groupBoxSaveDirectory);
267             this.Controls.Add(this.groupBoxTransfer);
268             this.Name = "MainForm";
269             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
270             this.Load += new System.EventHandler(this.MainForm_Load);
271             this.groupBoxTransfer.ResumeLayout(false);
272             this.groupBoxTransfer.PerformLayout();
273             this.groupBoxSaveDirectory.ResumeLayout(false);
274             this.groupBoxSaveDirectory.PerformLayout();
275             this.groupBoxRun.ResumeLayout(false);
276             this.groupBoxRun.PerformLayout();
277             this.statusStrip.ResumeLayout(false);
278             this.statusStrip.PerformLayout();
279             this.ResumeLayout(false);
280             this.PerformLayout();
281
282         }
283
284         #endregion
285
286         private System.Windows.Forms.GroupBox groupBoxTransfer;
287         private System.Windows.Forms.GroupBox groupBoxSaveDirectory;
288         private System.Windows.Forms.GroupBox groupBoxRun;
289         private System.Windows.Forms.ComboBox comboBoxSource;
290         private System.Windows.Forms.Label labelSource;
291         private System.Windows.Forms.LinkLabel linkLabelSourceURL;
292         private System.Windows.Forms.ComboBox comboBoxTarget;
293         private System.Windows.Forms.Label labelArrow;
294         private System.Windows.Forms.Label labelTarget;
295         private System.Windows.Forms.Button buttonConfig;
296         private System.Windows.Forms.Button buttonSaveDirectory;
297         private System.Windows.Forms.TextBox textBoxSaveDirectory;
298         private System.Windows.Forms.Label labelArticle;
299         private System.Windows.Forms.TextBox textBoxArticle;
300         private System.Windows.Forms.Button buttonRun;
301         private System.Windows.Forms.Button buttonStop;
302         private System.Windows.Forms.TextBox textBoxLog;
303         private System.Windows.Forms.FolderBrowserDialog folderBrowserDialogSaveDirectory;
304         private System.ComponentModel.BackgroundWorker backgroundWorkerRun;
305         private System.Windows.Forms.ToolTip toolTip;
306         private System.Windows.Forms.StatusStrip statusStrip;
307         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelStatus;
308         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelStopwatch;
309         private System.Windows.Forms.Timer timerStatusStopwatch;
310     }
311 }
312