You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.OPS.Tool/View/Frm_DataExport.Designer.cs

65 lines
2.6 KiB

namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
{
partial class Frm_DataExport
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_DataExport));
this.lb_info = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lb_info
//
this.lb_info.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_info.Location = new System.Drawing.Point(13, 23);
this.lb_info.Name = "lb_info";
this.lb_info.Size = new System.Drawing.Size(310, 23);
this.lb_info.TabIndex = 1;
this.lb_info.Text = "label1";
//
// Frm_DataExport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(335, 60);
this.Controls.Add(this.lb_info);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Frm_DataExport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "正在下载";
this.TopMost = true;
this.Load += new System.EventHandler(this.DataExport_Load);
this.Shown += new System.EventHandler(this.Showlogs);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lb_info;
}
}