namespace DeviceRepairAndOptimization.Pages.Common { partial class dlgProgressBar { /// /// 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(dlgProgressBar)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.progressBarControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(4); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(446, 0, 1103, 776); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(411, 116); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // progressBarControl1 // this.progressBarControl1.Location = new System.Drawing.Point(12, 66); this.progressBarControl1.Name = "progressBarControl1"; this.progressBarControl1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.2F); this.progressBarControl1.Size = new System.Drawing.Size(387, 18); this.progressBarControl1.StyleController = this.layoutControl1; this.progressBarControl1.TabIndex = 4; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupStyle = DevExpress.Utils.GroupStyle.Light; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.simpleLabelItem1, this.layoutControlItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(411, 116); this.Root.TextVisible = false; // // simpleLabelItem1 // this.simpleLabelItem1.AllowHotTrack = false; this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true; this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true; this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleLabelItem1.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleLabelItem1.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.simpleLabelItem1.AppearanceItemCaptionDisabled.Options.UseFont = true; this.simpleLabelItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; this.simpleLabelItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0); this.simpleLabelItem1.MaxSize = new System.Drawing.Size(0, 35); this.simpleLabelItem1.MinSize = new System.Drawing.Size(85, 28); this.simpleLabelItem1.Name = "simpleLabelItem1"; this.simpleLabelItem1.Size = new System.Drawing.Size(391, 35); this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.simpleLabelItem1.Text = "正在保存......"; this.simpleLabelItem1.TextSize = new System.Drawing.Size(94, 19); // // layoutControlItem1 // this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.layoutControlItem1.Control = this.progressBarControl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 35); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(391, 61); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // dlgProgressBar // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(411, 116); this.ControlBox = false; this.Controls.Add(this.layoutControl1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.2F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("dlgProgressBar.IconOptions.Image"))); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "dlgProgressBar"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "提示"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.ProgressBarControl progressBarControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; } }