namespace Vmianqian
{
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?.Dispose();
}
base.Dispose(disposing);
}
///
/// Minimal designer stub. UI is built fully in code with AntdUI.
///
private void InitializeComponent()
{
SuspendLayout();
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1280, 820);
MinimumSize = new Size(1180, 760);
Name = "Form1";
StartPosition = FormStartPosition.CenterScreen;
Text = "V免签 PC端监听客户端";
ResumeLayout(false);
}
}
}