bug
lu
6 天以前 851629329b2829b133bcdc56b0a75803f9c48b65
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;
            }
        }
    }
}