OSDN Git Service

pbs.twimg.com の画像URLのフォーマット変更に対応
[opentween/open-tween.git] / OpenTween / ListManage.Designer.cs
1 namespace OpenTween
2 {
3     partial class ListManage
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(ListManage));
32             this.UserTweetDateTime = new System.Windows.Forms.Label();
33             this.UserIcon = new OpenTween.OTPictureBox();
34             this.ListsList = new System.Windows.Forms.ListBox();
35             this.UserTweet = new System.Windows.Forms.Label();
36             this.DeleteUserButton = new System.Windows.Forms.Button();
37             this.UserProfile = new System.Windows.Forms.Label();
38             this.PrivateRadioButton = new System.Windows.Forms.RadioButton();
39             this.GroupBox2 = new System.Windows.Forms.GroupBox();
40             this.PublicRadioButton = new System.Windows.Forms.RadioButton();
41             this.EditCheckBox = new System.Windows.Forms.CheckBox();
42             this.Label20 = new System.Windows.Forms.Label();
43             this.SubscriberCountTextBox = new System.Windows.Forms.TextBox();
44             this.MemberCountTextBox = new System.Windows.Forms.TextBox();
45             this.UsernameTextBox = new System.Windows.Forms.TextBox();
46             this.Label17 = new System.Windows.Forms.Label();
47             this.RefreshListsButton = new System.Windows.Forms.Button();
48             this.UserPostsNum = new System.Windows.Forms.Label();
49             this.Label3 = new System.Windows.Forms.Label();
50             this.Label15 = new System.Windows.Forms.Label();
51             this.CloseButton = new System.Windows.Forms.Button();
52             this.Label13 = new System.Windows.Forms.Label();
53             this.RefreshUsersButton = new System.Windows.Forms.Button();
54             this.UserFollowerNum = new System.Windows.Forms.Label();
55             this.ListGroup = new System.Windows.Forms.GroupBox();
56             this.Label1 = new System.Windows.Forms.Label();
57             this.CancelEditButton = new System.Windows.Forms.Button();
58             this.OKEditButton = new System.Windows.Forms.Button();
59             this.NameTextBox = new System.Windows.Forms.TextBox();
60             this.Label4 = new System.Windows.Forms.Label();
61             this.Label6 = new System.Windows.Forms.Label();
62             this.Label10 = new System.Windows.Forms.Label();
63             this.DescriptionText = new System.Windows.Forms.TextBox();
64             this.Label12 = new System.Windows.Forms.Label();
65             this.UserFollowNum = new System.Windows.Forms.Label();
66             this.Label9 = new System.Windows.Forms.Label();
67             this.MemberGroup = new System.Windows.Forms.GroupBox();
68             this.UserList = new System.Windows.Forms.ListBox();
69             this.GetMoreUsersButton = new System.Windows.Forms.Button();
70             this.AddListButton = new System.Windows.Forms.Button();
71             this.DeleteListButton = new System.Windows.Forms.Button();
72             this.UserWeb = new System.Windows.Forms.LinkLabel();
73             this.UserLocation = new System.Windows.Forms.Label();
74             this.Label8 = new System.Windows.Forms.Label();
75             this.UserGroup = new System.Windows.Forms.GroupBox();
76             this.Label5 = new System.Windows.Forms.Label();
77             ((System.ComponentModel.ISupportInitialize)(this.UserIcon)).BeginInit();
78             this.GroupBox2.SuspendLayout();
79             this.ListGroup.SuspendLayout();
80             this.MemberGroup.SuspendLayout();
81             this.UserGroup.SuspendLayout();
82             this.SuspendLayout();
83             // 
84             // UserTweetDateTime
85             // 
86             resources.ApplyResources(this.UserTweetDateTime, "UserTweetDateTime");
87             this.UserTweetDateTime.Name = "UserTweetDateTime";
88             // 
89             // UserIcon
90             // 
91             this.UserIcon.BackColor = System.Drawing.Color.White;
92             this.UserIcon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
93             resources.ApplyResources(this.UserIcon, "UserIcon");
94             this.UserIcon.Name = "UserIcon";
95             this.UserIcon.TabStop = false;
96             // 
97             // ListsList
98             // 
99             this.ListsList.DisplayMember = "Name";
100             this.ListsList.FormattingEnabled = true;
101             resources.ApplyResources(this.ListsList, "ListsList");
102             this.ListsList.Name = "ListsList";
103             this.ListsList.SelectedIndexChanged += new System.EventHandler(this.ListsList_SelectedIndexChanged);
104             // 
105             // UserTweet
106             // 
107             this.UserTweet.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
108             resources.ApplyResources(this.UserTweet, "UserTweet");
109             this.UserTweet.Name = "UserTweet";
110             // 
111             // DeleteUserButton
112             // 
113             resources.ApplyResources(this.DeleteUserButton, "DeleteUserButton");
114             this.DeleteUserButton.Name = "DeleteUserButton";
115             this.DeleteUserButton.UseVisualStyleBackColor = true;
116             this.DeleteUserButton.Click += new System.EventHandler(this.DeleteUserButton_Click);
117             // 
118             // UserProfile
119             // 
120             this.UserProfile.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
121             resources.ApplyResources(this.UserProfile, "UserProfile");
122             this.UserProfile.Name = "UserProfile";
123             // 
124             // PrivateRadioButton
125             // 
126             resources.ApplyResources(this.PrivateRadioButton, "PrivateRadioButton");
127             this.PrivateRadioButton.Name = "PrivateRadioButton";
128             this.PrivateRadioButton.TabStop = true;
129             this.PrivateRadioButton.UseVisualStyleBackColor = true;
130             // 
131             // GroupBox2
132             // 
133             this.GroupBox2.Controls.Add(this.PrivateRadioButton);
134             this.GroupBox2.Controls.Add(this.PublicRadioButton);
135             resources.ApplyResources(this.GroupBox2, "GroupBox2");
136             this.GroupBox2.Name = "GroupBox2";
137             this.GroupBox2.TabStop = false;
138             // 
139             // PublicRadioButton
140             // 
141             resources.ApplyResources(this.PublicRadioButton, "PublicRadioButton");
142             this.PublicRadioButton.Name = "PublicRadioButton";
143             this.PublicRadioButton.TabStop = true;
144             this.PublicRadioButton.UseVisualStyleBackColor = true;
145             // 
146             // EditCheckBox
147             // 
148             resources.ApplyResources(this.EditCheckBox, "EditCheckBox");
149             this.EditCheckBox.Name = "EditCheckBox";
150             this.EditCheckBox.UseVisualStyleBackColor = true;
151             this.EditCheckBox.CheckedChanged += new System.EventHandler(this.EditCheckBox_CheckedChanged);
152             // 
153             // Label20
154             // 
155             resources.ApplyResources(this.Label20, "Label20");
156             this.Label20.Name = "Label20";
157             // 
158             // SubscriberCountTextBox
159             // 
160             resources.ApplyResources(this.SubscriberCountTextBox, "SubscriberCountTextBox");
161             this.SubscriberCountTextBox.Name = "SubscriberCountTextBox";
162             this.SubscriberCountTextBox.ReadOnly = true;
163             // 
164             // MemberCountTextBox
165             // 
166             resources.ApplyResources(this.MemberCountTextBox, "MemberCountTextBox");
167             this.MemberCountTextBox.Name = "MemberCountTextBox";
168             this.MemberCountTextBox.ReadOnly = true;
169             // 
170             // UsernameTextBox
171             // 
172             resources.ApplyResources(this.UsernameTextBox, "UsernameTextBox");
173             this.UsernameTextBox.Name = "UsernameTextBox";
174             this.UsernameTextBox.ReadOnly = true;
175             // 
176             // Label17
177             // 
178             resources.ApplyResources(this.Label17, "Label17");
179             this.Label17.Name = "Label17";
180             // 
181             // RefreshListsButton
182             // 
183             resources.ApplyResources(this.RefreshListsButton, "RefreshListsButton");
184             this.RefreshListsButton.Name = "RefreshListsButton";
185             this.RefreshListsButton.UseVisualStyleBackColor = true;
186             this.RefreshListsButton.Click += new System.EventHandler(this.RefreshListsButton_Click);
187             // 
188             // UserPostsNum
189             // 
190             this.UserPostsNum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
191             resources.ApplyResources(this.UserPostsNum, "UserPostsNum");
192             this.UserPostsNum.Name = "UserPostsNum";
193             // 
194             // Label3
195             // 
196             resources.ApplyResources(this.Label3, "Label3");
197             this.Label3.Name = "Label3";
198             // 
199             // Label15
200             // 
201             resources.ApplyResources(this.Label15, "Label15");
202             this.Label15.Name = "Label15";
203             // 
204             // CloseButton
205             // 
206             this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.OK;
207             resources.ApplyResources(this.CloseButton, "CloseButton");
208             this.CloseButton.Name = "CloseButton";
209             this.CloseButton.UseVisualStyleBackColor = true;
210             // 
211             // Label13
212             // 
213             resources.ApplyResources(this.Label13, "Label13");
214             this.Label13.Name = "Label13";
215             // 
216             // RefreshUsersButton
217             // 
218             resources.ApplyResources(this.RefreshUsersButton, "RefreshUsersButton");
219             this.RefreshUsersButton.Name = "RefreshUsersButton";
220             this.RefreshUsersButton.UseVisualStyleBackColor = true;
221             this.RefreshUsersButton.Click += new System.EventHandler(this.RefreshUsersButton_Click);
222             // 
223             // UserFollowerNum
224             // 
225             this.UserFollowerNum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
226             resources.ApplyResources(this.UserFollowerNum, "UserFollowerNum");
227             this.UserFollowerNum.Name = "UserFollowerNum";
228             // 
229             // ListGroup
230             // 
231             this.ListGroup.Controls.Add(this.Label1);
232             this.ListGroup.Controls.Add(this.CancelEditButton);
233             this.ListGroup.Controls.Add(this.GroupBox2);
234             this.ListGroup.Controls.Add(this.OKEditButton);
235             this.ListGroup.Controls.Add(this.SubscriberCountTextBox);
236             this.ListGroup.Controls.Add(this.MemberCountTextBox);
237             this.ListGroup.Controls.Add(this.UsernameTextBox);
238             this.ListGroup.Controls.Add(this.NameTextBox);
239             this.ListGroup.Controls.Add(this.Label4);
240             this.ListGroup.Controls.Add(this.Label6);
241             this.ListGroup.Controls.Add(this.Label10);
242             this.ListGroup.Controls.Add(this.DescriptionText);
243             this.ListGroup.Controls.Add(this.Label12);
244             resources.ApplyResources(this.ListGroup, "ListGroup");
245             this.ListGroup.Name = "ListGroup";
246             this.ListGroup.TabStop = false;
247             // 
248             // Label1
249             // 
250             resources.ApplyResources(this.Label1, "Label1");
251             this.Label1.Name = "Label1";
252             // 
253             // CancelEditButton
254             // 
255             resources.ApplyResources(this.CancelEditButton, "CancelEditButton");
256             this.CancelEditButton.Name = "CancelEditButton";
257             this.CancelEditButton.UseVisualStyleBackColor = true;
258             this.CancelEditButton.Click += new System.EventHandler(this.CancelEditButton_Click);
259             // 
260             // OKEditButton
261             // 
262             resources.ApplyResources(this.OKEditButton, "OKEditButton");
263             this.OKEditButton.Name = "OKEditButton";
264             this.OKEditButton.UseVisualStyleBackColor = true;
265             this.OKEditButton.Click += new System.EventHandler(this.OKEditButton_Click);
266             // 
267             // NameTextBox
268             // 
269             resources.ApplyResources(this.NameTextBox, "NameTextBox");
270             this.NameTextBox.Name = "NameTextBox";
271             this.NameTextBox.ReadOnly = true;
272             // 
273             // Label4
274             // 
275             resources.ApplyResources(this.Label4, "Label4");
276             this.Label4.Name = "Label4";
277             // 
278             // Label6
279             // 
280             resources.ApplyResources(this.Label6, "Label6");
281             this.Label6.Name = "Label6";
282             // 
283             // Label10
284             // 
285             resources.ApplyResources(this.Label10, "Label10");
286             this.Label10.Name = "Label10";
287             // 
288             // DescriptionText
289             // 
290             resources.ApplyResources(this.DescriptionText, "DescriptionText");
291             this.DescriptionText.Name = "DescriptionText";
292             this.DescriptionText.ReadOnly = true;
293             // 
294             // Label12
295             // 
296             resources.ApplyResources(this.Label12, "Label12");
297             this.Label12.Name = "Label12";
298             // 
299             // UserFollowNum
300             // 
301             this.UserFollowNum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
302             resources.ApplyResources(this.UserFollowNum, "UserFollowNum");
303             this.UserFollowNum.Name = "UserFollowNum";
304             // 
305             // Label9
306             // 
307             resources.ApplyResources(this.Label9, "Label9");
308             this.Label9.Name = "Label9";
309             // 
310             // MemberGroup
311             // 
312             this.MemberGroup.Controls.Add(this.UserList);
313             this.MemberGroup.Controls.Add(this.GetMoreUsersButton);
314             this.MemberGroup.Controls.Add(this.RefreshUsersButton);
315             resources.ApplyResources(this.MemberGroup, "MemberGroup");
316             this.MemberGroup.Name = "MemberGroup";
317             this.MemberGroup.TabStop = false;
318             // 
319             // UserList
320             // 
321             this.UserList.FormattingEnabled = true;
322             resources.ApplyResources(this.UserList, "UserList");
323             this.UserList.Name = "UserList";
324             this.UserList.SelectedIndexChanged += new System.EventHandler(this.UserList_SelectedIndexChanged);
325             // 
326             // GetMoreUsersButton
327             // 
328             resources.ApplyResources(this.GetMoreUsersButton, "GetMoreUsersButton");
329             this.GetMoreUsersButton.Name = "GetMoreUsersButton";
330             this.GetMoreUsersButton.UseVisualStyleBackColor = true;
331             this.GetMoreUsersButton.Click += new System.EventHandler(this.GetMoreUsersButton_Click);
332             // 
333             // AddListButton
334             // 
335             resources.ApplyResources(this.AddListButton, "AddListButton");
336             this.AddListButton.Name = "AddListButton";
337             this.AddListButton.UseVisualStyleBackColor = true;
338             this.AddListButton.Click += new System.EventHandler(this.AddListButton_Click);
339             // 
340             // DeleteListButton
341             // 
342             resources.ApplyResources(this.DeleteListButton, "DeleteListButton");
343             this.DeleteListButton.Name = "DeleteListButton";
344             this.DeleteListButton.UseVisualStyleBackColor = true;
345             this.DeleteListButton.Click += new System.EventHandler(this.DeleteListButton_Click);
346             // 
347             // UserWeb
348             // 
349             this.UserWeb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
350             resources.ApplyResources(this.UserWeb, "UserWeb");
351             this.UserWeb.Name = "UserWeb";
352             this.UserWeb.TabStop = true;
353             this.UserWeb.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.UserWeb_LinkClicked);
354             // 
355             // UserLocation
356             // 
357             this.UserLocation.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
358             resources.ApplyResources(this.UserLocation, "UserLocation");
359             this.UserLocation.Name = "UserLocation";
360             // 
361             // Label8
362             // 
363             resources.ApplyResources(this.Label8, "Label8");
364             this.Label8.Name = "Label8";
365             // 
366             // UserGroup
367             // 
368             this.UserGroup.Controls.Add(this.UserTweetDateTime);
369             this.UserGroup.Controls.Add(this.UserIcon);
370             this.UserGroup.Controls.Add(this.UserTweet);
371             this.UserGroup.Controls.Add(this.Label20);
372             this.UserGroup.Controls.Add(this.DeleteUserButton);
373             this.UserGroup.Controls.Add(this.UserProfile);
374             this.UserGroup.Controls.Add(this.Label17);
375             this.UserGroup.Controls.Add(this.UserPostsNum);
376             this.UserGroup.Controls.Add(this.Label15);
377             this.UserGroup.Controls.Add(this.UserFollowerNum);
378             this.UserGroup.Controls.Add(this.Label13);
379             this.UserGroup.Controls.Add(this.UserFollowNum);
380             this.UserGroup.Controls.Add(this.Label9);
381             this.UserGroup.Controls.Add(this.UserWeb);
382             this.UserGroup.Controls.Add(this.Label8);
383             this.UserGroup.Controls.Add(this.UserLocation);
384             this.UserGroup.Controls.Add(this.Label5);
385             resources.ApplyResources(this.UserGroup, "UserGroup");
386             this.UserGroup.Name = "UserGroup";
387             this.UserGroup.TabStop = false;
388             // 
389             // Label5
390             // 
391             resources.ApplyResources(this.Label5, "Label5");
392             this.Label5.Name = "Label5";
393             // 
394             // ListManage
395             // 
396             resources.ApplyResources(this, "$this");
397             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
398             this.CancelButton = this.CloseButton;
399             this.Controls.Add(this.ListsList);
400             this.Controls.Add(this.EditCheckBox);
401             this.Controls.Add(this.RefreshListsButton);
402             this.Controls.Add(this.Label3);
403             this.Controls.Add(this.CloseButton);
404             this.Controls.Add(this.ListGroup);
405             this.Controls.Add(this.MemberGroup);
406             this.Controls.Add(this.AddListButton);
407             this.Controls.Add(this.DeleteListButton);
408             this.Controls.Add(this.UserGroup);
409             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
410             this.MaximizeBox = false;
411             this.MinimizeBox = false;
412             this.Name = "ListManage";
413             this.ShowInTaskbar = false;
414             this.TopMost = true;
415             this.Load += new System.EventHandler(this.ListManage_Load);
416             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ListManage_KeyDown);
417             this.Validating += new System.ComponentModel.CancelEventHandler(this.ListManage_Validating);
418             ((System.ComponentModel.ISupportInitialize)(this.UserIcon)).EndInit();
419             this.GroupBox2.ResumeLayout(false);
420             this.GroupBox2.PerformLayout();
421             this.ListGroup.ResumeLayout(false);
422             this.ListGroup.PerformLayout();
423             this.MemberGroup.ResumeLayout(false);
424             this.UserGroup.ResumeLayout(false);
425             this.UserGroup.PerformLayout();
426             this.ResumeLayout(false);
427             this.PerformLayout();
428
429         }
430
431         #endregion
432
433         internal System.Windows.Forms.Label UserTweetDateTime;
434         internal OTPictureBox UserIcon;
435         internal System.Windows.Forms.ListBox ListsList;
436         internal System.Windows.Forms.Label UserTweet;
437         internal System.Windows.Forms.Button DeleteUserButton;
438         internal System.Windows.Forms.Label UserProfile;
439         internal System.Windows.Forms.RadioButton PrivateRadioButton;
440         internal System.Windows.Forms.GroupBox GroupBox2;
441         internal System.Windows.Forms.RadioButton PublicRadioButton;
442         internal System.Windows.Forms.CheckBox EditCheckBox;
443         internal System.Windows.Forms.Label Label20;
444         internal System.Windows.Forms.TextBox SubscriberCountTextBox;
445         internal System.Windows.Forms.TextBox MemberCountTextBox;
446         internal System.Windows.Forms.TextBox UsernameTextBox;
447         internal System.Windows.Forms.Label Label17;
448         internal System.Windows.Forms.Button RefreshListsButton;
449         internal System.Windows.Forms.Label UserPostsNum;
450         internal System.Windows.Forms.Label Label3;
451         internal System.Windows.Forms.Label Label15;
452         internal System.Windows.Forms.Button CloseButton;
453         internal System.Windows.Forms.Label Label13;
454         internal System.Windows.Forms.Button RefreshUsersButton;
455         internal System.Windows.Forms.Label UserFollowerNum;
456         internal System.Windows.Forms.GroupBox ListGroup;
457         internal System.Windows.Forms.Label Label1;
458         internal System.Windows.Forms.Button CancelEditButton;
459         internal System.Windows.Forms.Button OKEditButton;
460         internal System.Windows.Forms.TextBox NameTextBox;
461         internal System.Windows.Forms.Label Label4;
462         internal System.Windows.Forms.Label Label6;
463         internal System.Windows.Forms.Label Label10;
464         internal System.Windows.Forms.TextBox DescriptionText;
465         internal System.Windows.Forms.Label Label12;
466         internal System.Windows.Forms.Label UserFollowNum;
467         internal System.Windows.Forms.Label Label9;
468         internal System.Windows.Forms.GroupBox MemberGroup;
469         internal System.Windows.Forms.ListBox UserList;
470         internal System.Windows.Forms.Button GetMoreUsersButton;
471         internal System.Windows.Forms.Button AddListButton;
472         internal System.Windows.Forms.Button DeleteListButton;
473         internal System.Windows.Forms.LinkLabel UserWeb;
474         internal System.Windows.Forms.Label UserLocation;
475         internal System.Windows.Forms.Label Label8;
476         internal System.Windows.Forms.GroupBox UserGroup;
477         internal System.Windows.Forms.Label Label5;
478     }
479 }