OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / ListAvailable.Designer.cs
1 namespace OpenTween
2 {
3     partial class ListAvailable
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(ListAvailable));
32             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
33             this.OK_Button = new System.Windows.Forms.Button();
34             this.Cancel_Button = new System.Windows.Forms.Button();
35             this.Label1 = new System.Windows.Forms.Label();
36             this.UsernameLabel = new System.Windows.Forms.Label();
37             this.NameLabel = new System.Windows.Forms.Label();
38             this.Label4 = new System.Windows.Forms.Label();
39             this.Label6 = new System.Windows.Forms.Label();
40             this.StatusLabel = new System.Windows.Forms.Label();
41             this.Label8 = new System.Windows.Forms.Label();
42             this.MemberCountLabel = new System.Windows.Forms.Label();
43             this.Label10 = new System.Windows.Forms.Label();
44             this.SubscriberCountLabel = new System.Windows.Forms.Label();
45             this.Label12 = new System.Windows.Forms.Label();
46             this.DescriptionText = new System.Windows.Forms.TextBox();
47             this.RefreshButton = new System.Windows.Forms.Button();
48             this.ListsList = new System.Windows.Forms.ListBox();
49             this.TableLayoutPanel1.SuspendLayout();
50             this.SuspendLayout();
51             // 
52             // TableLayoutPanel1
53             // 
54             resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1");
55             this.TableLayoutPanel1.Controls.Add(this.OK_Button, 0, 0);
56             this.TableLayoutPanel1.Controls.Add(this.Cancel_Button, 1, 0);
57             this.TableLayoutPanel1.Name = "TableLayoutPanel1";
58             // 
59             // OK_Button
60             // 
61             resources.ApplyResources(this.OK_Button, "OK_Button");
62             this.OK_Button.Name = "OK_Button";
63             this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click);
64             // 
65             // Cancel_Button
66             // 
67             resources.ApplyResources(this.Cancel_Button, "Cancel_Button");
68             this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
69             this.Cancel_Button.Name = "Cancel_Button";
70             this.Cancel_Button.Click += new System.EventHandler(this.Cancel_Button_Click);
71             // 
72             // Label1
73             // 
74             resources.ApplyResources(this.Label1, "Label1");
75             this.Label1.Name = "Label1";
76             // 
77             // UsernameLabel
78             // 
79             this.UsernameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
80             resources.ApplyResources(this.UsernameLabel, "UsernameLabel");
81             this.UsernameLabel.Name = "UsernameLabel";
82             // 
83             // NameLabel
84             // 
85             this.NameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
86             resources.ApplyResources(this.NameLabel, "NameLabel");
87             this.NameLabel.Name = "NameLabel";
88             // 
89             // Label4
90             // 
91             resources.ApplyResources(this.Label4, "Label4");
92             this.Label4.Name = "Label4";
93             // 
94             // Label6
95             // 
96             resources.ApplyResources(this.Label6, "Label6");
97             this.Label6.Name = "Label6";
98             // 
99             // StatusLabel
100             // 
101             this.StatusLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
102             resources.ApplyResources(this.StatusLabel, "StatusLabel");
103             this.StatusLabel.Name = "StatusLabel";
104             // 
105             // Label8
106             // 
107             resources.ApplyResources(this.Label8, "Label8");
108             this.Label8.Name = "Label8";
109             // 
110             // MemberCountLabel
111             // 
112             this.MemberCountLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
113             resources.ApplyResources(this.MemberCountLabel, "MemberCountLabel");
114             this.MemberCountLabel.Name = "MemberCountLabel";
115             // 
116             // Label10
117             // 
118             resources.ApplyResources(this.Label10, "Label10");
119             this.Label10.Name = "Label10";
120             // 
121             // SubscriberCountLabel
122             // 
123             this.SubscriberCountLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
124             resources.ApplyResources(this.SubscriberCountLabel, "SubscriberCountLabel");
125             this.SubscriberCountLabel.Name = "SubscriberCountLabel";
126             // 
127             // Label12
128             // 
129             resources.ApplyResources(this.Label12, "Label12");
130             this.Label12.Name = "Label12";
131             // 
132             // DescriptionText
133             // 
134             resources.ApplyResources(this.DescriptionText, "DescriptionText");
135             this.DescriptionText.Name = "DescriptionText";
136             this.DescriptionText.ReadOnly = true;
137             this.DescriptionText.TabStop = false;
138             // 
139             // RefreshButton
140             // 
141             resources.ApplyResources(this.RefreshButton, "RefreshButton");
142             this.RefreshButton.Name = "RefreshButton";
143             this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
144             // 
145             // ListsList
146             // 
147             this.ListsList.FormattingEnabled = true;
148             resources.ApplyResources(this.ListsList, "ListsList");
149             this.ListsList.Name = "ListsList";
150             this.ListsList.SelectedIndexChanged += new System.EventHandler(this.ListsList_SelectedIndexChanged);
151             // 
152             // ListAvailable
153             // 
154             this.AcceptButton = this.OK_Button;
155             resources.ApplyResources(this, "$this");
156             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
157             this.CancelButton = this.Cancel_Button;
158             this.Controls.Add(this.ListsList);
159             this.Controls.Add(this.RefreshButton);
160             this.Controls.Add(this.DescriptionText);
161             this.Controls.Add(this.SubscriberCountLabel);
162             this.Controls.Add(this.Label12);
163             this.Controls.Add(this.MemberCountLabel);
164             this.Controls.Add(this.Label10);
165             this.Controls.Add(this.StatusLabel);
166             this.Controls.Add(this.Label8);
167             this.Controls.Add(this.Label6);
168             this.Controls.Add(this.NameLabel);
169             this.Controls.Add(this.Label4);
170             this.Controls.Add(this.UsernameLabel);
171             this.Controls.Add(this.Label1);
172             this.Controls.Add(this.TableLayoutPanel1);
173             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
174             this.MaximizeBox = false;
175             this.MinimizeBox = false;
176             this.Name = "ListAvailable";
177             this.ShowInTaskbar = false;
178             this.Shown += new System.EventHandler(this.ListAvailable_Shown);
179             this.TableLayoutPanel1.ResumeLayout(false);
180             this.ResumeLayout(false);
181             this.PerformLayout();
182
183         }
184
185         #endregion
186
187         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
188         internal System.Windows.Forms.Button OK_Button;
189         internal System.Windows.Forms.Button Cancel_Button;
190         internal System.Windows.Forms.Label Label1;
191         internal System.Windows.Forms.Label UsernameLabel;
192         internal System.Windows.Forms.Label NameLabel;
193         internal System.Windows.Forms.Label Label4;
194         internal System.Windows.Forms.Label Label6;
195         internal System.Windows.Forms.Label StatusLabel;
196         internal System.Windows.Forms.Label Label8;
197         internal System.Windows.Forms.Label MemberCountLabel;
198         internal System.Windows.Forms.Label Label10;
199         internal System.Windows.Forms.Label SubscriberCountLabel;
200         internal System.Windows.Forms.Label Label12;
201         internal System.Windows.Forms.TextBox DescriptionText;
202         internal System.Windows.Forms.Button RefreshButton;
203         internal System.Windows.Forms.ListBox ListsList;
204     }
205 }