namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_DataExport { /// /// 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(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; } }