namespace LYKNS_Dubnium
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
textBox1 = new TextBox();
button1 = new Button();
button2 = new Button();
button3 = new Button();
button4 = new Button();
((System.ComponentModel.ISupportInitialize)webView21).BeginInit();
SuspendLayout();
//
// webView21
//
webView21.AllowExternalDrop = true;
webView21.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
webView21.CreationProperties = null;
webView21.DefaultBackgroundColor = Color.White;
webView21.Location = new Point(12, 41);
webView21.Name = "webView21";
webView21.Size = new Size(905, 437);
webView21.TabIndex = 0;
webView21.ZoomFactor = 1D;
//
// textBox1
//
textBox1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBox1.Location = new Point(145, 12);
textBox1.Name = "textBox1";
textBox1.Size = new Size(743, 23);
textBox1.TabIndex = 1;
//
// button1
//
button1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
button1.Location = new Point(894, 12);
button1.Name = "button1";
button1.Size = new Size(23, 23);
button1.TabIndex = 2;
button1.Text = "→";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new Point(64, 12);
button2.Name = "button2";
button2.Size = new Size(46, 23);
button2.TabIndex = 3;
button2.Text = "刷新";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// button3
//
button3.Location = new Point(12, 12);
button3.Name = "button3";
button3.Size = new Size(46, 23);
button3.TabIndex = 4;
button3.Text = "主页";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// button4
//
button4.Location = new Point(116, 12);
button4.Name = "button4";
button4.Size = new Size(23, 23);
button4.TabIndex = 5;
button4.Text = "←";
button4.UseVisualStyleBackColor = true;
button4.Click += button4_Click;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(929, 490);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(textBox1);
Controls.Add(webView21);
Name = "Form1";
Text = "Form1";
Load += Form1_Load;
((System.ComponentModel.ISupportInitialize)webView21).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
private TextBox textBox1;
private Button button1;
private Button button2;
private Button button3;
private Button button4;
}
}