namespace WinformGeneralDeveloperFrame
{
partial class LoadForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadForm));
this.labelCopyright = new DevExpress.XtraEditors.LabelControl();
this.labelStatus = new DevExpress.XtraEditors.LabelControl();
this.peImage = new DevExpress.XtraEditors.PictureEdit();
this.peLogo = new DevExpress.XtraEditors.PictureEdit();
this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
((System.ComponentModel.ISupportInitialize)(this.peImage.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
this.SuspendLayout();
//
// labelCopyright
//
this.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.labelCopyright.Location = new System.Drawing.Point(23, 264);
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.Size = new System.Drawing.Size(52, 14);
this.labelCopyright.TabIndex = 6;
this.labelCopyright.Text = "Copyright";
//
// labelStatus
//
this.labelStatus.Location = new System.Drawing.Point(23, 190);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(55, 14);
this.labelStatus.TabIndex = 7;
this.labelStatus.Text = "Starting...";
//
// peImage
//
this.peImage.EditValue = ((object)(resources.GetObject("peImage.EditValue")));
this.peImage.Location = new System.Drawing.Point(12, 11);
this.peImage.Name = "peImage";
this.peImage.Properties.AllowFocused = false;
this.peImage.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.peImage.Properties.Appearance.Options.UseBackColor = true;
this.peImage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.peImage.Properties.ShowMenu = false;
this.peImage.Size = new System.Drawing.Size(426, 166);
this.peImage.TabIndex = 9;
//
// peLogo
//
this.peLogo.EditValue = ((object)(resources.GetObject("peLogo.EditValue")));
this.peLogo.Location = new System.Drawing.Point(278, 246);
this.peLogo.Name = "peLogo";
this.peLogo.Properties.AllowFocused = false;
this.peLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.peLogo.Properties.Appearance.Options.UseBackColor = true;
this.peLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.peLogo.Properties.ShowMenu = false;
this.peLogo.Size = new System.Drawing.Size(160, 44);
this.peLogo.TabIndex = 8;
//
// progressBarControl1
//
this.progressBarControl1.Location = new System.Drawing.Point(23, 220);
this.progressBarControl1.Name = "progressBarControl1";
this.progressBarControl1.Size = new System.Drawing.Size(415, 18);
this.progressBarControl1.TabIndex = 10;
//
// LoadForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(450, 295);
this.Controls.Add(this.progressBarControl1);
this.Controls.Add(this.peImage);
this.Controls.Add(this.peLogo);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.labelCopyright);
this.Name = "LoadForm";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.peImage.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelCopyright;
private DevExpress.XtraEditors.LabelControl labelStatus;
private DevExpress.XtraEditors.PictureEdit peImage;
private DevExpress.XtraEditors.PictureEdit peLogo;
private DevExpress.XtraEditors.ProgressBarControl progressBarControl1;
}
}