代码拉取完成,页面将自动刷新
using System;
using System.Windows.Forms;
namespace RedmineConnector
{
partial class MyTaskPanel
{
/// <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);
webBrowser.Dispose();
}
#region Component 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()
{
this.webBrowser = new Microsoft.Web.WebView2.WinForms.WebView2();
this.SuspendLayout();
//
// webBrowser
//
this.webBrowser.CreationProperties = null;
this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser.Location = new System.Drawing.Point(0, 0);
this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser.Name = "webBrowser";
this.webBrowser.Size = new System.Drawing.Size(335, 648);
this.webBrowser.TabIndex = 0;
this.webBrowser.ZoomFactor = 1D;
this.Resize += new System.EventHandler(this.Form_Resize);
//
// MyTaskPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.webBrowser);
this.Name = "MyTaskPanel";
this.Size = new System.Drawing.Size(335, 648);
this.Load += new System.EventHandler(this.MyTaskPanel_Load);
this.ResumeLayout(false);
}
private void Form_Resize(object sender, EventArgs e)
{
webBrowser.Size = this.ClientSize - new System.Drawing.Size(webBrowser.Location);
}
#endregion
public Microsoft.Web.WebView2.WinForms.WebView2 webBrowser;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。