OSDN Git Service

自動プロパティを使用する (IDE0032)
[opentween/open-tween.git] / OpenTween / HashtagManage.Designer.cs
1 namespace OpenTween
2 {
3     partial class HashtagManage
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HashtagManage));
32             this.HistoryHashList = new System.Windows.Forms.ListBox();
33             this.Label3 = new System.Windows.Forms.Label();
34             this.UnSelectButton = new System.Windows.Forms.Button();
35             this.RadioLast = new System.Windows.Forms.RadioButton();
36             this.RadioHead = new System.Windows.Forms.RadioButton();
37             this.TableLayoutButtons = new System.Windows.Forms.TableLayoutPanel();
38             this.Cancel_Button = new System.Windows.Forms.Button();
39             this.OK_Button = new System.Windows.Forms.Button();
40             this.DeleteButton = new System.Windows.Forms.Button();
41             this.PermCancel_Button = new System.Windows.Forms.Button();
42             this.EditButton = new System.Windows.Forms.Button();
43             this.AddButton = new System.Windows.Forms.Button();
44             this.GroupHashtag = new System.Windows.Forms.GroupBox();
45             this.CheckPermanent = new System.Windows.Forms.CheckBox();
46             this.PermOK_Button = new System.Windows.Forms.Button();
47             this.TableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
48             this.CheckNotAddToAtReply = new System.Windows.Forms.CheckBox();
49             this.GroupDetail = new System.Windows.Forms.GroupBox();
50             this.UseHashText = new System.Windows.Forms.TextBox();
51             this.Label1 = new System.Windows.Forms.Label();
52             this.TableLayoutButtons.SuspendLayout();
53             this.GroupHashtag.SuspendLayout();
54             this.TableLayoutPanel2.SuspendLayout();
55             this.GroupDetail.SuspendLayout();
56             this.SuspendLayout();
57             // 
58             // HistoryHashList
59             // 
60             this.HistoryHashList.FormattingEnabled = true;
61             resources.ApplyResources(this.HistoryHashList, "HistoryHashList");
62             this.HistoryHashList.Name = "HistoryHashList";
63             this.HistoryHashList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
64             this.HistoryHashList.DoubleClick += new System.EventHandler(this.HistoryHashList_DoubleClick);
65             this.HistoryHashList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HistoryHashList_KeyDown);
66             // 
67             // Label3
68             // 
69             resources.ApplyResources(this.Label3, "Label3");
70             this.Label3.Name = "Label3";
71             // 
72             // UnSelectButton
73             // 
74             resources.ApplyResources(this.UnSelectButton, "UnSelectButton");
75             this.UnSelectButton.Name = "UnSelectButton";
76             this.UnSelectButton.UseVisualStyleBackColor = true;
77             this.UnSelectButton.Click += new System.EventHandler(this.UnSelectButton_Click);
78             // 
79             // RadioLast
80             // 
81             resources.ApplyResources(this.RadioLast, "RadioLast");
82             this.RadioLast.Name = "RadioLast";
83             this.RadioLast.TabStop = true;
84             this.RadioLast.UseVisualStyleBackColor = true;
85             // 
86             // RadioHead
87             // 
88             resources.ApplyResources(this.RadioHead, "RadioHead");
89             this.RadioHead.Name = "RadioHead";
90             this.RadioHead.TabStop = true;
91             this.RadioHead.UseVisualStyleBackColor = true;
92             // 
93             // TableLayoutButtons
94             // 
95             resources.ApplyResources(this.TableLayoutButtons, "TableLayoutButtons");
96             this.TableLayoutButtons.Controls.Add(this.Cancel_Button, 1, 0);
97             this.TableLayoutButtons.Controls.Add(this.OK_Button, 0, 0);
98             this.TableLayoutButtons.Name = "TableLayoutButtons";
99             // 
100             // Cancel_Button
101             // 
102             resources.ApplyResources(this.Cancel_Button, "Cancel_Button");
103             this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
104             this.Cancel_Button.Name = "Cancel_Button";
105             this.Cancel_Button.Click += new System.EventHandler(this.Cancel_Button_Click);
106             // 
107             // OK_Button
108             // 
109             resources.ApplyResources(this.OK_Button, "OK_Button");
110             this.OK_Button.DialogResult = System.Windows.Forms.DialogResult.OK;
111             this.OK_Button.Name = "OK_Button";
112             this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click);
113             // 
114             // DeleteButton
115             // 
116             resources.ApplyResources(this.DeleteButton, "DeleteButton");
117             this.DeleteButton.Name = "DeleteButton";
118             this.DeleteButton.UseVisualStyleBackColor = true;
119             this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
120             // 
121             // PermCancel_Button
122             // 
123             resources.ApplyResources(this.PermCancel_Button, "PermCancel_Button");
124             this.PermCancel_Button.Name = "PermCancel_Button";
125             this.PermCancel_Button.Click += new System.EventHandler(this.PermCancel_Button_Click);
126             // 
127             // EditButton
128             // 
129             resources.ApplyResources(this.EditButton, "EditButton");
130             this.EditButton.Name = "EditButton";
131             this.EditButton.UseVisualStyleBackColor = true;
132             this.EditButton.Click += new System.EventHandler(this.EditButton_Click);
133             // 
134             // AddButton
135             // 
136             resources.ApplyResources(this.AddButton, "AddButton");
137             this.AddButton.Name = "AddButton";
138             this.AddButton.UseVisualStyleBackColor = true;
139             this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
140             // 
141             // GroupHashtag
142             // 
143             this.GroupHashtag.Controls.Add(this.HistoryHashList);
144             this.GroupHashtag.Controls.Add(this.Label3);
145             this.GroupHashtag.Controls.Add(this.UnSelectButton);
146             this.GroupHashtag.Controls.Add(this.RadioLast);
147             this.GroupHashtag.Controls.Add(this.DeleteButton);
148             this.GroupHashtag.Controls.Add(this.RadioHead);
149             this.GroupHashtag.Controls.Add(this.EditButton);
150             this.GroupHashtag.Controls.Add(this.AddButton);
151             this.GroupHashtag.Controls.Add(this.CheckPermanent);
152             resources.ApplyResources(this.GroupHashtag, "GroupHashtag");
153             this.GroupHashtag.Name = "GroupHashtag";
154             this.GroupHashtag.TabStop = false;
155             // 
156             // CheckPermanent
157             // 
158             resources.ApplyResources(this.CheckPermanent, "CheckPermanent");
159             this.CheckPermanent.Name = "CheckPermanent";
160             this.CheckPermanent.UseVisualStyleBackColor = true;
161             // 
162             // PermOK_Button
163             // 
164             resources.ApplyResources(this.PermOK_Button, "PermOK_Button");
165             this.PermOK_Button.Name = "PermOK_Button";
166             this.PermOK_Button.Click += new System.EventHandler(this.PermOK_Button_Click);
167             // 
168             // TableLayoutPanel2
169             // 
170             resources.ApplyResources(this.TableLayoutPanel2, "TableLayoutPanel2");
171             this.TableLayoutPanel2.Controls.Add(this.PermOK_Button, 0, 0);
172             this.TableLayoutPanel2.Controls.Add(this.PermCancel_Button, 1, 0);
173             this.TableLayoutPanel2.Name = "TableLayoutPanel2";
174             // 
175             // CheckNotAddToAtReply
176             // 
177             resources.ApplyResources(this.CheckNotAddToAtReply, "CheckNotAddToAtReply");
178             this.CheckNotAddToAtReply.Checked = true;
179             this.CheckNotAddToAtReply.CheckState = System.Windows.Forms.CheckState.Checked;
180             this.CheckNotAddToAtReply.Name = "CheckNotAddToAtReply";
181             this.CheckNotAddToAtReply.UseVisualStyleBackColor = true;
182             this.CheckNotAddToAtReply.CheckedChanged += new System.EventHandler(this.CheckNotAddToAtReply_CheckedChanged);
183             // 
184             // GroupDetail
185             // 
186             this.GroupDetail.Controls.Add(this.TableLayoutPanel2);
187             this.GroupDetail.Controls.Add(this.UseHashText);
188             this.GroupDetail.Controls.Add(this.Label1);
189             resources.ApplyResources(this.GroupDetail, "GroupDetail");
190             this.GroupDetail.Name = "GroupDetail";
191             this.GroupDetail.TabStop = false;
192             // 
193             // UseHashText
194             // 
195             resources.ApplyResources(this.UseHashText, "UseHashText");
196             this.UseHashText.Name = "UseHashText";
197             this.UseHashText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.UseHashText_KeyPress);
198             // 
199             // Label1
200             // 
201             resources.ApplyResources(this.Label1, "Label1");
202             this.Label1.Name = "Label1";
203             // 
204             // HashtagManage
205             // 
206             resources.ApplyResources(this, "$this");
207             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
208             this.CancelButton = this.Cancel_Button;
209             this.Controls.Add(this.TableLayoutButtons);
210             this.Controls.Add(this.GroupHashtag);
211             this.Controls.Add(this.CheckNotAddToAtReply);
212             this.Controls.Add(this.GroupDetail);
213             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
214             this.KeyPreview = true;
215             this.MaximizeBox = false;
216             this.MinimizeBox = false;
217             this.Name = "HashtagManage";
218             this.ShowInTaskbar = false;
219             this.TopMost = true;
220             this.Shown += new System.EventHandler(this.HashtagManage_Shown);
221             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HashtagManage_KeyDown);
222             this.TableLayoutButtons.ResumeLayout(false);
223             this.GroupHashtag.ResumeLayout(false);
224             this.GroupHashtag.PerformLayout();
225             this.TableLayoutPanel2.ResumeLayout(false);
226             this.GroupDetail.ResumeLayout(false);
227             this.GroupDetail.PerformLayout();
228             this.ResumeLayout(false);
229             this.PerformLayout();
230
231         }
232
233         #endregion
234
235         internal System.Windows.Forms.ListBox HistoryHashList;
236         internal System.Windows.Forms.Label Label3;
237         internal System.Windows.Forms.Button UnSelectButton;
238         internal System.Windows.Forms.RadioButton RadioLast;
239         internal System.Windows.Forms.RadioButton RadioHead;
240         internal System.Windows.Forms.TableLayoutPanel TableLayoutButtons;
241         internal System.Windows.Forms.Button Cancel_Button;
242         internal System.Windows.Forms.Button OK_Button;
243         internal System.Windows.Forms.Button DeleteButton;
244         internal System.Windows.Forms.Button PermCancel_Button;
245         internal System.Windows.Forms.Button EditButton;
246         internal System.Windows.Forms.Button AddButton;
247         internal System.Windows.Forms.GroupBox GroupHashtag;
248         internal System.Windows.Forms.CheckBox CheckPermanent;
249         internal System.Windows.Forms.Button PermOK_Button;
250         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel2;
251         internal System.Windows.Forms.CheckBox CheckNotAddToAtReply;
252         internal System.Windows.Forms.GroupBox GroupDetail;
253         internal System.Windows.Forms.TextBox UseHashText;
254         internal System.Windows.Forms.Label Label1;
255     }
256 }