OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / WaitingDialog.Designer.cs
1 namespace OpenTween
2 {
3     partial class WaitingDialog
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(WaitingDialog));
32             this.labelMessage = new System.Windows.Forms.Label();
33             this.progressBar = new System.Windows.Forms.ProgressBar();
34             this.SuspendLayout();
35             // 
36             // labelMessage
37             // 
38             resources.ApplyResources(this.labelMessage, "labelMessage");
39             this.labelMessage.Name = "labelMessage";
40             // 
41             // progressBar
42             // 
43             resources.ApplyResources(this.progressBar, "progressBar");
44             this.progressBar.Name = "progressBar";
45             this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
46             // 
47             // WaitingDialog
48             // 
49             resources.ApplyResources(this, "$this");
50             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
51             this.ControlBox = false;
52             this.Controls.Add(this.labelMessage);
53             this.Controls.Add(this.progressBar);
54             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
55             this.MaximizeBox = false;
56             this.MinimizeBox = false;
57             this.Name = "WaitingDialog";
58             this.ShowIcon = false;
59             this.ShowInTaskbar = false;
60             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
61             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProgressDialog_FormClosing);
62             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ProgressDialog_KeyDown);
63             this.ResumeLayout(false);
64
65         }
66
67         #endregion
68
69         private System.Windows.Forms.Label labelMessage;
70         private System.Windows.Forms.ProgressBar progressBar;
71     }
72 }