You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

191 lines
10 KiB
C#

9 months ago
namespace POSV
{
partial class FastDownloading
{
/// <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()
{
this.mainPanel = new POSV.Component.DoubleBufferPanelX();
this.workspace = new POSV.Component.DoubleBufferPanelX();
this.errorPanel = new POSV.Component.DoubleBufferPanelX();
this.lblInfo = new DevComponents.DotNetBar.LabelX();
this.btnRetry = new DevComponents.DotNetBar.ButtonX();
this.btnIgnore = new DevComponents.DotNetBar.ButtonX();
this.lblStatus = new DevComponents.DotNetBar.LabelX();
this.mainPanel.SuspendLayout();
this.workspace.SuspendLayout();
this.errorPanel.SuspendLayout();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.mainPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.mainPanel.Controls.Add(this.workspace);
this.mainPanel.Controls.Add(this.lblStatus);
this.mainPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Padding = new System.Windows.Forms.Padding(1);
this.mainPanel.Size = new System.Drawing.Size(620, 351);
this.mainPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.mainPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.mainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.mainPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.mainPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.mainPanel.Style.GradientAngle = 90;
this.mainPanel.TabIndex = 6;
//
// workspace
//
this.workspace.CanvasColor = System.Drawing.SystemColors.Control;
this.workspace.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.workspace.Controls.Add(this.errorPanel);
this.workspace.DisabledBackColor = System.Drawing.Color.Empty;
this.workspace.Dock = System.Windows.Forms.DockStyle.Fill;
this.workspace.Location = new System.Drawing.Point(1, 1);
this.workspace.Name = "workspace";
this.workspace.Padding = new System.Windows.Forms.Padding(1);
this.workspace.Size = new System.Drawing.Size(618, 313);
this.workspace.Style.Alignment = System.Drawing.StringAlignment.Center;
this.workspace.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.workspace.Style.BackgroundImage = global::POSV.Properties.Resources.;
this.workspace.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.workspace.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.workspace.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.workspace.Style.GradientAngle = 90;
this.workspace.TabIndex = 1;
//
// errorPanel
//
this.errorPanel.CanvasColor = System.Drawing.SystemColors.Control;
this.errorPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.errorPanel.Controls.Add(this.lblInfo);
this.errorPanel.Controls.Add(this.btnRetry);
this.errorPanel.Controls.Add(this.btnIgnore);
this.errorPanel.DisabledBackColor = System.Drawing.Color.Empty;
this.errorPanel.Location = new System.Drawing.Point(131, 61);
this.errorPanel.Name = "errorPanel";
this.errorPanel.Size = new System.Drawing.Size(362, 195);
this.errorPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.errorPanel.Style.BackColor1.Color = System.Drawing.Color.Tan;
this.errorPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.errorPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.errorPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.errorPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.errorPanel.Style.GradientAngle = 90;
this.errorPanel.TabIndex = 6;
this.errorPanel.Visible = false;
//
// lblInfo
//
//
//
//
this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblInfo.Location = new System.Drawing.Point(8, 3);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(347, 135);
this.lblInfo.TabIndex = 31;
this.lblInfo.Text = "错误提醒";
this.lblInfo.TextLineAlignment = System.Drawing.StringAlignment.Near;
this.lblInfo.WordWrap = true;
//
// btnRetry
//
this.btnRetry.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRetry.BackColor = System.Drawing.Color.Chocolate;
this.btnRetry.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.btnRetry.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnRetry.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRetry.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnRetry.Location = new System.Drawing.Point(256, 148);
this.btnRetry.Name = "btnRetry";
this.btnRetry.Size = new System.Drawing.Size(96, 39);
this.btnRetry.TabIndex = 30;
this.btnRetry.Text = "重试一次";
this.btnRetry.TextColor = System.Drawing.Color.White;
this.btnRetry.Click += new System.EventHandler(this.OnButtonRetryClick);
//
// btnIgnore
//
this.btnIgnore.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnIgnore.BackColor = System.Drawing.Color.Maroon;
this.btnIgnore.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
this.btnIgnore.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnIgnore.FadeEffect = false;
this.btnIgnore.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnIgnore.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnIgnore.Location = new System.Drawing.Point(145, 148);
this.btnIgnore.Name = "btnIgnore";
this.btnIgnore.Size = new System.Drawing.Size(105, 39);
this.btnIgnore.TabIndex = 29;
this.btnIgnore.Text = "放弃更新";
this.btnIgnore.TextColor = System.Drawing.Color.White;
this.btnIgnore.Click += new System.EventHandler(this.OnButtonIgnoreClick);
//
// lblStatus
//
//
//
//
this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStatus.Location = new System.Drawing.Point(1, 314);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(618, 36);
this.lblStatus.TabIndex = 0;
this.lblStatus.Text = "labelX1";
//
// FastDownloading
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(620, 351);
this.Controls.Add(this.mainPanel);
this.Name = "FastDownloading";
this.Text = "FastDownloading";
this.mainPanel.ResumeLayout(false);
this.workspace.ResumeLayout(false);
this.errorPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Component.DoubleBufferPanelX mainPanel;
private Component.DoubleBufferPanelX workspace;
private Component.DoubleBufferPanelX errorPanel;
private DevComponents.DotNetBar.LabelX lblInfo;
private DevComponents.DotNetBar.ButtonX btnRetry;
private DevComponents.DotNetBar.ButtonX btnIgnore;
private DevComponents.DotNetBar.LabelX lblStatus;
}
}