Form1.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace LYKNS_Dubnium
  2. {
  3. partial class Form1
  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. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
  29. textBox1 = new TextBox();
  30. button1 = new Button();
  31. button2 = new Button();
  32. button3 = new Button();
  33. button4 = new Button();
  34. ((System.ComponentModel.ISupportInitialize)webView21).BeginInit();
  35. SuspendLayout();
  36. //
  37. // webView21
  38. //
  39. webView21.AllowExternalDrop = true;
  40. webView21.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
  41. webView21.CreationProperties = null;
  42. webView21.DefaultBackgroundColor = Color.White;
  43. webView21.Location = new Point(12, 41);
  44. webView21.Name = "webView21";
  45. webView21.Size = new Size(905, 437);
  46. webView21.TabIndex = 0;
  47. webView21.ZoomFactor = 1D;
  48. //
  49. // textBox1
  50. //
  51. textBox1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
  52. textBox1.Location = new Point(145, 12);
  53. textBox1.Name = "textBox1";
  54. textBox1.Size = new Size(743, 23);
  55. textBox1.TabIndex = 1;
  56. //
  57. // button1
  58. //
  59. button1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
  60. button1.Location = new Point(894, 12);
  61. button1.Name = "button1";
  62. button1.Size = new Size(23, 23);
  63. button1.TabIndex = 2;
  64. button1.Text = "→";
  65. button1.UseVisualStyleBackColor = true;
  66. button1.Click += button1_Click;
  67. //
  68. // button2
  69. //
  70. button2.Location = new Point(64, 12);
  71. button2.Name = "button2";
  72. button2.Size = new Size(46, 23);
  73. button2.TabIndex = 3;
  74. button2.Text = "刷新";
  75. button2.UseVisualStyleBackColor = true;
  76. button2.Click += button2_Click;
  77. //
  78. // button3
  79. //
  80. button3.Location = new Point(12, 12);
  81. button3.Name = "button3";
  82. button3.Size = new Size(46, 23);
  83. button3.TabIndex = 4;
  84. button3.Text = "主页";
  85. button3.UseVisualStyleBackColor = true;
  86. button3.Click += button3_Click;
  87. //
  88. // button4
  89. //
  90. button4.Location = new Point(116, 12);
  91. button4.Name = "button4";
  92. button4.Size = new Size(23, 23);
  93. button4.TabIndex = 5;
  94. button4.Text = "←";
  95. button4.UseVisualStyleBackColor = true;
  96. button4.Click += button4_Click;
  97. //
  98. // Form1
  99. //
  100. AutoScaleDimensions = new SizeF(7F, 17F);
  101. AutoScaleMode = AutoScaleMode.Font;
  102. ClientSize = new Size(929, 490);
  103. Controls.Add(button4);
  104. Controls.Add(button3);
  105. Controls.Add(button2);
  106. Controls.Add(button1);
  107. Controls.Add(textBox1);
  108. Controls.Add(webView21);
  109. Name = "Form1";
  110. Text = "Form1";
  111. Load += Form1_Load;
  112. ((System.ComponentModel.ISupportInitialize)webView21).EndInit();
  113. ResumeLayout(false);
  114. PerformLayout();
  115. }
  116. #endregion
  117. private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
  118. private TextBox textBox1;
  119. private Button button1;
  120. private Button button2;
  121. private Button button3;
  122. private Button button4;
  123. }
  124. }