lu
2025-05-23 9ce8cb1ee053fb5ad4b51d724a5736e0e27ff0aa
DevApp/Gs.DevApp/Properties/Settings.Designer.cs
@@ -61,7 +61,7 @@
        
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("Tahoma,9")]
        [global::System.Configuration.DefaultSettingValueAttribute("宋体,10")]
        public string fontSizeName {
            get {
                return ((string)(this["fontSizeName"]));
@@ -70,5 +70,17 @@
                this["fontSizeName"] = value;
            }
        }
        [global::System.Configuration.UserScopedSettingAttribute()]
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
        public bool isWeight {
            get {
                return ((bool)(this["isWeight"]));
            }
            set {
                this["isWeight"] = value;
            }
        }
    }
}