OSDN Git Service

不要な ListView.SelectedIndices への参照を削除
[opentween/open-tween.git] / OpenTween / LoginDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class LoginDialog
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(LoginDialog));
32             this.label1 = new System.Windows.Forms.Label();
33             this.textboxLoginName = new System.Windows.Forms.TextBox();
34             this.label2 = new System.Windows.Forms.Label();
35             this.textboxPassword = new System.Windows.Forms.TextBox();
36             this.buttonLogin = new System.Windows.Forms.Button();
37             this.buttonCancel = new System.Windows.Forms.Button();
38             this.SuspendLayout();
39             // 
40             // label1
41             // 
42             resources.ApplyResources(this.label1, "label1");
43             this.label1.Name = "label1";
44             // 
45             // textboxLoginName
46             // 
47             resources.ApplyResources(this.textboxLoginName, "textboxLoginName");
48             this.textboxLoginName.Name = "textboxLoginName";
49             // 
50             // label2
51             // 
52             resources.ApplyResources(this.label2, "label2");
53             this.label2.Name = "label2";
54             // 
55             // textboxPassword
56             // 
57             resources.ApplyResources(this.textboxPassword, "textboxPassword");
58             this.textboxPassword.Name = "textboxPassword";
59             this.textboxPassword.UseSystemPasswordChar = true;
60             // 
61             // buttonLogin
62             // 
63             resources.ApplyResources(this.buttonLogin, "buttonLogin");
64             this.buttonLogin.Name = "buttonLogin";
65             this.buttonLogin.UseVisualStyleBackColor = true;
66             this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click);
67             // 
68             // buttonCancel
69             // 
70             resources.ApplyResources(this.buttonCancel, "buttonCancel");
71             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
72             this.buttonCancel.Name = "buttonCancel";
73             this.buttonCancel.UseVisualStyleBackColor = true;
74             // 
75             // LoginDialog
76             // 
77             this.AcceptButton = this.buttonLogin;
78             resources.ApplyResources(this, "$this");
79             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
80             this.CancelButton = this.buttonCancel;
81             this.Controls.Add(this.buttonCancel);
82             this.Controls.Add(this.buttonLogin);
83             this.Controls.Add(this.textboxPassword);
84             this.Controls.Add(this.label2);
85             this.Controls.Add(this.textboxLoginName);
86             this.Controls.Add(this.label1);
87             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
88             this.MaximizeBox = false;
89             this.MinimizeBox = false;
90             this.Name = "LoginDialog";
91             this.ShowIcon = false;
92             this.ShowInTaskbar = false;
93             this.ResumeLayout(false);
94             this.PerformLayout();
95
96         }
97
98         #endregion
99
100         private System.Windows.Forms.Label label1;
101         private System.Windows.Forms.TextBox textboxLoginName;
102         private System.Windows.Forms.Label label2;
103         private System.Windows.Forms.TextBox textboxPassword;
104         private System.Windows.Forms.Button buttonLogin;
105         private System.Windows.Forms.Button buttonCancel;
106     }
107 }