OSDN Git Service

pbs.twimg.com の画像URLのフォーマット変更に対応
[opentween/open-tween.git] / OpenTween / InputDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class InputDialog
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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputDialog));
32             this.buttonOK = new System.Windows.Forms.Button();
33             this.buttonCancel = new System.Windows.Forms.Button();
34             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35             this.textBox = new System.Windows.Forms.TextBox();
36             this.labelMain = new System.Windows.Forms.Label();
37             this.tableLayoutPanel1.SuspendLayout();
38             this.SuspendLayout();
39             // 
40             // buttonOK
41             // 
42             resources.ApplyResources(this.buttonOK, "buttonOK");
43             this.buttonOK.Name = "buttonOK";
44             this.buttonOK.UseVisualStyleBackColor = true;
45             this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
46             // 
47             // buttonCancel
48             // 
49             resources.ApplyResources(this.buttonCancel, "buttonCancel");
50             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
51             this.buttonCancel.Name = "buttonCancel";
52             this.buttonCancel.UseVisualStyleBackColor = true;
53             this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
54             // 
55             // tableLayoutPanel1
56             // 
57             resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
58             this.tableLayoutPanel1.Controls.Add(this.buttonOK, 0, 0);
59             this.tableLayoutPanel1.Controls.Add(this.buttonCancel, 1, 0);
60             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
61             // 
62             // textBox
63             // 
64             resources.ApplyResources(this.textBox, "textBox");
65             this.textBox.Name = "textBox";
66             // 
67             // labelMain
68             // 
69             resources.ApplyResources(this.labelMain, "labelMain");
70             this.labelMain.Name = "labelMain";
71             // 
72             // InputDialog
73             // 
74             this.AcceptButton = this.buttonOK;
75             resources.ApplyResources(this, "$this");
76             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
77             this.CancelButton = this.buttonCancel;
78             this.Controls.Add(this.tableLayoutPanel1);
79             this.Controls.Add(this.textBox);
80             this.Controls.Add(this.labelMain);
81             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
82             this.MaximizeBox = false;
83             this.MinimizeBox = false;
84             this.Name = "InputDialog";
85             this.ShowIcon = false;
86             this.ShowInTaskbar = false;
87             this.tableLayoutPanel1.ResumeLayout(false);
88             this.tableLayoutPanel1.PerformLayout();
89             this.ResumeLayout(false);
90             this.PerformLayout();
91
92         }
93
94         #endregion
95
96         private System.Windows.Forms.Label labelMain;
97         private System.Windows.Forms.TextBox textBox;
98         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
99         private System.Windows.Forms.Button buttonOK;
100         private System.Windows.Forms.Button buttonCancel;
101     }
102 }