UpdateCue.Designer.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. namespace US.Browser.IE
  2. {
  3. partial class UpdateCue
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. this.Hide();
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent()
  23. {
  24. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateCue));
  25. this.UpC = new System.Windows.Forms.WebBrowser();
  26. this.SuspendLayout();
  27. //
  28. // UpC
  29. //
  30. this.UpC.Dock = System.Windows.Forms.DockStyle.Fill;
  31. this.UpC.Location = new System.Drawing.Point(0, 0);
  32. this.UpC.MinimumSize = new System.Drawing.Size(20, 20);
  33. this.UpC.Name = "UpC";
  34. this.UpC.ScrollBarsEnabled = false;
  35. this.UpC.Size = new System.Drawing.Size(268, 166);
  36. this.UpC.TabIndex = 0;
  37. //
  38. // UpdateCue
  39. //
  40. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  41. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  42. this.BackColor = System.Drawing.Color.White;
  43. this.ClientSize = new System.Drawing.Size(268, 166);
  44. this.Controls.Add(this.UpC);
  45. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  46. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  47. this.Name = "UpdateCue";
  48. this.Text = "云端更新";
  49. this.ResumeLayout(false);
  50. this.Disposed += new System.EventHandler(UpdateCue_Disposed);
  51. }
  52. /// <summary>
  53. /// 阻止程序关闭
  54. /// </summary>
  55. /// <param name="sender"></param>
  56. /// <param name="e"></param>
  57. void UpdateCue_Disposed(object sender, System.EventArgs e)
  58. {
  59. this.Hide();
  60. }
  61. #endregion
  62. private System.Windows.Forms.WebBrowser UpC;
  63. }
  64. }