tijian_jichuang/Code/SmartUpdater/UpdateUI1.Designer.cs
2025-02-20 11:54:48 +08:00

292 lines
14 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace EAS.Distributed
{
partial class UpdateUI1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateUI));
this.buttonDetails = new System.Windows.Forms.Button();
this.colMessage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnCancel = new System.Windows.Forms.Button();
this.imageList = new System.Windows.Forms.ImageList(this.components);
this.progressBar = new System.Windows.Forms.ProgressBar();
this.checkCloseComplete = new System.Windows.Forms.CheckBox();
this.btnClose = new System.Windows.Forms.Button();
this.labelMessage = new System.Windows.Forms.Label();
this.statusErrors = new System.Windows.Forms.StatusBarPanel();
this.statusBar = new System.Windows.Forms.StatusBar();
this.statusTasks = new System.Windows.Forms.StatusBarPanel();
this.statusMessage = new System.Windows.Forms.StatusBarPanel();
this.tabControl = new System.Windows.Forms.TabControl();
this.pageTasks = new System.Windows.Forms.TabPage();
this.listTasks = new System.Windows.Forms.ListView();
this.pageErrors = new System.Windows.Forms.TabPage();
this.listErrors = new System.Windows.Forms.ListView();
this.colErrors = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.textError = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.statusErrors)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.statusTasks)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.statusMessage)).BeginInit();
this.tabControl.SuspendLayout();
this.pageTasks.SuspendLayout();
this.pageErrors.SuspendLayout();
this.SuspendLayout();
//
// buttonDetails
//
this.buttonDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.buttonDetails.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.buttonDetails.Location = new System.Drawing.Point(434, 48);
this.buttonDetails.Name = "buttonDetails";
this.buttonDetails.Size = new System.Drawing.Size(90, 25);
this.buttonDetails.TabIndex = 12;
this.buttonDetails.Text = "<< 详细";
this.buttonDetails.Click += new System.EventHandler(this.btnDetails_Click);
//
// colMessage
//
this.colMessage.Width = 500;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCancel.Location = new System.Drawing.Point(434, 12);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(90, 24);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Lime;
this.imageList.Images.SetKeyName(0, "");
this.imageList.Images.SetKeyName(1, "");
//
// progressBar
//
this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar.Location = new System.Drawing.Point(14, 36);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(398, 15);
this.progressBar.TabIndex = 8;
//
// checkCloseComplete
//
this.checkCloseComplete.Enabled = false;
this.checkCloseComplete.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.checkCloseComplete.Location = new System.Drawing.Point(14, 52);
this.checkCloseComplete.Name = "checkCloseComplete";
this.checkCloseComplete.Size = new System.Drawing.Size(288, 26);
this.checkCloseComplete.TabIndex = 9;
this.checkCloseComplete.Text = "升级完成后关闭对话框";
//
// btnClose
//
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnClose.Location = new System.Drawing.Point(434, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(90, 24);
this.btnClose.TabIndex = 10;
this.btnClose.Text = "关闭";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// labelMessage
//
this.labelMessage.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.labelMessage.Location = new System.Drawing.Point(14, 12);
this.labelMessage.Name = "labelMessage";
this.labelMessage.Size = new System.Drawing.Size(422, 17);
this.labelMessage.TabIndex = 7;
this.labelMessage.Text = "< 消息 >";
//
// statusErrors
//
this.statusErrors.Name = "statusErrors";
this.statusErrors.Width = 75;
//
// statusBar
//
this.statusBar.Location = new System.Drawing.Point(0, 275);
this.statusBar.Name = "statusBar";
this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusTasks,
this.statusErrors,
this.statusMessage});
this.statusBar.ShowPanels = true;
this.statusBar.Size = new System.Drawing.Size(534, 24);
this.statusBar.TabIndex = 14;
//
// statusTasks
//
this.statusTasks.Name = "statusTasks";
this.statusTasks.Width = 75;
//
// statusMessage
//
this.statusMessage.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
this.statusMessage.Name = "statusMessage";
this.statusMessage.Width = 367;
//
// tabControl
//
this.tabControl.Controls.Add(this.pageTasks);
this.tabControl.Controls.Add(this.pageErrors);
this.tabControl.Location = new System.Drawing.Point(2, 96);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(530, 181);
this.tabControl.TabIndex = 13;
//
// pageTasks
//
this.pageTasks.Controls.Add(this.listTasks);
this.pageTasks.Location = new System.Drawing.Point(4, 22);
this.pageTasks.Name = "pageTasks";
this.pageTasks.Size = new System.Drawing.Size(522, 155);
this.pageTasks.TabIndex = 0;
this.pageTasks.Text = "任务";
//
// listTasks
//
this.listTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colMessage});
this.listTasks.Dock = System.Windows.Forms.DockStyle.Fill;
this.listTasks.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listTasks.Location = new System.Drawing.Point(0, 0);
this.listTasks.Name = "listTasks";
this.listTasks.Size = new System.Drawing.Size(522, 155);
this.listTasks.SmallImageList = this.imageList;
this.listTasks.TabIndex = 0;
this.listTasks.UseCompatibleStateImageBehavior = false;
this.listTasks.View = System.Windows.Forms.View.Details;
//
// pageErrors
//
this.pageErrors.Controls.Add(this.listErrors);
this.pageErrors.Controls.Add(this.textError);
this.pageErrors.Location = new System.Drawing.Point(4, 22);
this.pageErrors.Name = "pageErrors";
this.pageErrors.Size = new System.Drawing.Size(522, 155);
this.pageErrors.TabIndex = 1;
this.pageErrors.Text = "错误";
this.pageErrors.Visible = false;
//
// listErrors
//
this.listErrors.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colErrors});
this.listErrors.Dock = System.Windows.Forms.DockStyle.Fill;
this.listErrors.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listErrors.Location = new System.Drawing.Point(0, 0);
this.listErrors.Name = "listErrors";
this.listErrors.Size = new System.Drawing.Size(522, 105);
this.listErrors.SmallImageList = this.imageList;
this.listErrors.TabIndex = 6;
this.listErrors.UseCompatibleStateImageBehavior = false;
this.listErrors.View = System.Windows.Forms.View.Details;
this.listErrors.SelectedIndexChanged += new System.EventHandler(this.listErrors_SelectedIndexChanged);
//
// colErrors
//
this.colErrors.Text = "";
this.colErrors.Width = 500;
//
// textError
//
this.textError.AcceptsReturn = true;
this.textError.BackColor = System.Drawing.SystemColors.Info;
this.textError.Dock = System.Windows.Forms.DockStyle.Bottom;
this.textError.Location = new System.Drawing.Point(0, 105);
this.textError.Multiline = true;
this.textError.Name = "textError";
this.textError.ReadOnly = true;
this.textError.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textError.Size = new System.Drawing.Size(522, 50);
this.textError.TabIndex = 5;
//
// UpdateUI
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(534, 299);
this.ControlBox = false;
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.checkCloseComplete);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.labelMessage);
this.Controls.Add(this.statusBar);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.buttonDetails);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UpdateUI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "天瑞体检中心自动更新程序";
this.Load += new System.EventHandler(this.UpdateUI_Load);
((System.ComponentModel.ISupportInitialize)(this.statusErrors)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusTasks)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusMessage)).EndInit();
this.tabControl.ResumeLayout(false);
this.pageTasks.ResumeLayout(false);
this.pageErrors.ResumeLayout(false);
this.pageErrors.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonDetails;
private System.Windows.Forms.ColumnHeader colMessage;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ImageList imageList;
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.CheckBox checkCloseComplete;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label labelMessage;
private System.Windows.Forms.StatusBarPanel statusErrors;
private System.Windows.Forms.StatusBar statusBar;
private System.Windows.Forms.StatusBarPanel statusTasks;
private System.Windows.Forms.StatusBarPanel statusMessage;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage pageTasks;
private System.Windows.Forms.ListView listTasks;
private System.Windows.Forms.TabPage pageErrors;
private System.Windows.Forms.TextBox textError;
private System.Windows.Forms.ListView listErrors;
private System.Windows.Forms.ColumnHeader colErrors;
}
}