88 lines
3.3 KiB
C#
88 lines
3.3 KiB
C#
namespace AIProofread.Controls
|
|
{
|
|
partial class FormLoading
|
|
{
|
|
/// <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()
|
|
{
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lblInfo = new System.Windows.Forms.Label();
|
|
this.lblLoading = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.lblInfo);
|
|
this.panel1.Controls.Add(this.lblLoading);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(390, 179);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// lblInfo
|
|
//
|
|
this.lblInfo.AutoEllipsis = true;
|
|
this.lblInfo.Location = new System.Drawing.Point(14, 88);
|
|
this.lblInfo.Name = "lblInfo";
|
|
this.lblInfo.Size = new System.Drawing.Size(364, 23);
|
|
this.lblInfo.TabIndex = 1;
|
|
this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblLoading
|
|
//
|
|
this.lblLoading.Location = new System.Drawing.Point(12, 49);
|
|
this.lblLoading.Name = "lblLoading";
|
|
this.lblLoading.Size = new System.Drawing.Size(366, 23);
|
|
this.lblLoading.TabIndex = 0;
|
|
this.lblLoading.Text = "Loading...";
|
|
this.lblLoading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// FormLoading
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(390, 179);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormLoading";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Loading";
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lblLoading;
|
|
private System.Windows.Forms.Label lblInfo;
|
|
}
|
|
} |