namespace Gs.DevApp.UserControl { partial class ShowDialogForm { /// /// 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.progressShow = new DevExpress.XtraEditors.ProgressBarControl(); this.lblContent = new DevExpress.XtraEditors.LabelControl(); this.lblCaption = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // progressShow // this.progressShow.EditValue = 1; this.progressShow.Location = new System.Drawing.Point(24, 94); 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; // // lblContent // this.lblContent.Location = new System.Drawing.Point(24, 58); 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"; // // lblCaption // this.lblCaption.Location = new System.Drawing.Point(24, 27); 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"; // // panelControl2 // this.panelControl2.Controls.Add(this.lblCaption); this.panelControl2.Controls.Add(this.lblContent); this.panelControl2.Controls.Add(this.progressShow); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(498, 151); this.panelControl2.TabIndex = 5; // // ShowDialogForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(498, 151); this.Controls.Add(this.panelControl2); 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 = "ShowDialogForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShowDialogForm"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.ProgressBarControl progressShow; private DevExpress.XtraEditors.LabelControl lblContent; private DevExpress.XtraEditors.LabelControl lblCaption; private DevExpress.XtraEditors.PanelControl panelControl2; } }