OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / InputTabName.Designer.cs
1 namespace OpenTween
2 {
3     partial class InputTabName
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(InputTabName));
32             this.ComboUsage = new System.Windows.Forms.ComboBox();
33             this.LabelUsage = new System.Windows.Forms.Label();
34             this.TextTabName = new System.Windows.Forms.TextBox();
35             this.LabelDescription = new System.Windows.Forms.Label();
36             this.OK_Button = new System.Windows.Forms.Button();
37             this.Cancel_Button = new System.Windows.Forms.Button();
38             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
39             this.TableLayoutPanel1.SuspendLayout();
40             this.SuspendLayout();
41             // 
42             // ComboUsage
43             // 
44             this.ComboUsage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
45             this.ComboUsage.FormattingEnabled = true;
46             resources.ApplyResources(this.ComboUsage, "ComboUsage");
47             this.ComboUsage.Name = "ComboUsage";
48             this.ComboUsage.SelectedIndexChanged += new System.EventHandler(this.ComboUsage_SelectedIndexChanged);
49             // 
50             // LabelUsage
51             // 
52             resources.ApplyResources(this.LabelUsage, "LabelUsage");
53             this.LabelUsage.Name = "LabelUsage";
54             // 
55             // TextTabName
56             // 
57             resources.ApplyResources(this.TextTabName, "TextTabName");
58             this.TextTabName.Name = "TextTabName";
59             // 
60             // LabelDescription
61             // 
62             resources.ApplyResources(this.LabelDescription, "LabelDescription");
63             this.LabelDescription.Name = "LabelDescription";
64             // 
65             // OK_Button
66             // 
67             resources.ApplyResources(this.OK_Button, "OK_Button");
68             this.OK_Button.Name = "OK_Button";
69             this.OK_Button.Click += new System.EventHandler(this.OK_Button_Click);
70             // 
71             // Cancel_Button
72             // 
73             resources.ApplyResources(this.Cancel_Button, "Cancel_Button");
74             this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel;
75             this.Cancel_Button.Name = "Cancel_Button";
76             this.Cancel_Button.Click += new System.EventHandler(this.Cancel_Button_Click);
77             // 
78             // TableLayoutPanel1
79             // 
80             resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1");
81             this.TableLayoutPanel1.Controls.Add(this.OK_Button, 0, 0);
82             this.TableLayoutPanel1.Controls.Add(this.Cancel_Button, 1, 0);
83             this.TableLayoutPanel1.Name = "TableLayoutPanel1";
84             // 
85             // InputTabName
86             // 
87             this.AcceptButton = this.OK_Button;
88             resources.ApplyResources(this, "$this");
89             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
90             this.CancelButton = this.Cancel_Button;
91             this.Controls.Add(this.ComboUsage);
92             this.Controls.Add(this.LabelUsage);
93             this.Controls.Add(this.TextTabName);
94             this.Controls.Add(this.LabelDescription);
95             this.Controls.Add(this.TableLayoutPanel1);
96             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
97             this.MaximizeBox = false;
98             this.MinimizeBox = false;
99             this.Name = "InputTabName";
100             this.ShowInTaskbar = false;
101             this.TopMost = true;
102             this.Load += new System.EventHandler(this.InputTabName_Load);
103             this.Shown += new System.EventHandler(this.InputTabName_Shown);
104             this.TableLayoutPanel1.ResumeLayout(false);
105             this.ResumeLayout(false);
106             this.PerformLayout();
107
108         }
109
110         #endregion
111
112         internal System.Windows.Forms.ComboBox ComboUsage;
113         internal System.Windows.Forms.Label LabelUsage;
114         internal System.Windows.Forms.TextBox TextTabName;
115         internal System.Windows.Forms.Label LabelDescription;
116         internal System.Windows.Forms.Button OK_Button;
117         internal System.Windows.Forms.Button Cancel_Button;
118         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
119     }
120 }