12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- namespace US.Browser.IE
- {
- partial class UpdateCue
- {
- /// <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)
- {
- this.Hide();
- }
- #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(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);
- }
- /// <summary>
- /// 阻止程序关闭
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- void UpdateCue_Disposed(object sender, System.EventArgs e)
- {
- this.Hide();
- }
- #endregion
- private System.Windows.Forms.WebBrowser UpC;
- }
- }
|