rpftool/RPFTool/Loader.Designer.cs

84 lines
3.9 KiB
C#

namespace RPFTool
{
partial class Loader
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Loader));
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
this.label_Loading = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
this.SuspendLayout();
//
// marqueeProgressBarControl1
//
this.marqueeProgressBarControl1.EditValue = 0;
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(0, 137);
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(500, 30);
this.marqueeProgressBarControl1.TabIndex = 0;
this.marqueeProgressBarControl1.UseWaitCursor = true;
//
// label_Loading
//
this.label_Loading.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label_Loading.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
this.label_Loading.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.label_Loading.Location = new System.Drawing.Point(0, 59);
this.label_Loading.Name = "label_Loading";
this.label_Loading.Size = new System.Drawing.Size(500, 23);
this.label_Loading.TabIndex = 1;
this.label_Loading.Text = "Loading..";
this.label_Loading.UseWaitCursor = true;
//
// Loader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(500, 167);
this.Controls.Add(this.label_Loading);
this.Controls.Add(this.marqueeProgressBarControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.LookAndFeel.SkinName = "Sharp";
this.LookAndFeel.UseDefaultLookAndFeel = false;
this.Name = "Loader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Loader";
this.UseWaitCursor = true;
this.Shown += new System.EventHandler(this.Loader_Shown);
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
private DevExpress.XtraEditors.LabelControl label_Loading;
}
}