~nicoulaj/syncany/maven-local-repo

« back to all changes in this revision

Viewing changes to syncany/src/org/syncany/gui/settings/ProxyPanelTODO.form

  • Committer: Philipp Heckel
  • Date: 2011-07-04 17:12:33 UTC
  • Revision ID: philipp.heckel@gmail.com-20110704171233-f2aos2lxb93kxqcd
Mavenized project as in lp:~julien-nicoulaud/syncany/maven

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.1" encoding="UTF-8" ?>
2
 
 
3
 
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4
 
  <AuxValues>
5
 
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6
 
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
7
 
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8
 
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9
 
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10
 
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
11
 
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12
 
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13
 
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14
 
  </AuxValues>
15
 
 
16
 
  <Layout>
17
 
    <DimensionLayout dim="0">
18
 
      <Group type="103" groupAlignment="0" attributes="0">
19
 
          <Group type="102" alignment="0" attributes="0">
20
 
              <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
21
 
              <Group type="103" groupAlignment="0" attributes="0">
22
 
                  <Group type="102" alignment="0" attributes="0">
23
 
                      <EmptySpace min="12" pref="12" max="12" attributes="0"/>
24
 
                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
25
 
                  </Group>
26
 
                  <Component id="jCheckBox1" alignment="0" min="-2" max="-2" attributes="0"/>
27
 
              </Group>
28
 
              <EmptySpace pref="311" max="32767" attributes="0"/>
29
 
          </Group>
30
 
      </Group>
31
 
    </DimensionLayout>
32
 
    <DimensionLayout dim="1">
33
 
      <Group type="103" groupAlignment="0" attributes="0">
34
 
          <Group type="102" alignment="0" attributes="0">
35
 
              <EmptySpace min="-2" pref="61" max="-2" attributes="0"/>
36
 
              <Component id="jCheckBox1" min="-2" max="-2" attributes="0"/>
37
 
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
38
 
              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
39
 
              <EmptySpace pref="299" max="32767" attributes="0"/>
40
 
          </Group>
41
 
      </Group>
42
 
    </DimensionLayout>
43
 
  </Layout>
44
 
  <SubComponents>
45
 
    <Component class="javax.swing.JCheckBox" name="jCheckBox1">
46
 
      <Properties>
47
 
        <Property name="text" type="java.lang.String" value="Use a proxy to connect"/>
48
 
        <Property name="name" type="java.lang.String" value="jCheckBox1" noResource="true"/>
49
 
      </Properties>
50
 
      <Events>
51
 
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckBox1ActionPerformed"/>
52
 
      </Events>
53
 
    </Component>
54
 
    <Component class="javax.swing.JLabel" name="jLabel1">
55
 
      <Properties>
56
 
        <Property name="text" type="java.lang.String" value="TODO Proxy settings ..."/>
57
 
        <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>
58
 
      </Properties>
59
 
    </Component>
60
 
  </SubComponents>
61
 
</Form>