OSDN Git Service

コレクション初期化子を使用する (IDE0028)
[opentween/open-tween.git] / OpenTween / SearchWordDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class SearchWordDialog
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchWordDialog));
32             this.checkTimelineRegex = new System.Windows.Forms.CheckBox();
33             this.checkTimelineCaseSensitive = new System.Windows.Forms.CheckBox();
34             this.label1 = new System.Windows.Forms.Label();
35             this.textSearchTimeline = new System.Windows.Forms.TextBox();
36             this.buttonSearchTimeline = new System.Windows.Forms.Button();
37             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
38             this.buttonSearchTimelineNew = new System.Windows.Forms.Button();
39             this.tabControl = new System.Windows.Forms.TabControl();
40             this.tabPageTimeline = new System.Windows.Forms.TabPage();
41             this.tabPagePublic = new System.Windows.Forms.TabPage();
42             this.linkLabelSearchHelp = new System.Windows.Forms.LinkLabel();
43             this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
44             this.buttonSearchPublic = new System.Windows.Forms.Button();
45             this.label2 = new System.Windows.Forms.Label();
46             this.textSearchPublic = new System.Windows.Forms.TextBox();
47             this.tableLayoutPanel1.SuspendLayout();
48             this.tabControl.SuspendLayout();
49             this.tabPageTimeline.SuspendLayout();
50             this.tabPagePublic.SuspendLayout();
51             this.tableLayoutPanel2.SuspendLayout();
52             this.SuspendLayout();
53             // 
54             // checkTimelineRegex
55             // 
56             resources.ApplyResources(this.checkTimelineRegex, "checkTimelineRegex");
57             this.checkTimelineRegex.Name = "checkTimelineRegex";
58             // 
59             // checkTimelineCaseSensitive
60             // 
61             resources.ApplyResources(this.checkTimelineCaseSensitive, "checkTimelineCaseSensitive");
62             this.checkTimelineCaseSensitive.Name = "checkTimelineCaseSensitive";
63             // 
64             // label1
65             // 
66             resources.ApplyResources(this.label1, "label1");
67             this.label1.Name = "label1";
68             // 
69             // textSearchTimeline
70             // 
71             resources.ApplyResources(this.textSearchTimeline, "textSearchTimeline");
72             this.textSearchTimeline.Name = "textSearchTimeline";
73             // 
74             // buttonSearchTimeline
75             // 
76             resources.ApplyResources(this.buttonSearchTimeline, "buttonSearchTimeline");
77             this.buttonSearchTimeline.Name = "buttonSearchTimeline";
78             this.buttonSearchTimeline.Click += new System.EventHandler(this.buttonSearchTimeline_Click);
79             // 
80             // tableLayoutPanel1
81             // 
82             resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
83             this.tableLayoutPanel1.Controls.Add(this.buttonSearchTimeline, 0, 0);
84             this.tableLayoutPanel1.Controls.Add(this.buttonSearchTimelineNew, 1, 0);
85             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
86             // 
87             // buttonSearchTimelineNew
88             // 
89             resources.ApplyResources(this.buttonSearchTimelineNew, "buttonSearchTimelineNew");
90             this.buttonSearchTimelineNew.Name = "buttonSearchTimelineNew";
91             this.buttonSearchTimelineNew.Click += new System.EventHandler(this.buttonSearchTimelineNew_Click);
92             // 
93             // tabControl
94             // 
95             resources.ApplyResources(this.tabControl, "tabControl");
96             this.tabControl.Controls.Add(this.tabPageTimeline);
97             this.tabControl.Controls.Add(this.tabPagePublic);
98             this.tabControl.HotTrack = true;
99             this.tabControl.Name = "tabControl";
100             this.tabControl.SelectedIndex = 0;
101             this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
102             // 
103             // tabPageTimeline
104             // 
105             this.tabPageTimeline.AccessibleRole = System.Windows.Forms.AccessibleRole.PageTab;
106             this.tabPageTimeline.Controls.Add(this.tableLayoutPanel1);
107             this.tabPageTimeline.Controls.Add(this.label1);
108             this.tabPageTimeline.Controls.Add(this.checkTimelineRegex);
109             this.tabPageTimeline.Controls.Add(this.textSearchTimeline);
110             this.tabPageTimeline.Controls.Add(this.checkTimelineCaseSensitive);
111             resources.ApplyResources(this.tabPageTimeline, "tabPageTimeline");
112             this.tabPageTimeline.Name = "tabPageTimeline";
113             this.tabPageTimeline.UseVisualStyleBackColor = true;
114             // 
115             // tabPagePublic
116             // 
117             this.tabPagePublic.AccessibleRole = System.Windows.Forms.AccessibleRole.PageTab;
118             this.tabPagePublic.Controls.Add(this.linkLabelSearchHelp);
119             this.tabPagePublic.Controls.Add(this.tableLayoutPanel2);
120             this.tabPagePublic.Controls.Add(this.label2);
121             this.tabPagePublic.Controls.Add(this.textSearchPublic);
122             resources.ApplyResources(this.tabPagePublic, "tabPagePublic");
123             this.tabPagePublic.Name = "tabPagePublic";
124             this.tabPagePublic.UseVisualStyleBackColor = true;
125             // 
126             // linkLabelSearchHelp
127             // 
128             resources.ApplyResources(this.linkLabelSearchHelp, "linkLabelSearchHelp");
129             this.linkLabelSearchHelp.Name = "linkLabelSearchHelp";
130             this.linkLabelSearchHelp.TabStop = true;
131             this.linkLabelSearchHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelSearchHelp_LinkClicked);
132             // 
133             // tableLayoutPanel2
134             // 
135             resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
136             this.tableLayoutPanel2.Controls.Add(this.buttonSearchPublic, 0, 0);
137             this.tableLayoutPanel2.Name = "tableLayoutPanel2";
138             // 
139             // buttonSearchPublic
140             // 
141             resources.ApplyResources(this.buttonSearchPublic, "buttonSearchPublic");
142             this.buttonSearchPublic.Name = "buttonSearchPublic";
143             this.buttonSearchPublic.Click += new System.EventHandler(this.buttonSearchPublic_Click);
144             // 
145             // label2
146             // 
147             resources.ApplyResources(this.label2, "label2");
148             this.label2.Name = "label2";
149             // 
150             // textSearchPublic
151             // 
152             resources.ApplyResources(this.textSearchPublic, "textSearchPublic");
153             this.textSearchPublic.Name = "textSearchPublic";
154             // 
155             // SearchWordDialog
156             // 
157             this.AcceptButton = this.buttonSearchTimeline;
158             resources.ApplyResources(this, "$this");
159             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
160             this.Controls.Add(this.tabControl);
161             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
162             this.KeyPreview = true;
163             this.MaximizeBox = false;
164             this.MinimizeBox = false;
165             this.Name = "SearchWordDialog";
166             this.ShowInTaskbar = false;
167             this.Shown += new System.EventHandler(this.SearchWordDialog_Shown);
168             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SearchWordDialog_KeyDown);
169             this.tableLayoutPanel1.ResumeLayout(false);
170             this.tableLayoutPanel1.PerformLayout();
171             this.tabControl.ResumeLayout(false);
172             this.tabPageTimeline.ResumeLayout(false);
173             this.tabPageTimeline.PerformLayout();
174             this.tabPagePublic.ResumeLayout(false);
175             this.tabPagePublic.PerformLayout();
176             this.tableLayoutPanel2.ResumeLayout(false);
177             this.tableLayoutPanel2.PerformLayout();
178             this.ResumeLayout(false);
179
180         }
181
182         #endregion
183
184         private System.Windows.Forms.Button buttonSearchTimelineNew;
185         private System.Windows.Forms.TabControl tabControl;
186         private System.Windows.Forms.TabPage tabPageTimeline;
187         private System.Windows.Forms.TabPage tabPagePublic;
188         private System.Windows.Forms.LinkLabel linkLabelSearchHelp;
189         private System.Windows.Forms.Button buttonSearchTimeline;
190         private System.Windows.Forms.CheckBox checkTimelineRegex;
191         private System.Windows.Forms.CheckBox checkTimelineCaseSensitive;
192         private System.Windows.Forms.Label label1;
193         private System.Windows.Forms.TextBox textSearchTimeline;
194         private System.Windows.Forms.Label label2;
195         private System.Windows.Forms.TextBox textSearchPublic;
196         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
197         private System.Windows.Forms.Button buttonSearchPublic;
198         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
199
200
201     }
202 }