OSDN Git Service

OpenTween v1.3.9 リリース
[opentween/open-tween.git] / OpenTween / AtIdSupplement.Designer.cs
1 namespace OpenTween
2 {
3     partial class AtIdSupplement
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(AtIdSupplement));
32             this.Label1 = new System.Windows.Forms.Label();
33             this.TextId = new System.Windows.Forms.TextBox();
34             this.ButtonCancel = new System.Windows.Forms.Button();
35             this.ButtonOK = new System.Windows.Forms.Button();
36             this.label2 = new System.Windows.Forms.Label();
37             this.SuspendLayout();
38             // 
39             // Label1
40             // 
41             resources.ApplyResources(this.Label1, "Label1");
42             this.Label1.Name = "Label1";
43             // 
44             // TextId
45             // 
46             this.TextId.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
47             this.TextId.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
48             resources.ApplyResources(this.TextId, "TextId");
49             this.TextId.Name = "TextId";
50             this.TextId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextId_KeyDown);
51             this.TextId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.TextId_PreviewKeyDown);
52             // 
53             // ButtonCancel
54             // 
55             this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
56             resources.ApplyResources(this.ButtonCancel, "ButtonCancel");
57             this.ButtonCancel.Name = "ButtonCancel";
58             this.ButtonCancel.TabStop = false;
59             this.ButtonCancel.UseVisualStyleBackColor = true;
60             this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
61             // 
62             // ButtonOK
63             // 
64             this.ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
65             resources.ApplyResources(this.ButtonOK, "ButtonOK");
66             this.ButtonOK.Name = "ButtonOK";
67             this.ButtonOK.TabStop = false;
68             this.ButtonOK.UseVisualStyleBackColor = true;
69             this.ButtonOK.Click += new System.EventHandler(this.ButtonOK_Click);
70             // 
71             // label2
72             // 
73             resources.ApplyResources(this.label2, "label2");
74             this.label2.Name = "label2";
75             // 
76             // AtIdSupplement
77             // 
78             this.AcceptButton = this.ButtonOK;
79             resources.ApplyResources(this, "$this");
80             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
81             this.CancelButton = this.ButtonCancel;
82             this.Controls.Add(this.label2);
83             this.Controls.Add(this.Label1);
84             this.Controls.Add(this.TextId);
85             this.Controls.Add(this.ButtonCancel);
86             this.Controls.Add(this.ButtonOK);
87             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
88             this.MaximizeBox = false;
89             this.MinimizeBox = false;
90             this.Name = "AtIdSupplement";
91             this.ShowInTaskbar = false;
92             this.TopMost = true;
93             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AtIdSupplement_FormClosed);
94             this.Load += new System.EventHandler(this.AtIdSupplement_Load);
95             this.Shown += new System.EventHandler(this.AtIdSupplement_Shown);
96             this.ResumeLayout(false);
97             this.PerformLayout();
98
99         }
100
101         #endregion
102
103         internal System.Windows.Forms.Label Label1;
104         internal System.Windows.Forms.TextBox TextId;
105         internal System.Windows.Forms.Button ButtonCancel;
106         internal System.Windows.Forms.Button ButtonOK;
107         internal System.Windows.Forms.Label label2;
108
109     }
110 }