OSDN Git Service

2b17bd7f7938ced2c23eea99aaaf5983bb2aa41f
[opentween/open-tween.git] / OpenTween / AuthDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class AuthDialog
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(AuthDialog));
32             this.label1 = new System.Windows.Forms.Label();
33             this.AuthLinkLabel = new System.Windows.Forms.LinkLabel();
34             this.label2 = new System.Windows.Forms.Label();
35             this.PinTextBox = new System.Windows.Forms.TextBox();
36             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
37             this.CancelBtn = new System.Windows.Forms.Button();
38             this.OKBtn = new System.Windows.Forms.Button();
39             this.tableLayoutPanel1.SuspendLayout();
40             this.SuspendLayout();
41             // 
42             // label1
43             // 
44             resources.ApplyResources(this.label1, "label1");
45             this.label1.Name = "label1";
46             // 
47             // AuthLinkLabel
48             // 
49             this.AuthLinkLabel.AutoEllipsis = true;
50             resources.ApplyResources(this.AuthLinkLabel, "AuthLinkLabel");
51             this.AuthLinkLabel.Name = "AuthLinkLabel";
52             this.AuthLinkLabel.TabStop = true;
53             this.AuthLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AuthLinkLabel_LinkClicked);
54             // 
55             // label2
56             // 
57             resources.ApplyResources(this.label2, "label2");
58             this.label2.Name = "label2";
59             // 
60             // PinTextBox
61             // 
62             resources.ApplyResources(this.PinTextBox, "PinTextBox");
63             this.PinTextBox.Name = "PinTextBox";
64             // 
65             // tableLayoutPanel1
66             // 
67             resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
68             this.tableLayoutPanel1.Controls.Add(this.CancelBtn, 1, 0);
69             this.tableLayoutPanel1.Controls.Add(this.OKBtn, 0, 0);
70             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
71             // 
72             // CancelBtn
73             // 
74             resources.ApplyResources(this.CancelBtn, "CancelBtn");
75             this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
76             this.CancelBtn.Name = "CancelBtn";
77             this.CancelBtn.UseVisualStyleBackColor = true;
78             // 
79             // OKBtn
80             // 
81             resources.ApplyResources(this.OKBtn, "OKBtn");
82             this.OKBtn.DialogResult = System.Windows.Forms.DialogResult.OK;
83             this.OKBtn.Name = "OKBtn";
84             this.OKBtn.UseVisualStyleBackColor = true;
85             // 
86             // AuthDialog
87             // 
88             this.AcceptButton = this.OKBtn;
89             resources.ApplyResources(this, "$this");
90             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91             this.CancelButton = this.CancelBtn;
92             this.Controls.Add(this.tableLayoutPanel1);
93             this.Controls.Add(this.PinTextBox);
94             this.Controls.Add(this.label2);
95             this.Controls.Add(this.AuthLinkLabel);
96             this.Controls.Add(this.label1);
97             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
98             this.MaximizeBox = false;
99             this.Name = "AuthDialog";
100             this.ShowInTaskbar = false;
101             this.tableLayoutPanel1.ResumeLayout(false);
102             this.tableLayoutPanel1.PerformLayout();
103             this.ResumeLayout(false);
104             this.PerformLayout();
105
106         }
107
108         #endregion
109
110         private System.Windows.Forms.Label label1;
111         private System.Windows.Forms.LinkLabel AuthLinkLabel;
112         private System.Windows.Forms.Label label2;
113         private System.Windows.Forms.TextBox PinTextBox;
114         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
115         private System.Windows.Forms.Button CancelBtn;
116         private System.Windows.Forms.Button OKBtn;
117     }
118 }