123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- using System.Windows.Forms;
- using System;
- namespace US.Browser.IE
- {
- partial class USMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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
- }
- }
|