OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / TweenAboutBox.Designer.cs
1 namespace OpenTween
2 {
3     partial class TweenAboutBox
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 Windows フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweenAboutBox));
32             this.LogoPictureBox = new System.Windows.Forms.PictureBox();
33             this.TableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
34             this.LabelProductName = new System.Windows.Forms.Label();
35             this.LabelVersion = new System.Windows.Forms.Label();
36             this.LabelCopyright = new System.Windows.Forms.Label();
37             this.LabelCompanyName = new System.Windows.Forms.Label();
38             this.TextBoxDescription = new System.Windows.Forms.TextBox();
39             this.OKButton = new System.Windows.Forms.Button();
40             this.ChangeLog = new System.Windows.Forms.TextBox();
41             ((System.ComponentModel.ISupportInitialize)(this.LogoPictureBox)).BeginInit();
42             this.TableLayoutPanel.SuspendLayout();
43             this.SuspendLayout();
44             // 
45             // LogoPictureBox
46             // 
47             resources.ApplyResources(this.LogoPictureBox, "LogoPictureBox");
48             this.LogoPictureBox.Image = global::OpenTween.Properties.Resources.LogoImage;
49             this.LogoPictureBox.Name = "LogoPictureBox";
50             this.TableLayoutPanel.SetRowSpan(this.LogoPictureBox, 5);
51             this.LogoPictureBox.TabStop = false;
52             // 
53             // TableLayoutPanel
54             // 
55             resources.ApplyResources(this.TableLayoutPanel, "TableLayoutPanel");
56             this.TableLayoutPanel.Controls.Add(this.LogoPictureBox, 0, 0);
57             this.TableLayoutPanel.Controls.Add(this.LabelProductName, 1, 0);
58             this.TableLayoutPanel.Controls.Add(this.LabelVersion, 1, 1);
59             this.TableLayoutPanel.Controls.Add(this.LabelCopyright, 1, 2);
60             this.TableLayoutPanel.Controls.Add(this.LabelCompanyName, 1, 3);
61             this.TableLayoutPanel.Controls.Add(this.TextBoxDescription, 1, 4);
62             this.TableLayoutPanel.Controls.Add(this.OKButton, 1, 6);
63             this.TableLayoutPanel.Controls.Add(this.ChangeLog, 0, 5);
64             this.TableLayoutPanel.Name = "TableLayoutPanel";
65             // 
66             // LabelProductName
67             // 
68             resources.ApplyResources(this.LabelProductName, "LabelProductName");
69             this.LabelProductName.MaximumSize = new System.Drawing.Size(0, 16);
70             this.LabelProductName.Name = "LabelProductName";
71             // 
72             // LabelVersion
73             // 
74             resources.ApplyResources(this.LabelVersion, "LabelVersion");
75             this.LabelVersion.MaximumSize = new System.Drawing.Size(0, 16);
76             this.LabelVersion.Name = "LabelVersion";
77             // 
78             // LabelCopyright
79             // 
80             resources.ApplyResources(this.LabelCopyright, "LabelCopyright");
81             this.LabelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
82             this.LabelCopyright.Name = "LabelCopyright";
83             // 
84             // LabelCompanyName
85             // 
86             resources.ApplyResources(this.LabelCompanyName, "LabelCompanyName");
87             this.LabelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
88             this.LabelCompanyName.Name = "LabelCompanyName";
89             // 
90             // TextBoxDescription
91             // 
92             resources.ApplyResources(this.TextBoxDescription, "TextBoxDescription");
93             this.TextBoxDescription.Name = "TextBoxDescription";
94             this.TextBoxDescription.ReadOnly = true;
95             this.TextBoxDescription.TabStop = false;
96             // 
97             // OKButton
98             // 
99             resources.ApplyResources(this.OKButton, "OKButton");
100             this.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
101             this.OKButton.Name = "OKButton";
102             this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
103             // 
104             // ChangeLog
105             // 
106             this.TableLayoutPanel.SetColumnSpan(this.ChangeLog, 2);
107             resources.ApplyResources(this.ChangeLog, "ChangeLog");
108             this.ChangeLog.Name = "ChangeLog";
109             this.ChangeLog.ReadOnly = true;
110             // 
111             // TweenAboutBox
112             // 
113             this.AcceptButton = this.OKButton;
114             resources.ApplyResources(this, "$this");
115             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
116             this.CancelButton = this.OKButton;
117             this.Controls.Add(this.TableLayoutPanel);
118             this.Name = "TweenAboutBox";
119             this.ShowIcon = false;
120             this.ShowInTaskbar = false;
121             this.Load += new System.EventHandler(this.TweenAboutBox_Load);
122             this.Shown += new System.EventHandler(this.TweenAboutBox_Shown);
123             ((System.ComponentModel.ISupportInitialize)(this.LogoPictureBox)).EndInit();
124             this.TableLayoutPanel.ResumeLayout(false);
125             this.TableLayoutPanel.PerformLayout();
126             this.ResumeLayout(false);
127
128         }
129
130         #endregion
131
132         internal System.Windows.Forms.PictureBox LogoPictureBox;
133         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel;
134         internal System.Windows.Forms.Label LabelProductName;
135         internal System.Windows.Forms.Label LabelVersion;
136         internal System.Windows.Forms.Label LabelCopyright;
137         internal System.Windows.Forms.Label LabelCompanyName;
138         internal System.Windows.Forms.TextBox TextBoxDescription;
139         internal System.Windows.Forms.Button OKButton;
140         internal System.Windows.Forms.TextBox ChangeLog;
141     }
142 }