using System.Windows.Forms; using System; namespace US.Browser.IE { partial class USMain { /// /// 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(USMain)); this.USBrowserNav = new System.Windows.Forms.WebBrowser(); this.SuspendLayout(); // // USBrowserNav // this.USBrowserNav.AllowNavigation = false; this.USBrowserNav.AllowWebBrowserDrop = false; this.USBrowserNav.IsWebBrowserContextMenuEnabled = false; this.USBrowserNav.Location = new System.Drawing.Point(0, 0); this.USBrowserNav.MinimumSize = new System.Drawing.Size(20, 0); this.USBrowserNav.Name = "USBrowserNav"; this.USBrowserNav.ScrollBarsEnabled = false; this.USBrowserNav.Size = new System.Drawing.Size(1064, 70); this.USBrowserNav.TabIndex = 0; this.USBrowserNav.TabStop = false; // // USMain // this.Visible = false; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Silver; this.ClientSize = new System.Drawing.Size(1064, 680); this.Controls.Add(this.USBrowserNav); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(575, 150); this.Name = "USMain"; this.Text = "云端"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.USMain_FormClosed); this.Shown += new System.EventHandler(this.USMain_Shown); this.ResizeEnd += new System.EventHandler(this.USMain_ResizeEnd); this.SizeChanged += new System.EventHandler(this.USMain_SizeChanged); this.GotFocus += new System.EventHandler(this.USMain_GotFocus); this.Resize += new System.EventHandler(this.USMain_Resize); this.Disposed += new System.EventHandler(this.USMain_Disposed); this.ResumeLayout(false); } #endregion #region 没有用 //this.DailyTimer = new System.Windows.Forms.Timer(this.components); //this.components = new System.ComponentModel.Container(); //System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(USMain)); //this.USBrowserNav = new System.Windows.Forms.WebBrowser(); //this.Quit = new System.Windows.Forms.Button(); //this.DailyTimer = new System.Windows.Forms.Timer(this.components); //this.SuspendLayout(); //// //// USBrowserNav //// //this.USBrowserNav.AllowNavigation = false; //this.USBrowserNav.AllowWebBrowserDrop = false; //this.USBrowserNav.Dock = System.Windows.Forms.DockStyle.Top; //this.USBrowserNav.Location = new System.Drawing.Point(0, 0); //this.USBrowserNav.MinimumSize = new System.Drawing.Size(20, 0); //this.USBrowserNav.Name = "USBrowserNav"; //this.USBrowserNav.ScrollBarsEnabled = false; //this.USBrowserNav.Size = new System.Drawing.Size(1064, 41); //this.USBrowserNav.TabIndex = 0; //this.USBrowserNav.TabStop = false; //// //// Quit //// //this.Quit.BackColor = System.Drawing.Color.Transparent; //this.Quit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Quit.BackgroundImage"))); //this.Quit.FlatAppearance.BorderSize = 0; //this.Quit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; //this.Quit.Location = new System.Drawing.Point(-25, -25); //this.Quit.Name = "Quit"; //this.Quit.Size = new System.Drawing.Size(25, 25); //this.Quit.TabIndex = 1; //this.Quit.UseVisualStyleBackColor = false; //// //// DailyTimer //// //this.DailyTimer.Enabled = true; //this.DailyTimer.Interval = 20000000; //this.DailyTimer.Tick += new System.EventHandler(this.DailyTimer_Tick); //// //// USMain //// //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; //this.ClientSize = new System.Drawing.Size(1064, 600); //this.Controls.Add(this.Quit); //this.Controls.Add(this.USBrowserNav); //this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; //this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); //this.MinimumSize = new System.Drawing.Size(575, 150); //this.Name = "USMain"; //this.Text = "云浏览器"; //this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.USMain_FormClosed); //this.Resize += new System.EventHandler(this.USMain_Resize); //this.ResumeLayout(false); #endregion } }