namespace US.Browser.IE { partial class UpdateCue { /// /// 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) { this.Hide(); } #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(UpdateCue)); this.UpC = new System.Windows.Forms.WebBrowser(); this.SuspendLayout(); // // UpC // this.UpC.Dock = System.Windows.Forms.DockStyle.Fill; this.UpC.Location = new System.Drawing.Point(0, 0); this.UpC.MinimumSize = new System.Drawing.Size(20, 20); this.UpC.Name = "UpC"; this.UpC.ScrollBarsEnabled = false; this.UpC.Size = new System.Drawing.Size(268, 166); this.UpC.TabIndex = 0; // // UpdateCue // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(268, 166); this.Controls.Add(this.UpC); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "UpdateCue"; this.Text = "云端更新"; this.ResumeLayout(false); this.Disposed += new System.EventHandler(UpdateCue_Disposed); } /// /// 阻止程序关闭 /// /// /// void UpdateCue_Disposed(object sender, System.EventArgs e) { this.Hide(); } #endregion private System.Windows.Forms.WebBrowser UpC; } }