| 1 |
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
|---|
| 2 |
<dPanel classID="48061648" BorderColor="(0, 0, 0)" sizerInfo="{}" Name="bcvcr" Buffered="False" Top="0" Enabled="True" ToolTipText="None" Height="32" Width="126" ForeColor="(0, 0, 0)" designerClass="path://bcVCR.cdxml" savedClass="True" BackColor="(236, 233, 216)" RegID="bcvcrID" BorderStyle="Default" Left="0" BorderLineStyle="Solid" BorderWidth="0"> |
|---|
| 3 |
<dSizer classID="48061648-48189328" Orientation="Horizontal" DefaultBorderTop="False" DefaultBorderRight="False" DefaultBorderBottom="False" DefaultBorder="0" DefaultBorderLeft="False" designerClass="LayoutSizer" SlotCount="6"> |
|---|
| 4 |
<dPanel classID="48061648-46642736" Spacing="5" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" designerClass="LayoutSpacerPanel"></dPanel> |
|---|
| 5 |
<dBitmapButton classID="48061648-48709488" BorderColor="(197, 197, 197)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" Name="dbtnFirst" Picture="leftArrows" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="1" BackColor="(236, 233, 216)" RegID="vcrdbtnFirstID" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"> |
|---|
| 6 |
<code> |
|---|
| 7 |
<onHit><![CDATA[ |
|---|
| 8 |
def onHit(self, evt): |
|---|
| 9 |
self.Form.first() |
|---|
| 10 |
]]> |
|---|
| 11 |
</onHit> |
|---|
| 12 |
</code> |
|---|
| 13 |
</dBitmapButton> |
|---|
| 14 |
<dBitmapButton classID="48061648-44834896" BorderColor="(197, 197, 197)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" Name="dbtnPrior" Picture="leftArrow" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="1" BackColor="(236, 233, 216)" RegID="vcrdbtnPriorID" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"> |
|---|
| 15 |
<code> |
|---|
| 16 |
<onHit><![CDATA[ |
|---|
| 17 |
def onHit(self, evt): |
|---|
| 18 |
self.Form.prior() |
|---|
| 19 |
]]> |
|---|
| 20 |
</onHit> |
|---|
| 21 |
</code> |
|---|
| 22 |
</dBitmapButton> |
|---|
| 23 |
<dBitmapButton classID="48061648-44835088" BorderColor="(197, 197, 197)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" Name="dbtnNext" Picture="rightArrow" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="1" BackColor="(236, 233, 216)" RegID="vcrdbtnNextID" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"> |
|---|
| 24 |
<code> |
|---|
| 25 |
<onHit><![CDATA[ |
|---|
| 26 |
def onHit(self, evt): |
|---|
| 27 |
self.Form.next() |
|---|
| 28 |
]]> |
|---|
| 29 |
</onHit> |
|---|
| 30 |
</code> |
|---|
| 31 |
</dBitmapButton> |
|---|
| 32 |
<dBitmapButton classID="48061648-44752976" BorderColor="(197, 197, 197)" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" Name="dbtnLast" Picture="rightArrows" Enabled="True" ForeColor="(0, 0, 0)" designerClass="controlMix" BorderWidth="1" BackColor="(236, 233, 216)" RegID="vcrdbtnLastID" BorderStyle="Default" BorderLineStyle="Solid" ToolTipText="None"> |
|---|
| 33 |
<code> |
|---|
| 34 |
<onHit><![CDATA[ |
|---|
| 35 |
def onHit(self, evt): |
|---|
| 36 |
self.Form.last() |
|---|
| 37 |
]]> |
|---|
| 38 |
</onHit> |
|---|
| 39 |
</code> |
|---|
| 40 |
</dBitmapButton> |
|---|
| 41 |
<dPanel classID="48061648-46773680" Spacing="5" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left', 'VAlign': 'Top', 'Border': 0, 'Expand': False}" designerClass="LayoutSpacerPanel"></dPanel> |
|---|
| 42 |
</dSizer> |
|---|
| 43 |
</dPanel> |
|---|