Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/kakuretter/Properties/Settings.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (show annotations) (download)
Sun Aug 4 08:09:58 2019 UTC (4 years, 8 months ago) by momen2009
File size: 6133 byte(s)
[kakuretter]投稿できないようになってしまったため、修正。
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // このコードはツールによって生成されました。
4 // ランタイム バージョン:4.0.30319.42000
5 //
6 // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
7 // コードが再生成されるときに損失したりします。
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10
11 namespace Kakuretter.Properties {
12
13
14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.2.0.0")]
16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
17
18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
19
20 public static Settings Default {
21 get {
22 return defaultInstance;
23 }
24 }
25
26 [global::System.Configuration.UserScopedSettingAttribute()]
27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
28 [global::System.Configuration.DefaultSettingValueAttribute("")]
29 public string AccessToken {
30 get {
31 return ((string)(this["AccessToken"]));
32 }
33 set {
34 this["AccessToken"] = value;
35 }
36 }
37
38 [global::System.Configuration.UserScopedSettingAttribute()]
39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40 [global::System.Configuration.DefaultSettingValueAttribute("")]
41 public string AccessTokenSecret {
42 get {
43 return ((string)(this["AccessTokenSecret"]));
44 }
45 set {
46 this["AccessTokenSecret"] = value;
47 }
48 }
49
50 [global::System.Configuration.UserScopedSettingAttribute()]
51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52 [global::System.Configuration.DefaultSettingValueAttribute("")]
53 public string UserId {
54 get {
55 return ((string)(this["UserId"]));
56 }
57 set {
58 this["UserId"] = value;
59 }
60 }
61
62 [global::System.Configuration.UserScopedSettingAttribute()]
63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64 [global::System.Configuration.DefaultSettingValueAttribute("")]
65 public string ScreenName {
66 get {
67 return ((string)(this["ScreenName"]));
68 }
69 set {
70 this["ScreenName"] = value;
71 }
72 }
73
74 [global::System.Configuration.UserScopedSettingAttribute()]
75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 [global::System.Configuration.DefaultSettingValueAttribute("1")]
77 public double Opacity {
78 get {
79 return ((double)(this["Opacity"]));
80 }
81 set {
82 this["Opacity"] = value;
83 }
84 }
85
86 [global::System.Configuration.UserScopedSettingAttribute()]
87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
88 [global::System.Configuration.DefaultSettingValueAttribute("")]
89 public string ConsumerKey {
90 get {
91 return ((string)(this["ConsumerKey"]));
92 }
93 set {
94 this["ConsumerKey"] = value;
95 }
96 }
97
98 [global::System.Configuration.UserScopedSettingAttribute()]
99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
100 [global::System.Configuration.DefaultSettingValueAttribute("")]
101 public string ConsumerSecret {
102 get {
103 return ((string)(this["ConsumerSecret"]));
104 }
105 set {
106 this["ConsumerSecret"] = value;
107 }
108 }
109
110 [global::System.Configuration.UserScopedSettingAttribute()]
111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
112 [global::System.Configuration.DefaultSettingValueAttribute("0, 0")]
113 public global::System.Drawing.Point MyLocation {
114 get {
115 return ((global::System.Drawing.Point)(this["MyLocation"]));
116 }
117 set {
118 this["MyLocation"] = value;
119 }
120 }
121
122 [global::System.Configuration.UserScopedSettingAttribute()]
123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
124 [global::System.Configuration.DefaultSettingValueAttribute("False")]
125 public bool HotKeyHidden {
126 get {
127 return ((bool)(this["HotKeyHidden"]));
128 }
129 set {
130 this["HotKeyHidden"] = value;
131 }
132 }
133
134 [global::System.Configuration.UserScopedSettingAttribute()]
135 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
136 [global::System.Configuration.DefaultSettingValueAttribute("")]
137 public string TwitterUserList {
138 get {
139 return ((string)(this["TwitterUserList"]));
140 }
141 set {
142 this["TwitterUserList"] = value;
143 }
144 }
145
146 [global::System.Configuration.UserScopedSettingAttribute()]
147 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
148 [global::System.Configuration.DefaultSettingValueAttribute("")]
149 public string SelectedTwitterUser {
150 get {
151 return ((string)(this["SelectedTwitterUser"]));
152 }
153 set {
154 this["SelectedTwitterUser"] = value;
155 }
156 }
157 }
158 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26