123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- namespace LYKNS_Dubnium
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|