-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.Designer.cs
145 lines (138 loc) · 6.99 KB
/
Config.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
namespace TwitterClient
{
partial class Config
{
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent()
{
this.SecretNumberLabel = new System.Windows.Forms.Label();
this.SecretNumber = new System.Windows.Forms.TextBox();
this.AuthorizeButton = new System.Windows.Forms.Button();
this.CloseButton = new System.Windows.Forms.Button();
this.Browser = new System.Windows.Forms.WebBrowser();
this.Description1 = new System.Windows.Forms.Label();
this.Description2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// SecretNumberLabel
//
this.SecretNumberLabel.AutoSize = true;
this.SecretNumberLabel.Enabled = false;
this.SecretNumberLabel.Location = new System.Drawing.Point(32, 511);
this.SecretNumberLabel.Name = "SecretNumberLabel";
this.SecretNumberLabel.Size = new System.Drawing.Size(59, 12);
this.SecretNumberLabel.TabIndex = 0;
this.SecretNumberLabel.Text = "暗証番号:";
//
// SecretNumber
//
this.SecretNumber.Enabled = false;
this.SecretNumber.Location = new System.Drawing.Point(91, 508);
this.SecretNumber.Name = "SecretNumber";
this.SecretNumber.Size = new System.Drawing.Size(176, 19);
this.SecretNumber.TabIndex = 0;
this.SecretNumber.TextChanged += new System.EventHandler(this.SecretNumber_TextChanged);
//
// AuthorizeButton
//
this.AuthorizeButton.Location = new System.Drawing.Point(705, 541);
this.AuthorizeButton.Name = "AuthorizeButton";
this.AuthorizeButton.Size = new System.Drawing.Size(83, 24);
this.AuthorizeButton.TabIndex = 2;
this.AuthorizeButton.Text = "OK";
this.AuthorizeButton.UseVisualStyleBackColor = true;
this.AuthorizeButton.Click += new System.EventHandler(this.AuthorizeButton_Click);
//
// CloseButton
//
this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CloseButton.Location = new System.Drawing.Point(794, 539);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(83, 24);
this.CloseButton.TabIndex = 3;
this.CloseButton.Text = "キャンセル";
this.CloseButton.UseVisualStyleBackColor = true;
this.CloseButton.Click += new System.EventHandler(this.CancelButton_Click);
//
// Browser
//
this.Browser.Location = new System.Drawing.Point(28, 36);
this.Browser.MinimumSize = new System.Drawing.Size(20, 20);
this.Browser.Name = "Browser";
this.Browser.Size = new System.Drawing.Size(849, 405);
this.Browser.TabIndex = 6;
this.Browser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.Browser_Navigated);
//
// Description1
//
this.Description1.AutoSize = true;
this.Description1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.Description1.Location = new System.Drawing.Point(12, 9);
this.Description1.Name = "Description1";
this.Description1.Size = new System.Drawing.Size(521, 16);
this.Description1.TabIndex = 7;
this.Description1.Text = "1. ユーザ名とパスワードを入力して【CHANGEME: Change to your application name】によるアクセスを許可して下さい。";
//
// Description2
//
this.Description2.AutoSize = true;
this.Description2.Enabled = false;
this.Description2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.Description2.Location = new System.Drawing.Point(12, 487);
this.Description2.Name = "Description2";
this.Description2.Size = new System.Drawing.Size(418, 16);
this.Description2.TabIndex = 8;
this.Description2.Text = "2. 表示された暗証番号を入力してOKボタンを押して下さい。";
//
// Config
//
this.AcceptButton = this.AuthorizeButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CloseButton;
this.ClientSize = new System.Drawing.Size(898, 575);
this.Controls.Add(this.Description2);
this.Controls.Add(this.Description1);
this.Controls.Add(this.Browser);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.AuthorizeButton);
this.Controls.Add(this.SecretNumber);
this.Controls.Add(this.SecretNumberLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "Config";
this.Text = "Twitter認証";
this.Load += new System.EventHandler(this.Config_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label SecretNumberLabel;
private System.Windows.Forms.TextBox SecretNumber;
private System.Windows.Forms.Button AuthorizeButton;
private System.Windows.Forms.Button CloseButton;
private System.Windows.Forms.WebBrowser Browser;
private System.Windows.Forms.Label Description1;
private System.Windows.Forms.Label Description2;
}
}