namespace Oreo.NetMonitor.Views { partial class NetReportForm { /// /// 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.status = new System.Windows.Forms.Label(); this.SuspendLayout(); // // status // this.status.AutoSize = true; this.status.Location = new System.Drawing.Point(12, 9); this.status.Name = "status"; this.status.Size = new System.Drawing.Size(29, 12); this.status.TabIndex = 20; this.status.Text = "信息"; // // NetReportForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(564, 220); this.Controls.Add(this.status); this.Name = "NetReportForm"; this.Text = "NetReportForm"; this.Load += new System.EventHandler(this.NetReportForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label status; } }