c# 反编译后窗口控件在vs中打不开的修改方法

时间:2023-03-09 13:35:50
c# 反编译后窗口控件在vs中打不开的修改方法

DialogResult.Cancel
System.Windows.Forms.DialogResult.Cancel

DialogResult.OK

System.Windows.Forms.DialogResult.OK

FormBorderStyle.SizableToolWindow
System.Windows.Forms.FormBorderStyle.SizableToolWindow

DialogResult.Yes;
System.Windows.Forms.DialogResult.Yes;

DialogResult.No;
System.Windows.Forms.DialogResult.No;

FormBorderStyle.SizableToolWindow;
System.Windows.Forms.FormBorderStyle.SizableToolWindow;

SizeGripStyle.Hide;
System.Windows.Forms.SizeGripStyle.Hide;

AutoScaleMode.Inherit;
System.Windows.Forms.AutoScaleMode.Inherit;

DialogResult.Cancel;

System.Windows.Forms. DialogResult.Cancel;

BorderStyle.None;
System.Windows.Forms.BorderStyle.None;

AutoScaleMode.Font;
System.Windows.Forms.AutoScaleMode.Font;