cdk
2025-09-04 00882b1b7952163bf6e2ef3e98286cd1fe22a103
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;
            }
        }
    }
}