📄 settings.designer.cs
字号:
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SqlQuery.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(@"
/*
DSN=ScanXDSN;uid=sa;pwd=
Driver={SQL Server};Server=pc1123;Database=Vestfor;Uid=ScanX;Pwd=
Driver={SQL Server};Server=192.168.1.3;Database=ScanLicense;Uid=sa;Pwd=
Driver={SQL Server};Server=bridgetest;Database=ScanXNet;Uid=sa;Pwd=sa
DSN=TerminalLicense;uid=sa;pwd=
Driver={Microsoft Paradox Driver (*.db )};DriverID=538;Fil=Language.DB;DefaultDir=U:\ScanX Projekt\ScanLan\;Dbq=U:\ScanX Projekt\ScanLan\;CollatingSequence=ASCII;
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=U:\ScanX Projekt\ScanLan\Language.DB;Extended Properties=Paradox 5.x;
Data Source=c:\ProgramData\Microsoft\eHome\EPG\d4961aeb7b4145a4b49b9e73e87eb9a2.sdf
*/
")]
public string Query {
get {
return ((string)(this["Query"]));
}
set {
this["Query"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("DSN=ScanXDSN;Uid=sa;Pwd=")]
public string Connection {
get {
return ((string)(this["Connection"]));
}
set {
this["Connection"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅabcdefghijklmnopqrstuvwxyzæøå_")]
public string ValidColumnNameChars {
get {
return ((string)(this["ValidColumnNameChars"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Commit {
get {
return ((bool)(this["Commit"]));
}
set {
this["Commit"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("258")]
public int SplitterDistance {
get {
return ((int)(this["SplitterDistance"]));
}
set {
this["SplitterDistance"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.Forms.FormWindowState FormWindowsState {
get {
return ((global::System.Windows.Forms.FormWindowState)(this["FormWindowsState"]));
}
set {
this["FormWindowsState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("512, 455")]
public global::System.Drawing.Size FormClientSize {
get {
return ((global::System.Drawing.Size)(this["FormClientSize"]));
}
set {
this["FormClientSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
public global::System.Drawing.Point FormLocation {
get {
return ((global::System.Drawing.Point)(this["FormLocation"]));
}
set {
this["FormLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool MaxRecords {
get {
return ((bool)(this["MaxRecords"]));
}
set {
this["MaxRecords"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public int MaxRecordCount {
get {
return ((int)(this["MaxRecordCount"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DBDriver {
get {
return ((string)(this["DBDriver"]));
}
set {
this["DBDriver"] = value;
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -