namespace PcgDrawR { partial class SplashForm { /// /// 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(SplashForm)); this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // marqueeProgressBarControl1 // this.marqueeProgressBarControl1.EditValue = 0; this.marqueeProgressBarControl1.Location = new System.Drawing.Point(46, 426); this.marqueeProgressBarControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1"; this.marqueeProgressBarControl1.Size = new System.Drawing.Size(808, 22); this.marqueeProgressBarControl1.TabIndex = 5; // // labelControl1 // this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.labelControl1.Location = new System.Drawing.Point(46, 528); this.labelControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(251, 29); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "Copyright © 2020-2021"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(46, 380); this.labelControl2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(103, 29); this.labelControl2.TabIndex = 7; this.labelControl2.Text = "Starting..."; // // pictureEdit2 // this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue"))); this.pictureEdit2.Location = new System.Drawing.Point(24, 22); this.pictureEdit2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.pictureEdit2.Name = "pictureEdit2"; this.pictureEdit2.Properties.AllowFocused = false; this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit2.Properties.ShowMenu = false; this.pictureEdit2.Size = new System.Drawing.Size(852, 332); this.pictureEdit2.TabIndex = 9; // // pictureEdit1 // this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue"))); this.pictureEdit1.Location = new System.Drawing.Point(556, 492); this.pictureEdit1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.AllowFocused = false; this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit1.Properties.ShowMenu = false; this.pictureEdit1.Size = new System.Drawing.Size(320, 88); this.pictureEdit1.TabIndex = 8; // // SplashForm // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(900, 590); this.Controls.Add(this.pictureEdit2); this.Controls.Add(this.pictureEdit1); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelControl1); this.Controls.Add(this.marqueeProgressBarControl1); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "SplashForm"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.PictureEdit pictureEdit2; } }