-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFront.glade
124 lines (124 loc) · 4.8 KB
/
Front.glade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="window1">
<child>
<placeholder/>
</child>
</object>
<object class="GtkWindow" id="window2">
<child>
<object class="GtkFixed" id="fixed1">
<property name="visible">True</property>
<child>
<object class="GtkButton" id="button1">
<property name="label" translatable="yes">Connexion</property>
<property name="width_request">81</property>
<property name="height_request">29</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
<property name="x">517</property>
<property name="y">153</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="width_request">96</property>
<property name="height_request">34</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Adresse e-mail :</property>
</object>
<packing>
<property name="x">92</property>
<property name="y">149</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="width_request">94</property>
<property name="height_request">27</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Mot de passe :</property>
</object>
<packing>
<property name="x">93</property>
<property name="y">217</property>
</packing>
</child>
<child>
<object class="GtkLinkButton" id="linkbutton1">
<property name="label" translatable="yes">WELCOME TO SKYTRAVEL</property>
<property name="width_request">236</property>
<property name="height_request">56</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="relief">none</property>
<property name="uri">http://glade.gnome.org</property>
</object>
<packing>
<property name="x">266</property>
<property name="y">43</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label3">
<property name="width_request">150</property>
<property name="height_request">20</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Vous n'avez pas de compte ?</property>
</object>
<packing>
<property name="x">518</property>
<property name="y">192</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button2">
<property name="label" translatable="yes">Inscription</property>
<property name="width_request">83</property>
<property name="height_request">29</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</object>
<packing>
<property name="x">519</property>
<property name="y">219</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="entry1">
<property name="width_request">217</property>
<property name="height_request">27</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
</object>
<packing>
<property name="x">207</property>
<property name="y">153</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="entry2">
<property name="width_request">218</property>
<property name="height_request">27</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
</object>
<packing>
<property name="x">207</property>
<property name="y">218</property>
</packing>
</child>
</object>
</child>
</object>
</interface>