forked from xamarin/KimonoDesigner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KimonoInspectorStar.designer.cs
75 lines (60 loc) · 1.52 KB
/
KimonoInspectorStar.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// WARNING
//
// This file has been generated automatically by Visual Studio to store outlets and
// actions made in the UI designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
using System.CodeDom.Compiler;
namespace KimonoMac
{
[Register ("KimonoInspectorStar")]
partial class KimonoInspectorStar
{
[Outlet]
AppKit.NSSlider DepthSlider { get; set; }
[Outlet]
AppKit.NSTextField DepthValue { get; set; }
[Outlet]
AppKit.NSSlider PointsSlider { get; set; }
[Outlet]
AppKit.NSTextField PointsValue { get; set; }
[Outlet]
AppKit.NSSlider SkipSlider { get; set; }
[Outlet]
AppKit.NSTextField SkipValue { get; set; }
[Action ("DepthChanged:")]
partial void DepthChanged (Foundation.NSObject sender);
[Action ("PointsChanged:")]
partial void PointsChanged (Foundation.NSObject sender);
[Action ("SkipChanged:")]
partial void SkipChanged (Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (PointsSlider != null) {
PointsSlider.Dispose ();
PointsSlider = null;
}
if (PointsValue != null) {
PointsValue.Dispose ();
PointsValue = null;
}
if (SkipSlider != null) {
SkipSlider.Dispose ();
SkipSlider = null;
}
if (SkipValue != null) {
SkipValue.Dispose ();
SkipValue = null;
}
if (DepthSlider != null) {
DepthSlider.Dispose ();
DepthSlider = null;
}
if (DepthValue != null) {
DepthValue.Dispose ();
DepthValue = null;
}
}
}
}