72 lines
2.6 KiB
C#
72 lines
2.6 KiB
C#
namespace Api.Framework.Cps
|
|
{
|
|
partial class douyin_verify
|
|
{
|
|
/// <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()
|
|
{
|
|
this.webControl1 = new EO.WinForm.WebControl();
|
|
this.webView1 = new EO.WebBrowser.WebView();
|
|
this.SuspendLayout();
|
|
//
|
|
// webControl1
|
|
//
|
|
this.webControl1.BackColor = System.Drawing.Color.White;
|
|
this.webControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.webControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.webControl1.Name = "webControl1";
|
|
this.webControl1.Size = new System.Drawing.Size(800, 450);
|
|
this.webControl1.TabIndex = 0;
|
|
this.webControl1.Text = "webControl1";
|
|
this.webControl1.WebView = this.webView1;
|
|
//
|
|
// webView1
|
|
//
|
|
this.webView1.InputMsgFilter = null;
|
|
this.webView1.ObjectForScripting = null;
|
|
this.webView1.Title = null;
|
|
this.webView1.Url = "https://www.baidu.com";
|
|
//
|
|
// douyin_verify
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.webControl1);
|
|
this.Name = "douyin_verify";
|
|
this.Text = "抖音验证码 - (请勿手动关闭窗口,验证成功会自动关闭)";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.douyin_verify_FormClosing);
|
|
this.Load += new System.EventHandler(this.douyin_verify_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private EO.WinForm.WebControl webControl1;
|
|
private EO.WebBrowser.WebView webView1;
|
|
}
|
|
} |