MainForm.Designer.cs 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. using WebKit;
  2. using System.Windows.Forms;
  3. namespace MainApp
  4. {
  5. partial class MainForm
  6. {
  7. /// <summary>
  8. /// 必需的设计器变量。
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// 清理所有正在使用的资源。
  13. /// </summary>
  14. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要修改
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  31. this.SuspendLayout();
  32. //
  33. // MainForm
  34. //
  35. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  36. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  37. this.ClientSize = new System.Drawing.Size(1796, 1054);
  38. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  39. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  40. this.MaximizeBox = false;
  41. this.MinimizeBox = false;
  42. this.Name = "MainForm";
  43. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  44. this.Text = "全能双师";
  45. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  46. this.Load += new System.EventHandler(this.Form1_Load);
  47. this.ResumeLayout(false);
  48. }
  49. #endregion
  50. }
  51. }