-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabel.Designer.cs
38 lines (32 loc) · 1.47 KB
/
label.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//------------------------------------------------------------------------------
// <auto-generated>
// Bu kod araç tarafından oluşturuldu.
// Çalışma Zamanı Sürümü:4.0.30319.42000
//
// Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve
// kod yeniden oluşturulursa kaybolur.
// </auto-generated>
//------------------------------------------------------------------------------
namespace QR_Automatization {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
internal sealed partial class label : global::System.Configuration.ApplicationSettingsBase {
private static label defaultInstance = ((label)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new label())));
public static label Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Loading...")]
public string text {
get {
return ((string)(this["text"]));
}
set {
this["text"] = value;
}
}
}
}