OSDN Git Service

OpenTween v2.4.2 リリース
[opentween/open-tween.git] / OpenTween / MyLists.Designer.cs
1 namespace OpenTween
2 {
3     partial class MyLists
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             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyLists));
33             this.MenuItemReload = new System.Windows.Forms.ToolStripMenuItem();
34             this.ListRefreshButton = new System.Windows.Forms.Button();
35             this.ListsCheckedListBox = new System.Windows.Forms.CheckedListBox();
36             this.ContextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
37             this.MenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
38             this.MenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
39             this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
40             this.CloseButton = new System.Windows.Forms.Button();
41             this.ContextMenuStrip1.SuspendLayout();
42             this.SuspendLayout();
43             // 
44             // MenuItemReload
45             // 
46             this.MenuItemReload.Name = "MenuItemReload";
47             resources.ApplyResources(this.MenuItemReload, "MenuItemReload");
48             this.MenuItemReload.Click += new System.EventHandler(this.MenuItemReload_Click);
49             // 
50             // ListRefreshButton
51             // 
52             resources.ApplyResources(this.ListRefreshButton, "ListRefreshButton");
53             this.ListRefreshButton.Name = "ListRefreshButton";
54             this.ListRefreshButton.UseVisualStyleBackColor = true;
55             this.ListRefreshButton.Click += new System.EventHandler(this.ListRefreshButton_Click);
56             // 
57             // ListsCheckedListBox
58             // 
59             resources.ApplyResources(this.ListsCheckedListBox, "ListsCheckedListBox");
60             this.ListsCheckedListBox.ContextMenuStrip = this.ContextMenuStrip1;
61             this.ListsCheckedListBox.FormattingEnabled = true;
62             this.ListsCheckedListBox.Name = "ListsCheckedListBox";
63             this.ListsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListsCheckedListBox_ItemCheck);
64             this.ListsCheckedListBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ListsCheckedListBox_MouseDown);
65             // 
66             // ContextMenuStrip1
67             // 
68             this.ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69             this.MenuItemAdd,
70             this.MenuItemDelete,
71             this.ToolStripMenuItem1,
72             this.MenuItemReload});
73             this.ContextMenuStrip1.Name = "ContextMenuStrip1";
74             resources.ApplyResources(this.ContextMenuStrip1, "ContextMenuStrip1");
75             this.ContextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
76             // 
77             // MenuItemAdd
78             // 
79             this.MenuItemAdd.Name = "MenuItemAdd";
80             resources.ApplyResources(this.MenuItemAdd, "MenuItemAdd");
81             this.MenuItemAdd.Click += new System.EventHandler(this.MenuItemAdd_Click);
82             // 
83             // MenuItemDelete
84             // 
85             this.MenuItemDelete.Name = "MenuItemDelete";
86             resources.ApplyResources(this.MenuItemDelete, "MenuItemDelete");
87             this.MenuItemDelete.Click += new System.EventHandler(this.MenuItemDelete_Click);
88             // 
89             // ToolStripMenuItem1
90             // 
91             this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
92             resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1");
93             // 
94             // CloseButton
95             // 
96             resources.ApplyResources(this.CloseButton, "CloseButton");
97             this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
98             this.CloseButton.Name = "CloseButton";
99             this.CloseButton.UseVisualStyleBackColor = true;
100             this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
101             // 
102             // MyLists
103             // 
104             this.AcceptButton = this.CloseButton;
105             resources.ApplyResources(this, "$this");
106             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
107             this.CancelButton = this.CloseButton;
108             this.Controls.Add(this.ListRefreshButton);
109             this.Controls.Add(this.ListsCheckedListBox);
110             this.Controls.Add(this.CloseButton);
111             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
112             this.MaximizeBox = false;
113             this.MinimizeBox = false;
114             this.Name = "MyLists";
115             this.ShowInTaskbar = false;
116             this.Load += new System.EventHandler(this.MyLists_Load);
117             this.ContextMenuStrip1.ResumeLayout(false);
118             this.ResumeLayout(false);
119             this.PerformLayout();
120
121         }
122
123         #endregion
124
125         internal System.Windows.Forms.ToolStripMenuItem MenuItemReload;
126         internal System.Windows.Forms.Button ListRefreshButton;
127         internal System.Windows.Forms.CheckedListBox ListsCheckedListBox;
128         internal System.Windows.Forms.ContextMenuStrip ContextMenuStrip1;
129         internal System.Windows.Forms.ToolStripMenuItem MenuItemAdd;
130         internal System.Windows.Forms.ToolStripMenuItem MenuItemDelete;
131         internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1;
132         internal System.Windows.Forms.Button CloseButton;
133     }
134 }