@@ -36,39 +36,14 @@ Border {
36
36
Margin = "${ControlInsideMargin}";
37
37
}
38
38
39
- CheckBox {
40
- Template = "#Crow.CheckBox.template";
41
- Caption = "CheckBox";
42
- }
43
- RadioButton {
44
- Template = "#Crow.RadioButton.template";
45
- Caption = "RadioButton";
46
- }
47
- Expandable {
48
- Template = "#Crow.Expandable.template";
49
- Caption = "Expandable";
50
- }
51
- Popper {
52
- Template = "#Crow.Popper.template";
53
- Caption = "Popper";
54
- }
39
+ CheckBox { Caption = "CheckBox"; }
40
+ RadioButton { Caption = "RadioButton"; }
41
+ Expandable { Caption = "Expandable"; }
42
+ Popper { Caption = "Popper";}
55
43
GroupBox {
56
- Template = "#Crow.GroupBox.template";
57
44
Caption = "Group Box";
58
45
Foreground = "${ControlForeground}";
59
46
}
60
- ListBox {
61
- Template = "#Crow.ListBox.template";
62
- Caption = "List Box";
63
- }
64
- ComboBox {
65
- Template = "#Crow.ComboBox.template";
66
- Caption = "Combo Box";
67
- }
68
- TreeView {
69
- Template = "#Crow.TreeView.template";
70
- Caption = "Tree View";
71
- }
72
47
73
48
Control {
74
49
Margin="${ControlInsideMargin}";
@@ -102,8 +77,6 @@ Wrapper {
102
77
Orientation = "Vertical";
103
78
}
104
79
Button {
105
- Template = "#Crow.Button.template";
106
- //Focusable = "true";
107
80
Caption = "Button";
108
81
MinimumSize = "60,22";
109
82
Height = "Fit";
@@ -139,7 +112,6 @@ TextBox {
139
112
Margin = "1";
140
113
}
141
114
Menu {
142
- Template = "#Crow.Menu.template";
143
115
Margin = "0";
144
116
Background = "${MenuBackground}";
145
117
Height = "Fit";
@@ -150,7 +122,6 @@ Menu {
150
122
//SelectionColoring = "false";
151
123
}
152
124
MenuItem {
153
- Template = "#Crow.MenuItem.template";
154
125
Caption = "MenuItem";
155
126
Width = "Stretched";
156
127
Height = "Fit";
@@ -308,7 +279,6 @@ ArrowBut {
308
279
}
309
280
310
281
ScrollBar {
311
- Template = "#Crow.ScrollBar.template";
312
282
Orientation = "Vertical";
313
283
Maximum = "0";
314
284
Value = "0";
@@ -327,7 +297,6 @@ HScrollBar {
327
297
Orientation = "Horizontal";
328
298
}
329
299
EnumSelector {
330
- Template = "#Crow.EnumSelector.template";
331
300
Width = "Fit";
332
301
Height = "Fit";
333
302
}
@@ -378,4 +347,4 @@ MessageBox, Popper, Slider, Spinner, TextBox, NumericControl {
378
347
}
379
348
TemplatedControl, GenericStack {
380
349
CacheEnabled="true";
381
- }
350
+ }
0 commit comments