OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / ApiInfoDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class ApiInfoDialog
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.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Timeline", System.Windows.Forms.HorizontalAlignment.Left);
32             System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Others", System.Windows.Forms.HorizontalAlignment.Left);
33             this.ButtonOK = new System.Windows.Forms.Button();
34             this.ListViewApi = new OpenTween.BufferedListView();
35             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
36             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
37             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
38             this.SuspendLayout();
39             // 
40             // ButtonOK
41             // 
42             this.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
43             this.ButtonOK.Location = new System.Drawing.Point(537, 407);
44             this.ButtonOK.Name = "ButtonOK";
45             this.ButtonOK.Size = new System.Drawing.Size(75, 23);
46             this.ButtonOK.TabIndex = 0;
47             this.ButtonOK.Text = "OK";
48             this.ButtonOK.UseVisualStyleBackColor = true;
49             // 
50             // ListViewApi
51             // 
52             this.ListViewApi.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
53             this.columnHeader1,
54             this.columnHeader2,
55             this.columnHeader3});
56             this.ListViewApi.FullRowSelect = true;
57             this.ListViewApi.GridLines = true;
58             listViewGroup1.Header = "Timeline";
59             listViewGroup1.Name = "listViewGroup1";
60             listViewGroup2.Header = "Others";
61             listViewGroup2.Name = "listViewGroup2";
62             this.ListViewApi.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
63             listViewGroup1,
64             listViewGroup2});
65             this.ListViewApi.LabelWrap = false;
66             this.ListViewApi.Location = new System.Drawing.Point(13, 13);
67             this.ListViewApi.Name = "ListViewApi";
68             this.ListViewApi.Size = new System.Drawing.Size(599, 388);
69             this.ListViewApi.TabIndex = 1;
70             this.ListViewApi.UseCompatibleStateImageBehavior = false;
71             this.ListViewApi.View = System.Windows.Forms.View.Details;
72             // 
73             // columnHeader1
74             // 
75             this.columnHeader1.Text = "Endpoint";
76             this.columnHeader1.Width = 265;
77             // 
78             // columnHeader2
79             // 
80             this.columnHeader2.Text = "# of remaining/limit";
81             this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
82             this.columnHeader2.Width = 120;
83             // 
84             // columnHeader3
85             // 
86             this.columnHeader3.Text = "Next reset at";
87             this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
88             this.columnHeader3.Width = 150;
89             // 
90             // ApiInfoDialog
91             // 
92             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
93             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
94             this.CancelButton = this.ButtonOK;
95             this.ClientSize = new System.Drawing.Size(624, 442);
96             this.Controls.Add(this.ListViewApi);
97             this.Controls.Add(this.ButtonOK);
98             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
99             this.MaximizeBox = false;
100             this.MinimizeBox = false;
101             this.Name = "ApiInfoDialog";
102             this.ShowIcon = false;
103             this.ShowInTaskbar = false;
104             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
105             this.Text = "ApiInfoDialog";
106             this.TopMost = true;
107             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ApiInfoDialog_FormClosing);
108             this.Shown += new System.EventHandler(this.ApiInfoDialog_Shown);
109             this.ResumeLayout(false);
110
111         }
112
113         #endregion
114
115         private System.Windows.Forms.Button ButtonOK;
116         private OpenTween.BufferedListView ListViewApi;
117         private System.Windows.Forms.ColumnHeader columnHeader1;
118         private System.Windows.Forms.ColumnHeader columnHeader2;
119         private System.Windows.Forms.ColumnHeader columnHeader3;
120     }
121 }