namespace Yw.WinFrmUI
|
{
|
partial class WaitFormStyle
|
{
|
/// <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()
|
{
|
progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel();
|
tableLayoutPanel1 = new TableLayoutPanel();
|
SuspendLayout();
|
//
|
// progressPanel1
|
//
|
progressPanel1.Appearance.BackColor = Color.Transparent;
|
progressPanel1.Appearance.Options.UseBackColor = true;
|
progressPanel1.AppearanceCaption.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
progressPanel1.AppearanceCaption.ForeColor = Color.Navy;
|
progressPanel1.AppearanceCaption.Options.UseFont = true;
|
progressPanel1.AppearanceCaption.Options.UseForeColor = true;
|
progressPanel1.AppearanceDescription.Font = new Font("Microsoft Sans Serif", 8.25F, FontStyle.Regular, GraphicsUnit.Point);
|
progressPanel1.AppearanceDescription.Options.UseFont = true;
|
progressPanel1.Caption = "请稍候,正在加载中。。。";
|
progressPanel1.Description = "";
|
progressPanel1.ImageHorzOffset = 20;
|
progressPanel1.Location = new Point(1, 29);
|
progressPanel1.Margin = new Padding(0, 3, 0, 3);
|
progressPanel1.Name = "progressPanel1";
|
progressPanel1.Size = new Size(353, 40);
|
progressPanel1.TabIndex = 0;
|
progressPanel1.Text = "progressPanel1";
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.AutoSize = true;
|
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
tableLayoutPanel1.BackColor = Color.Transparent;
|
tableLayoutPanel1.ColumnCount = 1;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.Padding = new Padding(0, 13, 0, 13);
|
tableLayoutPanel1.RowCount = 1;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Size = new Size(0, 26);
|
tableLayoutPanel1.TabIndex = 1;
|
//
|
// WaitFormStyle
|
//
|
AutoScaleMode = AutoScaleMode.None;
|
AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
ClientSize = new Size(357, 98);
|
Controls.Add(tableLayoutPanel1);
|
Controls.Add(progressPanel1);
|
DoubleBuffered = true;
|
Name = "WaitFormStyle";
|
StartPosition = FormStartPosition.Manual;
|
Text = "Form1";
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraWaitForm.ProgressPanel progressPanel1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
}
|
}
|