namespace Lskj.PubBrower { partial class FrmMain { /// /// 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.SuspendLayout(); // // FrmMain // this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(936, 683); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.Name = "FrmMain"; this.Text = "朗速浏览器"; this.Load += new System.EventHandler(this.FrmMain_Load); this.ResumeLayout(false); } #endregion } }