namespace RFIDSocket { partial class MultiFuncLoading { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.lbl_tips = new System.Windows.Forms.Label(); this.lbl_tips_son = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lbl_jd = new System.Windows.Forms.Label(); this.lbl_cur = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.Image = global::RFIDSocket.Properties.Resources.loading3; this.label1.Location = new System.Drawing.Point(3, 10); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 69); this.label1.TabIndex = 0; // // lbl_tips // this.lbl_tips.AutoSize = true; this.lbl_tips.Location = new System.Drawing.Point(79, 13); this.lbl_tips.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_tips.Name = "lbl_tips"; this.lbl_tips.Size = new System.Drawing.Size(107, 12); this.lbl_tips.TabIndex = 3; this.lbl_tips.Text = "加载中,请稍等..."; // // lbl_tips_son // this.lbl_tips_son.AutoSize = true; this.lbl_tips_son.Location = new System.Drawing.Point(79, 38); this.lbl_tips_son.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_tips_son.Name = "lbl_tips_son"; this.lbl_tips_son.Size = new System.Drawing.Size(113, 12); this.lbl_tips_son.TabIndex = 4; this.lbl_tips_son.Text = "Please Waitting..."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(79, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 5; this.label2.Text = "执行进度:"; // // lbl_jd // this.lbl_jd.AutoSize = true; this.lbl_jd.Location = new System.Drawing.Point(145, 61); this.lbl_jd.Name = "lbl_jd"; this.lbl_jd.Size = new System.Drawing.Size(41, 12); this.lbl_jd.TabIndex = 6; this.lbl_jd.Text = "label3"; // // lbl_cur // this.lbl_cur.Location = new System.Drawing.Point(12, 88); this.lbl_cur.Multiline = true; this.lbl_cur.Name = "lbl_cur"; this.lbl_cur.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.lbl_cur.Size = new System.Drawing.Size(333, 101); this.lbl_cur.TabIndex = 9; // // MultiFuncLoading // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(357, 201); this.Controls.Add(this.lbl_cur); this.Controls.Add(this.lbl_jd); this.Controls.Add(this.label2); this.Controls.Add(this.lbl_tips_son); this.Controls.Add(this.lbl_tips); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "MultiFuncLoading"; this.Text = "Loading"; this.Load += new System.EventHandler(this.Loading_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lbl_tips; private System.Windows.Forms.Label lbl_tips_son; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbl_jd; private System.Windows.Forms.TextBox lbl_cur; } }