USMain.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. using System.Windows.Forms;
  2. using System;
  3. namespace US.Browser.IE
  4. {
  5. partial class USMain
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(USMain));
  31. this.USBrowserNav = new System.Windows.Forms.WebBrowser();
  32. this.SuspendLayout();
  33. //
  34. // USBrowserNav
  35. //
  36. this.USBrowserNav.AllowNavigation = false;
  37. this.USBrowserNav.AllowWebBrowserDrop = false;
  38. this.USBrowserNav.IsWebBrowserContextMenuEnabled = false;
  39. this.USBrowserNav.Location = new System.Drawing.Point(0, 0);
  40. this.USBrowserNav.MinimumSize = new System.Drawing.Size(20, 0);
  41. this.USBrowserNav.Name = "USBrowserNav";
  42. this.USBrowserNav.ScrollBarsEnabled = false;
  43. this.USBrowserNav.Size = new System.Drawing.Size(1064, 70);
  44. this.USBrowserNav.TabIndex = 0;
  45. this.USBrowserNav.TabStop = false;
  46. //
  47. // USMain
  48. //
  49. this.Visible = false;
  50. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.BackColor = System.Drawing.Color.Silver;
  53. this.ClientSize = new System.Drawing.Size(1064, 680);
  54. this.Controls.Add(this.USBrowserNav);
  55. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  56. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  57. this.MinimumSize = new System.Drawing.Size(575, 150);
  58. this.Name = "USMain";
  59. this.Text = "云端";
  60. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.USMain_FormClosed);
  61. this.Shown += new System.EventHandler(this.USMain_Shown);
  62. this.ResizeEnd += new System.EventHandler(this.USMain_ResizeEnd);
  63. this.SizeChanged += new System.EventHandler(this.USMain_SizeChanged);
  64. this.GotFocus += new System.EventHandler(this.USMain_GotFocus);
  65. this.Resize += new System.EventHandler(this.USMain_Resize);
  66. this.Disposed += new System.EventHandler(this.USMain_Disposed);
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. #region 没有用
  71. //this.DailyTimer = new System.Windows.Forms.Timer(this.components);
  72. //this.components = new System.ComponentModel.Container();
  73. //System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(USMain));
  74. //this.USBrowserNav = new System.Windows.Forms.WebBrowser();
  75. //this.Quit = new System.Windows.Forms.Button();
  76. //this.DailyTimer = new System.Windows.Forms.Timer(this.components);
  77. //this.SuspendLayout();
  78. ////
  79. //// USBrowserNav
  80. ////
  81. //this.USBrowserNav.AllowNavigation = false;
  82. //this.USBrowserNav.AllowWebBrowserDrop = false;
  83. //this.USBrowserNav.Dock = System.Windows.Forms.DockStyle.Top;
  84. //this.USBrowserNav.Location = new System.Drawing.Point(0, 0);
  85. //this.USBrowserNav.MinimumSize = new System.Drawing.Size(20, 0);
  86. //this.USBrowserNav.Name = "USBrowserNav";
  87. //this.USBrowserNav.ScrollBarsEnabled = false;
  88. //this.USBrowserNav.Size = new System.Drawing.Size(1064, 41);
  89. //this.USBrowserNav.TabIndex = 0;
  90. //this.USBrowserNav.TabStop = false;
  91. ////
  92. //// Quit
  93. ////
  94. //this.Quit.BackColor = System.Drawing.Color.Transparent;
  95. //this.Quit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Quit.BackgroundImage")));
  96. //this.Quit.FlatAppearance.BorderSize = 0;
  97. //this.Quit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  98. //this.Quit.Location = new System.Drawing.Point(-25, -25);
  99. //this.Quit.Name = "Quit";
  100. //this.Quit.Size = new System.Drawing.Size(25, 25);
  101. //this.Quit.TabIndex = 1;
  102. //this.Quit.UseVisualStyleBackColor = false;
  103. ////
  104. //// DailyTimer
  105. ////
  106. //this.DailyTimer.Enabled = true;
  107. //this.DailyTimer.Interval = 20000000;
  108. //this.DailyTimer.Tick += new System.EventHandler(this.DailyTimer_Tick);
  109. ////
  110. //// USMain
  111. ////
  112. //this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  113. //this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. //this.ClientSize = new System.Drawing.Size(1064, 600);
  115. //this.Controls.Add(this.Quit);
  116. //this.Controls.Add(this.USBrowserNav);
  117. //this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  118. //this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  119. //this.MinimumSize = new System.Drawing.Size(575, 150);
  120. //this.Name = "USMain";
  121. //this.Text = "云浏览器";
  122. //this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.USMain_FormClosed);
  123. //this.Resize += new System.EventHandler(this.USMain_Resize);
  124. //this.ResumeLayout(false);
  125. #endregion
  126. }
  127. }