OSDN Git Service

バージョン v3.15.2-dev 開発開始
[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         #region Windows Form Designer generated code
11
12         /// <summary>
13         /// Required method for Designer support - do not modify
14         /// the contents of this method with the code editor.
15         /// </summary>
16         private void InitializeComponent()
17         {
18             System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Timeline", System.Windows.Forms.HorizontalAlignment.Left);
19             System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Others", System.Windows.Forms.HorizontalAlignment.Left);
20             this.ButtonOK = new System.Windows.Forms.Button();
21             this.ListViewApi = new OpenTween.BufferedListView();
22             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
23             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
24             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
25             this.SuspendLayout();
26             // 
27             // ButtonOK
28             // 
29             this.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
30             this.ButtonOK.Location = new System.Drawing.Point(537, 407);
31             this.ButtonOK.Name = "ButtonOK";
32             this.ButtonOK.Size = new System.Drawing.Size(75, 23);
33             this.ButtonOK.TabIndex = 0;
34             this.ButtonOK.Text = "OK";
35             this.ButtonOK.UseVisualStyleBackColor = true;
36             // 
37             // ListViewApi
38             // 
39             this.ListViewApi.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
40             this.columnHeader1,
41             this.columnHeader2,
42             this.columnHeader3});
43             this.ListViewApi.FullRowSelect = true;
44             this.ListViewApi.GridLines = true;
45             listViewGroup1.Header = "Timeline";
46             listViewGroup1.Name = "listViewGroup1";
47             listViewGroup2.Header = "Others";
48             listViewGroup2.Name = "listViewGroup2";
49             this.ListViewApi.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
50             listViewGroup1,
51             listViewGroup2});
52             this.ListViewApi.LabelWrap = false;
53             this.ListViewApi.Location = new System.Drawing.Point(13, 13);
54             this.ListViewApi.Name = "ListViewApi";
55             this.ListViewApi.Size = new System.Drawing.Size(599, 388);
56             this.ListViewApi.TabIndex = 1;
57             this.ListViewApi.UseCompatibleStateImageBehavior = false;
58             this.ListViewApi.View = System.Windows.Forms.View.Details;
59             // 
60             // columnHeader1
61             // 
62             this.columnHeader1.Text = "Endpoint";
63             this.columnHeader1.Width = 265;
64             // 
65             // columnHeader2
66             // 
67             this.columnHeader2.Text = "# of remaining/limit";
68             this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
69             this.columnHeader2.Width = 120;
70             // 
71             // columnHeader3
72             // 
73             this.columnHeader3.Text = "Next reset at";
74             this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
75             this.columnHeader3.Width = 150;
76             // 
77             // ApiInfoDialog
78             // 
79             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
80             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
81             this.CancelButton = this.ButtonOK;
82             this.ClientSize = new System.Drawing.Size(624, 442);
83             this.Controls.Add(this.ListViewApi);
84             this.Controls.Add(this.ButtonOK);
85             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
86             this.MaximizeBox = false;
87             this.MinimizeBox = false;
88             this.Name = "ApiInfoDialog";
89             this.ShowIcon = false;
90             this.ShowInTaskbar = false;
91             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
92             this.Text = "ApiInfoDialog";
93             this.TopMost = true;
94             this.ResumeLayout(false);
95
96         }
97
98         #endregion
99
100         private System.Windows.Forms.Button ButtonOK;
101         private OpenTween.BufferedListView ListViewApi;
102         private System.Windows.Forms.ColumnHeader columnHeader1;
103         private System.Windows.Forms.ColumnHeader columnHeader2;
104         private System.Windows.Forms.ColumnHeader columnHeader3;
105     }
106 }