其他
另存
编辑属性
保存
属性
DB
命名空间:
类的名称:
namespace %name_space% { partial class %class_name% { ///
/// 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 != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code ///
/// Required method for Designer support - do not modify /// the contents of this method with the code editor. ///
private void InitializeComponent() { SuspendLayout(); // // %class_name% // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(128, 128, 255); ClientSize = new Size(1353, 806); Name = "%class_name%"; Text = "%class_name%"; Load += FrmMain_Load; ResumeLayout(false); } #endregion } }
namespace %name_space% { internal static class Program { [STAThread] static void Main() { ApplicationConfiguration.Initialize(); Application.Run(new %class_name%()); } } }
Exe
net8.0-windows
enable
true
enable
更多流程
运行类库
生成C#
下载代码