mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-22 17:39:24 +00:00
108 lines
5.1 KiB
C#
108 lines
5.1 KiB
C#
namespace DevExpress.StockMarketTrader {
|
|
partial class SplashScreen1 {
|
|
/// <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.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.lblCaption = new DevExpress.XtraEditors.LabelControl();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// marqueeProgressBarControl1
|
|
//
|
|
this.marqueeProgressBarControl1.EditValue = 0;
|
|
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(25, 100);
|
|
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
|
|
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(404, 12);
|
|
this.marqueeProgressBarControl1.TabIndex = 5;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.labelControl1.Location = new System.Drawing.Point(25, 145);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(91, 13);
|
|
this.labelControl1.TabIndex = 6;
|
|
this.labelControl1.Text = "Copyright © 1998-";
|
|
//
|
|
// lblCaption
|
|
//
|
|
this.lblCaption.Location = new System.Drawing.Point(25, 75);
|
|
this.lblCaption.Name = "lblCaption";
|
|
this.lblCaption.Size = new System.Drawing.Size(50, 13);
|
|
this.lblCaption.TabIndex = 7;
|
|
this.lblCaption.Text = "Starting...";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Location = new System.Drawing.Point(271, 136);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(158, 31);
|
|
this.pictureBox1.TabIndex = 8;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.Location = new System.Drawing.Point(87, 12);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(279, 61);
|
|
this.pictureBox2.TabIndex = 9;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// SplashScreen1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(447, 189);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.lblCaption);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.marqueeProgressBarControl1);
|
|
this.Name = "SplashScreen1";
|
|
this.Text = "Form1";
|
|
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl lblCaption;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
}
|
|
}
|