개정판 38d69491
issue #00000 ctrl+S입력시 텍스트박스 입력 완료 되도록 수정
Change-Id: Id4ab97a53ab61022f5a2ac4d5ae63cd14338c2a7
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
34 | 34 |
|
35 | 35 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
36 | 36 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
38 |
public string TileSoucePath {
|
|
37 |
[global::System.Configuration.DefaultSettingValueAttribute("V3")]
|
|
38 |
public string CLIENT_VERSION {
|
|
39 | 39 |
get { |
40 |
return ((string)(this["TileSoucePath"]));
|
|
40 |
return ((string)(this["CLIENT_VERSION"]));
|
|
41 | 41 |
} |
42 | 42 |
} |
43 | 43 |
|
44 | 44 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
45 | 45 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
46 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
47 |
public string TileSoucePath_SUB {
|
|
46 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.10.130.12:8977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
47 |
public string TileSoucePath { |
|
48 | 48 |
get { |
49 |
return ((string)(this["TileSoucePath_SUB"]));
|
|
49 |
return ((string)(this["TileSoucePath"])); |
|
50 | 50 |
} |
51 | 51 |
} |
52 | 52 |
|
53 | 53 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
54 | 54 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
55 |
[global::System.Configuration.DefaultSettingValueAttribute("V3")]
|
|
56 |
public string CLIENT_VERSION {
|
|
55 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.10.130.12:8977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
56 |
public string TileSoucePath_SUB {
|
|
57 | 57 |
get { |
58 |
return ((string)(this["CLIENT_VERSION"]));
|
|
58 |
return ((string)(this["TileSoucePath_SUB"]));
|
|
59 | 59 |
} |
60 | 60 |
} |
61 | 61 |
|
내보내기 Unified diff