VmianqianC/Form1.Designer.cs
2026-04-28 00:49:13 +08:00

44 lines
1.2 KiB
C#

namespace Vmianqian
{
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?.Dispose();
}
base.Dispose(disposing);
}
/// <summary>
/// Minimal designer stub. UI is built fully in code with AntdUI.
/// </summary>
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);
}
}
}