OSDN Git Service

Merge remote-tracking branch 'remotes/origin/MultipleMediaUI'
[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.ImageSelectedPicture = new OpenTween.OTPictureBox();
33             this.ImagePathPanel = new System.Windows.Forms.Panel();
34             this.ImagefilePathText = new System.Windows.Forms.TextBox();
35             this.ImagePageCombo = new System.Windows.Forms.ComboBox();
36             this.FilePickButton = new System.Windows.Forms.Button();
37             this.Label2 = new System.Windows.Forms.Label();
38             this.ImageServiceCombo = new System.Windows.Forms.ComboBox();
39             this.ImageCancelButton = new System.Windows.Forms.Button();
40             ((System.ComponentModel.ISupportInitialize)(this.ImageSelectedPicture)).BeginInit();
41             this.ImagePathPanel.SuspendLayout();
42             this.SuspendLayout();
43             // 
44             // ImageSelectedPicture
45             // 
46             resources.ApplyResources(this.ImageSelectedPicture, "ImageSelectedPicture");
47             this.ImageSelectedPicture.Name = "ImageSelectedPicture";
48             this.ImageSelectedPicture.TabStop = false;
49             // 
50             // ImagePathPanel
51             // 
52             this.ImagePathPanel.Controls.Add(this.ImagefilePathText);
53             this.ImagePathPanel.Controls.Add(this.ImagePageCombo);
54             this.ImagePathPanel.Controls.Add(this.FilePickButton);
55             this.ImagePathPanel.Controls.Add(this.Label2);
56             this.ImagePathPanel.Controls.Add(this.ImageServiceCombo);
57             this.ImagePathPanel.Controls.Add(this.ImageCancelButton);
58             resources.ApplyResources(this.ImagePathPanel, "ImagePathPanel");
59             this.ImagePathPanel.Name = "ImagePathPanel";
60             // 
61             // ImagefilePathText
62             // 
63             resources.ApplyResources(this.ImagefilePathText, "ImagefilePathText");
64             this.ImagefilePathText.Name = "ImagefilePathText";
65             this.ImagefilePathText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
66             this.ImagefilePathText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
67             this.ImagefilePathText.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
68             this.ImagefilePathText.Validating += new System.ComponentModel.CancelEventHandler(this.ImagefilePathText_Validating);
69             // 
70             // ImagePageCombo
71             // 
72             resources.ApplyResources(this.ImagePageCombo, "ImagePageCombo");
73             this.ImagePageCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
74             this.ImagePageCombo.FormattingEnabled = true;
75             this.ImagePageCombo.Name = "ImagePageCombo";
76             this.ImagePageCombo.SelectedIndexChanged += new System.EventHandler(this.ImagePageCombo_SelectedIndexChanged);
77             this.ImagePageCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
78             this.ImagePageCombo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
79             this.ImagePageCombo.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
80             // 
81             // FilePickButton
82             // 
83             resources.ApplyResources(this.FilePickButton, "FilePickButton");
84             this.FilePickButton.Name = "FilePickButton";
85             this.FilePickButton.UseVisualStyleBackColor = true;
86             this.FilePickButton.Click += new System.EventHandler(this.FilePickButton_Click);
87             this.FilePickButton.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
88             this.FilePickButton.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
89             this.FilePickButton.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
90             // 
91             // Label2
92             // 
93             resources.ApplyResources(this.Label2, "Label2");
94             this.Label2.Name = "Label2";
95             // 
96             // ImageServiceCombo
97             // 
98             resources.ApplyResources(this.ImageServiceCombo, "ImageServiceCombo");
99             this.ImageServiceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
100             this.ImageServiceCombo.FormattingEnabled = true;
101             this.ImageServiceCombo.Items.AddRange(new object[] {
102             resources.GetString("ImageServiceCombo.Items")});
103             this.ImageServiceCombo.Name = "ImageServiceCombo";
104             this.ImageServiceCombo.SelectedIndexChanged += new System.EventHandler(this.ImageServiceCombo_SelectedIndexChanged);
105             this.ImageServiceCombo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageSelection_KeyDown);
106             this.ImageServiceCombo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ImageSelection_KeyPress);
107             this.ImageServiceCombo.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ImageSelection_PreviewKeyDown);
108             // 
109             // ImageCancelButton
110             // 
111             resources.ApplyResources(this.ImageCancelButton, "ImageCancelButton");
112             this.ImageCancelButton.Name = "ImageCancelButton";
113             this.ImageCancelButton.UseVisualStyleBackColor = true;
114             this.ImageCancelButton.Click += new System.EventHandler(this.ImageCancelButton_Click);
115             // 
116             // MediaSelector
117             // 
118             resources.ApplyResources(this, "$this");
119             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
120             this.Controls.Add(this.ImageSelectedPicture);
121             this.Controls.Add(this.ImagePathPanel);
122             this.Name = "MediaSelector";
123             ((System.ComponentModel.ISupportInitialize)(this.ImageSelectedPicture)).EndInit();
124             this.ImagePathPanel.ResumeLayout(false);
125             this.ImagePathPanel.PerformLayout();
126             this.ResumeLayout(false);
127
128         }
129
130         #endregion
131
132         internal OTPictureBox ImageSelectedPicture;
133         internal System.Windows.Forms.Panel ImagePathPanel;
134         internal System.Windows.Forms.TextBox ImagefilePathText;
135         internal System.Windows.Forms.ComboBox ImagePageCombo;
136         internal System.Windows.Forms.Button FilePickButton;
137         internal System.Windows.Forms.Label Label2;
138         internal System.Windows.Forms.ComboBox ImageServiceCombo;
139         internal System.Windows.Forms.Button ImageCancelButton;
140     }
141 }