namespace Gs.DevApp.UserControl { partial class UcLoading { /// /// 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() { this.lblCaption = new DevExpress.XtraEditors.LabelControl(); this.lblMessage = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.lblContent = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.progressShow = new DevExpress.XtraEditors.ProgressBarControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).BeginInit(); this.SuspendLayout(); // // lblCaption // this.lblCaption.Location = new System.Drawing.Point(30, 12); this.lblCaption.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(48, 18); this.lblCaption.TabIndex = 0; this.lblCaption.Text = "Caption"; // // lblMessage // this.lblMessage.Location = new System.Drawing.Point(30, 9); this.lblMessage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(58, 18); this.lblMessage.TabIndex = 2; this.lblMessage.Text = "Message"; // // panelControl2 // this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl2.Controls.Add(this.lblContent); this.panelControl2.Controls.Add(this.progressShow); this.panelControl2.Controls.Add(this.lblMessage); this.panelControl2.Location = new System.Drawing.Point(0, 49); this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(498, 107); this.panelControl2.TabIndex = 5; // // lblContent // this.lblContent.Location = new System.Drawing.Point(30, 40); this.lblContent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblContent.Name = "lblContent"; this.lblContent.Size = new System.Drawing.Size(51, 18); this.lblContent.TabIndex = 3; this.lblContent.Text = "Content"; // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.panelControl1.Controls.Add(this.lblCaption); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(498, 44); this.panelControl1.TabIndex = 0; // // progressShow // this.progressShow.EditValue = 1; this.progressShow.Location = new System.Drawing.Point(30, 76); this.progressShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.progressShow.Name = "progressShow"; this.progressShow.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.progressShow.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.progressShow.Properties.EndColor = System.Drawing.Color.Empty; this.progressShow.Properties.LookAndFeel.SkinName = "Blue"; this.progressShow.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.progressShow.Properties.LookAndFeel.UseWindowsXPTheme = true; this.progressShow.Properties.ReadOnly = true; this.progressShow.Properties.ShowTitle = true; this.progressShow.Properties.StartColor = System.Drawing.Color.Empty; this.progressShow.Properties.Step = 1; this.progressShow.Size = new System.Drawing.Size(457, 19); this.progressShow.TabIndex = 4; // // UcLoading // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(498, 159); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.IconOptions.ShowIcon = false; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UcLoading"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShowDialogForm"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl lblCaption; private DevExpress.XtraEditors.LabelControl lblMessage; private DevExpress.XtraEditors.ProgressBarControl progressShow; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.LabelControl lblContent; private DevExpress.XtraEditors.PanelControl panelControl1; } }