OSDN Git Service

操作メニューの「タブ振り分けルール作成」から新規タブを作成するとエラーが発生する不具合を修正
[opentween/open-tween.git] / OpenTween / MediaSelector.Designer.cs
1 namespace OpenTween
2 {
3     partial class MediaSelector
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 コンポーネント デザイナーで生成されたコード
24
25         /// <summary> 
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MediaSelector));
32             this.ImagePathPanel = new System.Windows.Forms.Panel();
33             this.ImagefilePathText = new System.Windows.Forms.TextBox();
34             this.ImagePageCombo = new System.Windows.Forms.ComboBox();
35             this.FilePickButton = new System.Windows.Forms.Button();
36             this.Label2 = new System.Windows.Forms.Label();
37             this.ImageServiceCombo = new System.Windows.Forms.ComboBox();
38             this.ImageCancelButton = new System.Windows.Forms.Button();
39             this.AlternativeTextPanel = new System.Windows.Forms.Panel();
40             this.AlternativeTextBox = new System.Windows.Forms.TextBox();
41             this.AlternativeTextLabel = new System.Windows.Forms.Label();
42             this.ImageSelectedPicture = new OpenTween.OTPictureBox();
43             this.ImagePathPanel.SuspendLayout();
44             this.AlternativeTextPanel.SuspendLayout();
45             ((System.ComponentModel.ISupportInitialize)(this.ImageSelectedPicture)).BeginInit();
46             this.SuspendLayout();
47             // 
48             // ImagePathPanel
49             // 
50             this.ImagePathPanel.Controls.Add(this.ImagefilePathText);
51             this.ImagePathPanel.Controls.Add(this.ImagePageCombo);
52             this.ImagePathPanel.Controls.Add(this.FilePickButton);
53             this.ImagePathPanel.Controls.Add(this.Label2);
54             this.ImagePathPanel.Controls.Add(this.ImageServiceCombo);
55             this.ImagePathPanel.Controls.Add(this.ImageCancelButton);
56             resources.ApplyResources(this.ImagePathPanel, "ImagePathPanel");
57             this.ImagePathPanel.Name = "ImagePathPanel";
58             // 
59             // ImagefilePathText
60             // 
61             resources.ApplyResources(this.ImagefilePathText, "ImagefilePathText");
62             this.ImagefilePathText.Name = "ImagefilePathText";
63             this.ImagefilePathText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
64             this.ImagefilePathText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
65             this.ImagefilePathText.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
66             this.ImagefilePathText.Validating += new System.ComponentModel.CancelEventHandler(this.ImagefilePathText_Validating);
67             // 
68             // ImagePageCombo
69             // 
70             resources.ApplyResources(this.ImagePageCombo, "ImagePageCombo");
71             this.ImagePageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
72             this.ImagePageCombo.FormattingEnabled = true;
73             this.ImagePageCombo.Name = "ImagePageCombo";
74             this.ImagePageCombo.SelectedIndexChanged += new System.EventHandler(this.ImagePageCombo_SelectedIndexChanged);
75             this.ImagePageCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
76             this.ImagePageCombo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
77             this.ImagePageCombo.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
78             // 
79             // FilePickButton
80             // 
81             resources.ApplyResources(this.FilePickButton, "FilePickButton");
82             this.FilePickButton.Name = "FilePickButton";
83             this.FilePickButton.UseVisualStyleBackColor = true;
84             this.FilePickButton.Click += new System.EventHandler(this.FilePickButton_Click);
85             this.FilePickButton.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
86             this.FilePickButton.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
87             this.FilePickButton.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
88             // 
89             // Label2
90             // 
91             resources.ApplyResources(this.Label2, "Label2");
92             this.Label2.Name = "Label2";
93             // 
94             // ImageServiceCombo
95             // 
96             resources.ApplyResources(this.ImageServiceCombo, "ImageServiceCombo");
97             this.ImageServiceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98             this.ImageServiceCombo.FormattingEnabled = true;
99             this.ImageServiceCombo.Items.AddRange(new object[] {
100             resources.GetString("ImageServiceCombo.Items")});
101             this.ImageServiceCombo.Name = "ImageServiceCombo";
102             this.ImageServiceCombo.SelectedIndexChanged += new System.EventHandler(this.ImageServiceCombo_SelectedIndexChanged);
103             this.ImageServiceCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
104             this.ImageServiceCombo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
105             this.ImageServiceCombo.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
106             // 
107             // ImageCancelButton
108             // 
109             resources.ApplyResources(this.ImageCancelButton, "ImageCancelButton");
110             this.ImageCancelButton.Name = "ImageCancelButton";
111             this.ImageCancelButton.UseVisualStyleBackColor = true;
112             this.ImageCancelButton.Click += new System.EventHandler(this.ImageCancelButton_Click);
113             // 
114             // AlternativeTextPanel
115             // 
116             resources.ApplyResources(this.AlternativeTextPanel, "AlternativeTextPanel");
117             this.AlternativeTextPanel.Controls.Add(this.AlternativeTextBox);
118             this.AlternativeTextPanel.Controls.Add(this.AlternativeTextLabel);
119             this.AlternativeTextPanel.Name = "AlternativeTextPanel";
120             // 
121             // AlternativeTextBox
122             // 
123             resources.ApplyResources(this.AlternativeTextBox, "AlternativeTextBox");
124             this.AlternativeTextBox.Name = "AlternativeTextBox";
125             this.AlternativeTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.AlternativeTextBox_Validating);
126             // 
127             // AlternativeTextLabel
128             // 
129             resources.ApplyResources(this.AlternativeTextLabel, "AlternativeTextLabel");
130             this.AlternativeTextLabel.Name = "AlternativeTextLabel";
131             // 
132             // ImageSelectedPicture
133             // 
134             resources.ApplyResources(this.ImageSelectedPicture, "ImageSelectedPicture");
135             this.ImageSelectedPicture.Name = "ImageSelectedPicture";
136             this.ImageSelectedPicture.TabStop = false;
137             // 
138             // MediaSelector
139             // 
140             resources.ApplyResources(this, "$this");
141             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
142             this.Controls.Add(this.ImageSelectedPicture);
143             this.Controls.Add(this.AlternativeTextPanel);
144             this.Controls.Add(this.ImagePathPanel);
145             this.Name = "MediaSelector";
146             this.ImagePathPanel.ResumeLayout(false);
147             this.ImagePathPanel.PerformLayout();
148             this.AlternativeTextPanel.ResumeLayout(false);
149             this.AlternativeTextPanel.PerformLayout();
150             ((System.ComponentModel.ISupportInitialize)(this.ImageSelectedPicture)).EndInit();
151             this.ResumeLayout(false);
152             this.PerformLayout();
153
154         }
155
156         #endregion
157
158         internal OTPictureBox ImageSelectedPicture;
159         internal System.Windows.Forms.Panel ImagePathPanel;
160         internal System.Windows.Forms.TextBox ImagefilePathText;
161         internal System.Windows.Forms.ComboBox ImagePageCombo;
162         internal System.Windows.Forms.Button FilePickButton;
163         internal System.Windows.Forms.Label Label2;
164         internal System.Windows.Forms.ComboBox ImageServiceCombo;
165         internal System.Windows.Forms.Button ImageCancelButton;
166         internal System.Windows.Forms.Panel AlternativeTextPanel;
167         internal System.Windows.Forms.TextBox AlternativeTextBox;
168         internal System.Windows.Forms.Label AlternativeTextLabel;
169     }
170 }