OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / UpdateDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class UpdateDialog
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(UpdateDialog));
32             this.TextDetail = new System.Windows.Forms.TextBox();
33             this.LabelSummary = new System.Windows.Forms.Label();
34             this.PictureBox1 = new System.Windows.Forms.PictureBox();
35             this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
36             this.YesButton = new System.Windows.Forms.Button();
37             this.NoButton = new System.Windows.Forms.Button();
38             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
39             this.TableLayoutPanel1.SuspendLayout();
40             this.SuspendLayout();
41             // 
42             // TextDetail
43             // 
44             resources.ApplyResources(this.TextDetail, "TextDetail");
45             this.TextDetail.Name = "TextDetail";
46             this.TextDetail.ReadOnly = true;
47             // 
48             // LabelSummary
49             // 
50             resources.ApplyResources(this.LabelSummary, "LabelSummary");
51             this.LabelSummary.Name = "LabelSummary";
52             // 
53             // PictureBox1
54             // 
55             resources.ApplyResources(this.PictureBox1, "PictureBox1");
56             this.PictureBox1.Name = "PictureBox1";
57             this.PictureBox1.TabStop = false;
58             // 
59             // TableLayoutPanel1
60             // 
61             resources.ApplyResources(this.TableLayoutPanel1, "TableLayoutPanel1");
62             this.TableLayoutPanel1.Controls.Add(this.YesButton, 0, 0);
63             this.TableLayoutPanel1.Controls.Add(this.NoButton, 1, 0);
64             this.TableLayoutPanel1.Name = "TableLayoutPanel1";
65             // 
66             // YesButton
67             // 
68             resources.ApplyResources(this.YesButton, "YesButton");
69             this.YesButton.DialogResult = System.Windows.Forms.DialogResult.Yes;
70             this.YesButton.Name = "YesButton";
71             this.YesButton.Click += new System.EventHandler(this.YesButton_Click);
72             // 
73             // NoButton
74             // 
75             resources.ApplyResources(this.NoButton, "NoButton");
76             this.NoButton.DialogResult = System.Windows.Forms.DialogResult.No;
77             this.NoButton.Name = "NoButton";
78             this.NoButton.Click += new System.EventHandler(this.NoButton_Click);
79             // 
80             // UpdateDialog
81             // 
82             this.AcceptButton = this.YesButton;
83             resources.ApplyResources(this, "$this");
84             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
85             this.CancelButton = this.NoButton;
86             this.Controls.Add(this.TextDetail);
87             this.Controls.Add(this.LabelSummary);
88             this.Controls.Add(this.PictureBox1);
89             this.Controls.Add(this.TableLayoutPanel1);
90             this.MaximizeBox = false;
91             this.MinimizeBox = false;
92             this.Name = "UpdateDialog";
93             this.ShowIcon = false;
94             this.ShowInTaskbar = false;
95             this.TopMost = true;
96             this.Shown += new System.EventHandler(this.UpdateDialog_Shown);
97             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
98             this.TableLayoutPanel1.ResumeLayout(false);
99             this.ResumeLayout(false);
100             this.PerformLayout();
101
102         }
103
104         #endregion
105
106         internal System.Windows.Forms.TextBox TextDetail;
107         internal System.Windows.Forms.Label LabelSummary;
108         internal System.Windows.Forms.PictureBox PictureBox1;
109         internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
110         internal System.Windows.Forms.Button YesButton;
111         internal System.Windows.Forms.Button NoButton;
112     }
113 }