lu
2025-05-28 76ef0f16a086a626c4ed557d6553a355c6c2218f
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;
            }
        }
    }
}