OSDN Git Service

using var を使用する
[opentween/open-tween.git] / OpenTween / OpenURL.Designer.cs
1 namespace OpenTween
2 {
3     partial class OpenURL
4     {
5         /// <summary>
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は 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 フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenURL));
32             this.OK_Button = new System.Windows.Forms.Button();
33             this.TableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
34             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35             this.Cancel_Button = new System.Windows.Forms.Button();
36             this.UrlList = new System.Windows.Forms.ListBox();
37             this.TableLayoutPanel2.SuspendLayout();
38             this.TableLayoutPanel1.SuspendLayout();
39             this.SuspendLayout();
40             // 
41             // OK_Button
42             // 
43             resources.ApplyResources(this.OK_Button, "OK_Button");
44             this.OK_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
45             this.OK_Button.Name = "OK_Button";
46             this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click);
47             // 
48             // TableLayoutPanel2
49             // 
50             resources.ApplyResources(this.TableLayoutPanel2, "TableLayoutPanel2");
51             this.TableLayoutPanel2.Controls.Add(this.TableLayoutPanel1, 0, 1);
52             this.TableLayoutPanel2.Controls.Add(this.UrlList, 0, 0);
53             this.TableLayoutPanel2.Name = "TableLayoutPanel2";
54             // 
55             // TableLayoutPanel1
56             // 
57             resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1");
58             this.TableLayoutPanel1.Controls.Add(this.OK_Button, 0, 0);
59             this.TableLayoutPanel1.Controls.Add(this.Cancel_Button, 1, 0);
60             this.TableLayoutPanel1.Name = "TableLayoutPanel1";
61             // 
62             // Cancel_Button
63             // 
64             resources.ApplyResources(this.Cancel_Button, "Cancel_Button");
65             this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
66             this.Cancel_Button.Name = "Cancel_Button";
67             this.Cancel_Button.Click += new System.EventHandler(this.Cancel_Button_Click);
68             // 
69             // UrlList
70             // 
71             this.UrlList.DisplayMember = "Text";
72             resources.ApplyResources(this.UrlList, "UrlList");
73             this.UrlList.FormattingEnabled = true;
74             this.UrlList.Name = "UrlList";
75             this.UrlList.ValueMember = "Url";
76             this.UrlList.DoubleClick += new System.EventHandler(this.UrlList_DoubleClick);
77             this.UrlList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UrlList_KeyDown);
78             // 
79             // OpenURL
80             // 
81             this.AcceptButton = this.OK_Button;
82             resources.ApplyResources(this, "$this");
83             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
84             this.CancelButton = this.Cancel_Button;
85             this.ControlBox = false;
86             this.Controls.Add(this.TableLayoutPanel2);
87             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
88             this.MaximizeBox = false;
89             this.MinimizeBox = false;
90             this.Name = "OpenURL";
91             this.ShowInTaskbar = false;
92             this.TopMost = true;
93             this.Shown += new System.EventHandler(this.OpenURL_Shown);
94             this.TableLayoutPanel2.ResumeLayout(false);
95             this.TableLayoutPanel1.ResumeLayout(false);
96             this.ResumeLayout(false);
97
98         }
99
100         #endregion
101
102         internal System.Windows.Forms.Button OK_Button;
103         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel2;
104         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
105         internal System.Windows.Forms.Button Cancel_Button;
106         internal System.Windows.Forms.ListBox UrlList;
107     }
108 }