OSDN Git Service

bd21647769343dafa05e076706313cbc9c6313bf
[opentween/open-tween.git] / OpenTween / Setting / Panel / ShortUrlPanel.Designer.cs
1 namespace OpenTween.Setting.Panel
2 {
3     partial class ShortUrlPanel
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(ShortUrlPanel));
32             this.ShortenTcoCheck = new System.Windows.Forms.CheckBox();
33             this.CheckTinyURL = new System.Windows.Forms.CheckBox();
34             this.TextBitlyPw = new System.Windows.Forms.TextBox();
35             this.CheckAutoConvertUrl = new System.Windows.Forms.CheckBox();
36             this.Label71 = new System.Windows.Forms.Label();
37             this.ComboBoxAutoShortUrlFirst = new System.Windows.Forms.ComboBox();
38             this.Label76 = new System.Windows.Forms.Label();
39             this.Label77 = new System.Windows.Forms.Label();
40             this.TextBitlyId = new System.Windows.Forms.TextBox();
41             this.SuspendLayout();
42             // 
43             // ShortenTcoCheck
44             // 
45             resources.ApplyResources(this.ShortenTcoCheck, "ShortenTcoCheck");
46             this.ShortenTcoCheck.Name = "ShortenTcoCheck";
47             this.ShortenTcoCheck.UseVisualStyleBackColor = true;
48             // 
49             // CheckTinyURL
50             // 
51             resources.ApplyResources(this.CheckTinyURL, "CheckTinyURL");
52             this.CheckTinyURL.Name = "CheckTinyURL";
53             this.CheckTinyURL.UseVisualStyleBackColor = true;
54             // 
55             // TextBitlyPw
56             // 
57             resources.ApplyResources(this.TextBitlyPw, "TextBitlyPw");
58             this.TextBitlyPw.Name = "TextBitlyPw";
59             // 
60             // CheckAutoConvertUrl
61             // 
62             resources.ApplyResources(this.CheckAutoConvertUrl, "CheckAutoConvertUrl");
63             this.CheckAutoConvertUrl.Name = "CheckAutoConvertUrl";
64             this.CheckAutoConvertUrl.UseVisualStyleBackColor = true;
65             this.CheckAutoConvertUrl.CheckedChanged += new System.EventHandler(this.CheckAutoConvertUrl_CheckedChanged);
66             // 
67             // Label71
68             // 
69             resources.ApplyResources(this.Label71, "Label71");
70             this.Label71.Name = "Label71";
71             // 
72             // ComboBoxAutoShortUrlFirst
73             // 
74             this.ComboBoxAutoShortUrlFirst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
75             this.ComboBoxAutoShortUrlFirst.FormattingEnabled = true;
76             this.ComboBoxAutoShortUrlFirst.Items.AddRange(new object[] {
77             resources.GetString("ComboBoxAutoShortUrlFirst.Items"),
78             resources.GetString("ComboBoxAutoShortUrlFirst.Items1"),
79             resources.GetString("ComboBoxAutoShortUrlFirst.Items2"),
80             resources.GetString("ComboBoxAutoShortUrlFirst.Items3"),
81             resources.GetString("ComboBoxAutoShortUrlFirst.Items4"),
82             resources.GetString("ComboBoxAutoShortUrlFirst.Items5")});
83             resources.ApplyResources(this.ComboBoxAutoShortUrlFirst, "ComboBoxAutoShortUrlFirst");
84             this.ComboBoxAutoShortUrlFirst.Name = "ComboBoxAutoShortUrlFirst";
85             this.ComboBoxAutoShortUrlFirst.SelectedIndexChanged += new System.EventHandler(this.ComboBoxAutoShortUrlFirst_SelectedIndexChanged);
86             // 
87             // Label76
88             // 
89             resources.ApplyResources(this.Label76, "Label76");
90             this.Label76.Name = "Label76";
91             // 
92             // Label77
93             // 
94             resources.ApplyResources(this.Label77, "Label77");
95             this.Label77.Name = "Label77";
96             // 
97             // TextBitlyId
98             // 
99             resources.ApplyResources(this.TextBitlyId, "TextBitlyId");
100             this.TextBitlyId.Name = "TextBitlyId";
101             // 
102             // ShortUrlPanel
103             // 
104             resources.ApplyResources(this, "$this");
105             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
106             this.Controls.Add(this.ShortenTcoCheck);
107             this.Controls.Add(this.CheckTinyURL);
108             this.Controls.Add(this.TextBitlyPw);
109             this.Controls.Add(this.CheckAutoConvertUrl);
110             this.Controls.Add(this.Label71);
111             this.Controls.Add(this.ComboBoxAutoShortUrlFirst);
112             this.Controls.Add(this.Label76);
113             this.Controls.Add(this.Label77);
114             this.Controls.Add(this.TextBitlyId);
115             this.Name = "ShortUrlPanel";
116             this.ResumeLayout(false);
117             this.PerformLayout();
118
119         }
120
121         #endregion
122
123         internal System.Windows.Forms.CheckBox ShortenTcoCheck;
124         internal System.Windows.Forms.CheckBox CheckTinyURL;
125         internal System.Windows.Forms.TextBox TextBitlyPw;
126         internal System.Windows.Forms.CheckBox CheckAutoConvertUrl;
127         internal System.Windows.Forms.Label Label71;
128         internal System.Windows.Forms.ComboBox ComboBoxAutoShortUrlFirst;
129         internal System.Windows.Forms.Label Label76;
130         internal System.Windows.Forms.Label Label77;
131         internal System.Windows.Forms.TextBox TextBitlyId;
132     }
133 }