~eloaders/i-nex/I-Nex

« back to all changes in this revision

Viewing changes to src/i-nex/.src/FUdisks.form

  • Committer: eloaders
  • Date: 2014-07-15 16:31:30 UTC
  • Revision ID: git-v1:64e92b39f32ea7a292985dee67d4c6de1333f9fa
Move src to I-Nex

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Gambas Form File 3.0
2
 
 
3
 
{ Form Form
4
 
  Move(0,0,490,525)
5
 
  #Scaled = False
6
 
  #Translate = False
7
 
  Text = "UDisks"
8
 
  Icon = Picture["logo/i-nex.0.4.x.png"]
9
 
  AutoResize = True
10
 
  { GridView1 GridView
11
 
    Move(0,0,490,497)
12
 
    Tracking = True
13
 
    Expand = True
14
 
    ShowCursor = True
15
 
    ScrollBar = Scroll.Horizontal
16
 
    AutoResize = False
17
 
  }
18
 
  { HBox1 HBox
19
 
    Move(0,497,301,28)
20
 
    { Button1 Button
21
 
      Move(7,0,21,24)
22
 
      Picture = Picture["AppIcons/camera-photo.png"]
23
 
    }
24
 
    { HBox11 HBox
25
 
      Move(140,-7,156,36)
26
 
      { Label25 Label
27
 
        Move(78,6,48,24)
28
 
        Foreground = &HFF0000&
29
 
        AutoResize = True
30
 
        Alignment = Align.Center
31
 
        Transparent = True
32
 
      }
33
 
    }
34
 
  }
35
 
  { HBox2 HBox
36
 
    Move(301,497,189,28)
37
 
    { ComboBox1 ComboBox
38
 
      Move(35,0,63,28)
39
 
      ReadOnly = True
40
 
      Text = ("ComboBox1")
41
 
    }
42
 
    { Button2 Button
43
 
      Move(98,0,84,24)
44
 
      Font = Font["10"]
45
 
      ToolTip = ("Close this program")
46
 
      Text = ("Close")
47
 
      Picture = Picture["AppIcons/application-exit2.png"]
48
 
    }
49
 
  }
50
 
}