94 lines
3.4 KiB
C#
94 lines
3.4 KiB
C#
namespace CarManagerV3
|
|
{
|
|
partial class PleaseWait
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
label1 = new System.Windows.Forms.Label();
|
|
lblContent = new System.Windows.Forms.Label();
|
|
SuspendLayout();
|
|
//
|
|
// progressBar1
|
|
//
|
|
progressBar1.Location = new System.Drawing.Point(12, 78);
|
|
progressBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
progressBar1.Name = "progressBar1";
|
|
progressBar1.Size = new System.Drawing.Size(422, 29);
|
|
progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
progressBar1.TabIndex = 0;
|
|
progressBar1.Click += progressBar1_Click;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
|
|
label1.Location = new System.Drawing.Point(12, 16);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(121, 20);
|
|
label1.TabIndex = 1;
|
|
label1.Text = "Please wait...";
|
|
//
|
|
// lblContent
|
|
//
|
|
lblContent.AutoSize = true;
|
|
lblContent.Location = new System.Drawing.Point(13, 41);
|
|
lblContent.Name = "lblContent";
|
|
lblContent.Size = new System.Drawing.Size(144, 20);
|
|
lblContent.TabIndex = 2;
|
|
lblContent.Text = "Saving your changes";
|
|
//
|
|
// PleaseWait
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
AutoSize = true;
|
|
ClientSize = new System.Drawing.Size(446, 121);
|
|
ControlBox = false;
|
|
Controls.Add(lblContent);
|
|
Controls.Add(label1);
|
|
Controls.Add(progressBar1);
|
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "PleaseWait";
|
|
ShowIcon = false;
|
|
ShowInTaskbar = false;
|
|
Text = "Please Wait";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblContent;
|
|
}
|
|
} |