OSDN Git Service

UploadImageTimeoutを設定画面から変更可能にする
[opentween/open-tween.git] / OpenTween / Setting / Panel / ConnectionPanel.Designer.cs
1 namespace OpenTween.Setting.Panel
2 {
3     partial class ConnectionPanel
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(ConnectionPanel));
32             this.TwitterAPIText = new System.Windows.Forms.TextBox();
33             this.Label8 = new System.Windows.Forms.Label();
34             this.Label64 = new System.Windows.Forms.Label();
35             this.ConnectionTimeOut = new System.Windows.Forms.TextBox();
36             this.Label63 = new System.Windows.Forms.Label();
37             this.checkBoxForceIPv4 = new System.Windows.Forms.CheckBox();
38             this.UploadImageTimeout = new System.Windows.Forms.TextBox();
39             this.label2 = new System.Windows.Forms.Label();
40             this.SuspendLayout();
41             // 
42             // TwitterAPIText
43             // 
44             resources.ApplyResources(this.TwitterAPIText, "TwitterAPIText");
45             this.TwitterAPIText.Name = "TwitterAPIText";
46             // 
47             // Label8
48             // 
49             resources.ApplyResources(this.Label8, "Label8");
50             this.Label8.Name = "Label8";
51             // 
52             // Label64
53             // 
54             resources.ApplyResources(this.Label64, "Label64");
55             this.Label64.BackColor = System.Drawing.SystemColors.ActiveCaption;
56             this.Label64.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
57             this.Label64.Name = "Label64";
58             // 
59             // ConnectionTimeOut
60             // 
61             resources.ApplyResources(this.ConnectionTimeOut, "ConnectionTimeOut");
62             this.ConnectionTimeOut.Name = "ConnectionTimeOut";
63             this.ConnectionTimeOut.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateTimeoutValue);
64             // 
65             // Label63
66             // 
67             resources.ApplyResources(this.Label63, "Label63");
68             this.Label63.Name = "Label63";
69             // 
70             // checkBoxForceIPv4
71             // 
72             resources.ApplyResources(this.checkBoxForceIPv4, "checkBoxForceIPv4");
73             this.checkBoxForceIPv4.Name = "checkBoxForceIPv4";
74             this.checkBoxForceIPv4.UseVisualStyleBackColor = true;
75             // 
76             // UploadImageTimeout
77             // 
78             resources.ApplyResources(this.UploadImageTimeout, "UploadImageTimeout");
79             this.UploadImageTimeout.Name = "UploadImageTimeout";
80             this.UploadImageTimeout.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateTimeoutValue);
81             // 
82             // label2
83             // 
84             resources.ApplyResources(this.label2, "label2");
85             this.label2.Name = "label2";
86             // 
87             // ConnectionPanel
88             // 
89             resources.ApplyResources(this, "$this");
90             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
91             this.Controls.Add(this.UploadImageTimeout);
92             this.Controls.Add(this.label2);
93             this.Controls.Add(this.checkBoxForceIPv4);
94             this.Controls.Add(this.TwitterAPIText);
95             this.Controls.Add(this.Label8);
96             this.Controls.Add(this.Label64);
97             this.Controls.Add(this.ConnectionTimeOut);
98             this.Controls.Add(this.Label63);
99             this.Name = "ConnectionPanel";
100             this.ResumeLayout(false);
101             this.PerformLayout();
102
103         }
104
105         #endregion
106
107         internal System.Windows.Forms.TextBox TwitterAPIText;
108         internal System.Windows.Forms.Label Label8;
109         internal System.Windows.Forms.Label Label64;
110         internal System.Windows.Forms.TextBox ConnectionTimeOut;
111         internal System.Windows.Forms.Label Label63;
112         internal System.Windows.Forms.CheckBox checkBoxForceIPv4;
113         internal System.Windows.Forms.TextBox UploadImageTimeout;
114         internal System.Windows.Forms.Label label2;
115     }
116 }