-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGUI.form
More file actions
78 lines (78 loc) · 3.62 KB
/
Copy pathGUI.form
File metadata and controls
78 lines (78 loc) · 3.62 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="GUI">
<grid id="27dc6" binding="mainPanel" layout-manager="GridLayoutManager" row-count="7" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="10" vgap="10">
<margin top="10" left="10" bottom="10" right="10"/>
<constraints>
<xy x="20" y="20" width="800" height="600"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="3a8af" class="javax.swing.JLabel" binding="consultorioText">
<constraints>
<grid row="0" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font name="Verdana" size="22" style="1"/>
<text value="Consultório Dr. No Problem"/>
</properties>
</component>
<component id="39e33" class="javax.swing.JComboBox" binding="tipoListaComboBox">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
</component>
<component id="48fbb" class="javax.swing.JButton" binding="buttonInserir">
<constraints>
<grid row="1" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Adicionar Senha"/>
</properties>
</component>
<component id="38075" class="javax.swing.JTextPane" binding="displayArea">
<constraints>
<grid row="2" column="0" row-span="3" col-span="3" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font name="Courier New" size="20" style="1"/>
<foreground color="-394241"/>
</properties>
</component>
<component id="13bca" class="javax.swing.JButton" binding="chamarButton">
<constraints>
<grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Chamar Senha"/>
</properties>
</component>
<component id="62a0a" class="javax.swing.JButton" binding="atenderButton">
<constraints>
<grid row="5" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Atender Senha"/>
</properties>
</component>
<component id="6c337" class="javax.swing.JButton" binding="listarButton">
<constraints>
<grid row="6" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Listar Senhas"/>
</properties>
</component>
<component id="3272a" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="10" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<font name="Courier New" size="18" style="0"/>
<text value="CRM 01.892"/>
</properties>
</component>
</children>
</grid>
</form>