OSDN Git Service

TweenMain.ListTab.SelectedTabへの参照をCurrentTabPageに置き換える
[opentween/open-tween.git] / OpenTween / TabsDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class TabsDialog
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(TabsDialog));
32             this.OK_Button = new System.Windows.Forms.Button();
33             this.Cancel_Button = new System.Windows.Forms.Button();
34             this.TabList = new System.Windows.Forms.ListBox();
35             this.SuspendLayout();
36             // 
37             // OK_Button
38             // 
39             resources.ApplyResources(this.OK_Button, "OK_Button");
40             this.OK_Button.DialogResult = System.Windows.Forms.DialogResult.OK;
41             this.OK_Button.Name = "OK_Button";
42             // 
43             // Cancel_Button
44             // 
45             resources.ApplyResources(this.Cancel_Button, "Cancel_Button");
46             this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
47             this.Cancel_Button.Name = "Cancel_Button";
48             // 
49             // TabList
50             // 
51             resources.ApplyResources(this.TabList, "TabList");
52             this.TabList.FormattingEnabled = true;
53             this.TabList.Name = "TabList";
54             this.TabList.SelectedValueChanged += new System.EventHandler(this.TabList_SelectedValueChanged);
55             this.TabList.DoubleClick += new System.EventHandler(this.TabList_DoubleClick);
56             // 
57             // TabsDialog
58             // 
59             this.AcceptButton = this.OK_Button;
60             resources.ApplyResources(this, "$this");
61             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
62             this.CancelButton = this.Cancel_Button;
63             this.Controls.Add(this.Cancel_Button);
64             this.Controls.Add(this.OK_Button);
65             this.Controls.Add(this.TabList);
66             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
67             this.MaximizeBox = false;
68             this.MinimizeBox = false;
69             this.Name = "TabsDialog";
70             this.ShowInTaskbar = false;
71             this.ResumeLayout(false);
72
73         }
74
75         #endregion
76
77         internal System.Windows.Forms.Button OK_Button;
78         internal System.Windows.Forms.Button Cancel_Button;
79         internal System.Windows.Forms.ListBox TabList;
80
81     }
82 }