adaptemonos al eclipse
[luxor.git] / casinoNetbeans / src / org / casino / gui / comun / DialogoTerminarSesion.form
blob5435fd4ae3852a591cdda2b2cc625e972d37860c
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="2"/>
6 <Property name="resizable" type="boolean" value="false"/>
7 </Properties>
8 <SyntheticProperties>
9 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
10 </SyntheticProperties>
11 <AuxValues>
12 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
13 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
14 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
15 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
16 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
17 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
18 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
19 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
20 </AuxValues>
22 <Layout>
23 <DimensionLayout dim="0">
24 <Group type="103" groupAlignment="0" attributes="0">
25 <Group type="102" alignment="0" attributes="0">
26 <EmptySpace max="-2" attributes="0"/>
27 <Group type="103" groupAlignment="0" attributes="0">
28 <Group type="102" alignment="0" attributes="0">
29 <Component id="textoDialogo" pref="430" max="32767" attributes="0"/>
30 <EmptySpace max="-2" attributes="0"/>
31 </Group>
32 <Group type="102" alignment="0" attributes="0">
33 <Component id="botonTerminarSesion" pref="145" max="32767" attributes="0"/>
34 <EmptySpace min="-2" max="-2" attributes="0"/>
35 <Component id="botonSalirAplicacion" pref="175" max="32767" attributes="0"/>
36 <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
37 <Component id="botonCancelar" max="32767" attributes="0"/>
38 <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
39 </Group>
40 </Group>
41 </Group>
42 </Group>
43 </DimensionLayout>
44 <DimensionLayout dim="1">
45 <Group type="103" groupAlignment="0" attributes="0">
46 <Group type="102" alignment="0" attributes="0">
47 <EmptySpace min="-2" max="-2" attributes="0"/>
48 <Component id="textoDialogo" pref="42" max="32767" attributes="0"/>
49 <EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
50 <Group type="103" groupAlignment="3" attributes="0">
51 <Component id="botonTerminarSesion" alignment="3" min="-2" max="-2" attributes="0"/>
52 <Component id="botonSalirAplicacion" alignment="3" min="-2" max="-2" attributes="0"/>
53 <Component id="botonCancelar" alignment="3" min="-2" max="-2" attributes="0"/>
54 </Group>
55 <EmptySpace min="-2" max="-2" attributes="0"/>
56 </Group>
57 </Group>
58 </DimensionLayout>
59 </Layout>
60 <SubComponents>
61 <Component class="javax.swing.JLabel" name="textoDialogo">
62 <Properties>
63 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
64 <Font name="Lucida Grande" size="18" style="0"/>
65 </Property>
66 <Property name="horizontalAlignment" type="int" value="0"/>
67 <Property name="text" type="java.lang.String" value="&#xbf;Salir de la Aplicaci&#xf3;n?"/>
68 <Property name="horizontalTextPosition" type="int" value="0"/>
69 </Properties>
70 </Component>
71 <Component class="javax.swing.JButton" name="botonTerminarSesion">
72 <Properties>
73 <Property name="text" type="java.lang.String" value="Terminar Sesi&#xf3;n"/>
74 </Properties>
75 <Events>
76 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="botonTerminarSesionActionPerformed"/>
77 </Events>
78 </Component>
79 <Component class="javax.swing.JButton" name="botonSalirAplicacion">
80 <Properties>
81 <Property name="text" type="java.lang.String" value="Salir de la Aplicaci&#xf3;n"/>
82 </Properties>
83 <Events>
84 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="botonSalirAplicacionActionPerformed"/>
85 </Events>
86 </Component>
87 <Component class="javax.swing.JButton" name="botonCancelar">
88 <Properties>
89 <Property name="text" type="java.lang.String" value="Cancelar"/>
90 </Properties>
91 </Component>
92 </SubComponents>
93 </Form>