OSDN Git Service

MyListsフォーム内のコントロール名に日本語が混入している箇所を修正
[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.更新RToolStripMenuItem_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.CheckOnClick = true;
61             this.ListsCheckedListBox.ContextMenuStrip = this.ContextMenuStrip1;
62             this.ListsCheckedListBox.FormattingEnabled = true;
63             this.ListsCheckedListBox.Name = "ListsCheckedListBox";
64             this.ListsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListsCheckedListBox_ItemCheck);
65             this.ListsCheckedListBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ListsCheckedListBox_MouseDown);
66             // 
67             // ContextMenuStrip1
68             // 
69             this.ContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
70             this.MenuItemAdd,
71             this.MenuItemDelete,
72             this.ToolStripMenuItem1,
73             this.MenuItemReload});
74             this.ContextMenuStrip1.Name = "ContextMenuStrip1";
75             resources.ApplyResources(this.ContextMenuStrip1, "ContextMenuStrip1");
76             this.ContextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
77             // 
78             // MenuItemAdd
79             // 
80             this.MenuItemAdd.Name = "MenuItemAdd";
81             resources.ApplyResources(this.MenuItemAdd, "MenuItemAdd");
82             this.MenuItemAdd.Click += new System.EventHandler(this.追加AToolStripMenuItem_Click);
83             // 
84             // MenuItemDelete
85             // 
86             this.MenuItemDelete.Name = "MenuItemDelete";
87             resources.ApplyResources(this.MenuItemDelete, "MenuItemDelete");
88             this.MenuItemDelete.Click += new System.EventHandler(this.削除DToolStripMenuItem_Click);
89             // 
90             // ToolStripMenuItem1
91             // 
92             this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
93             resources.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1");
94             // 
95             // CloseButton
96             // 
97             resources.ApplyResources(this.CloseButton, "CloseButton");
98             this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
99             this.CloseButton.Name = "CloseButton";
100             this.CloseButton.UseVisualStyleBackColor = true;
101             this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
102             // 
103             // MyLists
104             // 
105             this.AcceptButton = this.CloseButton;
106             resources.ApplyResources(this, "$this");
107             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
108             this.CancelButton = this.CloseButton;
109             this.Controls.Add(this.ListRefreshButton);
110             this.Controls.Add(this.ListsCheckedListBox);
111             this.Controls.Add(this.CloseButton);
112             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
113             this.MaximizeBox = false;
114             this.MinimizeBox = false;
115             this.Name = "MyLists";
116             this.ShowInTaskbar = false;
117             this.Load += new System.EventHandler(this.MyLists_Load);
118             this.ContextMenuStrip1.ResumeLayout(false);
119             this.ResumeLayout(false);
120             this.PerformLayout();
121
122         }
123
124         #endregion
125
126         internal System.Windows.Forms.ToolStripMenuItem MenuItemReload;
127         internal System.Windows.Forms.Button ListRefreshButton;
128         internal System.Windows.Forms.CheckedListBox ListsCheckedListBox;
129         internal System.Windows.Forms.ContextMenuStrip ContextMenuStrip1;
130         internal System.Windows.Forms.ToolStripMenuItem MenuItemAdd;
131         internal System.Windows.Forms.ToolStripMenuItem MenuItemDelete;
132         internal System.Windows.Forms.ToolStripSeparator ToolStripMenuItem1;
133         internal System.Windows.Forms.Button CloseButton;
134     }
135 }