Mercurial > repos > jfb > kinamine7_7
comparison KinaMine-Galaxy-7-7/src/kinamine/KinaMineGUI.fxml @ 0:67635b462045 draft
Uploaded
author | jfb |
---|---|
date | Tue, 20 Feb 2018 14:31:15 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:67635b462045 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <?import javafx.scene.text.*?> | |
4 <?import javafx.geometry.*?> | |
5 <?import java.lang.*?> | |
6 <?import java.util.*?> | |
7 <?import javafx.scene.*?> | |
8 <?import javafx.scene.control.*?> | |
9 <?import javafx.scene.layout.*?> | |
10 | |
11 <VBox id="containerAll" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="kinamine.KinaMineGUIController"> | |
12 <children> | |
13 <MenuBar id="menuBar"> | |
14 <menus> | |
15 <Menu mnemonicParsing="false" text="File"> | |
16 <items> | |
17 <MenuItem mnemonicParsing="false" text="Close" /> | |
18 </items> | |
19 </Menu> | |
20 <Menu mnemonicParsing="false" text="Edit"> | |
21 <items> | |
22 <MenuItem mnemonicParsing="false" text="Delete" /> | |
23 </items> | |
24 </Menu> | |
25 <Menu mnemonicParsing="false" text="Help"> | |
26 <items> | |
27 <MenuItem mnemonicParsing="false" text="About" /> | |
28 </items> | |
29 </Menu> | |
30 </menus> | |
31 </MenuBar> | |
32 <HBox id="pepHBox" spacing="10.0"> | |
33 <children> | |
34 <Label id="pepLabel" prefHeight="17.0" prefWidth="120.0" text="Peptide Report:" textAlignment="CENTER" underline="true"> | |
35 <HBox.margin> | |
36 <Insets /> | |
37 </HBox.margin> | |
38 <padding> | |
39 <Insets left="10.0" right="10.0" /> | |
40 </padding> | |
41 <font> | |
42 <Font size="13.0" /> | |
43 </font> | |
44 </Label> | |
45 <TextField fx:id="pepPath" HBox.hgrow="ALWAYS" /> | |
46 <Button fx:id="pepSearchButton" mnemonicParsing="false" onAction="#pepSearchClicked" text="..."> | |
47 <opaqueInsets> | |
48 <Insets /> | |
49 </opaqueInsets> | |
50 </Button> | |
51 </children> | |
52 <opaqueInsets> | |
53 <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> | |
54 </opaqueInsets> | |
55 <VBox.margin> | |
56 <Insets bottom="5.0" left="10.0" right="10.0" top="10.0" /> | |
57 </VBox.margin> | |
58 </HBox> | |
59 <HBox id="fastaHBox" layoutX="10.0" layoutY="35.0" spacing="10.0"> | |
60 <children> | |
61 <Label id="fastaLabel" prefWidth="120.0" text="FASTA Database:" textAlignment="CENTER" underline="true"> | |
62 <HBox.margin> | |
63 <Insets /> | |
64 </HBox.margin> | |
65 <padding> | |
66 <Insets left="10.0" right="10.0" /> | |
67 </padding> | |
68 <font> | |
69 <Font size="13.0" /> | |
70 </font> | |
71 </Label> | |
72 <TextField fx:id="fastaPath" HBox.hgrow="ALWAYS" /> | |
73 <Button id="fastaSearchButton" mnemonicParsing="false" onAction="#fastaSearchClicked" text="..." /> | |
74 </children> | |
75 <opaqueInsets> | |
76 <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> | |
77 </opaqueInsets> | |
78 <VBox.margin> | |
79 <Insets bottom="5.0" left="10.0" right="10.0" top="5.0" /> | |
80 </VBox.margin> | |
81 </HBox> | |
82 <HBox id="fdrHBox" layoutX="10.0" layoutY="35.0" spacing="10.0"> | |
83 <children> | |
84 <Label id="fdrLabel" prefHeight="17.0" prefWidth="120.0" text="FDR Score:" textAlignment="CENTER" underline="true"> | |
85 <HBox.margin> | |
86 <Insets /> | |
87 </HBox.margin> | |
88 <padding> | |
89 <Insets left="10.0" right="10.0" /> | |
90 </padding> | |
91 <font> | |
92 <Font size="13.0" /> | |
93 </font> | |
94 </Label> | |
95 <TextField fx:id="fdrScore" prefHeight="25.0" prefWidth="74.0"/> | |
96 </children> | |
97 <opaqueInsets> | |
98 <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> | |
99 </opaqueInsets> | |
100 <VBox.margin> | |
101 <Insets bottom="10.0" left="10.0" right="10.0" top="5.0" /> | |
102 </VBox.margin> | |
103 </HBox> | |
104 <HBox id="folderHBox" layoutX="20.0" layoutY="80.0" spacing="10.0"> | |
105 <children> | |
106 <Label id="folderLabel" prefWidth="120.0" text="Output Folder:" textAlignment="CENTER" underline="true"> | |
107 <font> | |
108 <Font size="13.0" /> | |
109 </font> | |
110 <padding> | |
111 <Insets left="10.0" right="10.0" /> | |
112 </padding> | |
113 <HBox.margin> | |
114 <Insets /> | |
115 </HBox.margin> | |
116 </Label> | |
117 <TextField fx:id="outPath" HBox.hgrow="ALWAYS" /> | |
118 <Button id="outSearchButton" mnemonicParsing="false" onAction="#browseFolderClicked" text="..." /> | |
119 </children> | |
120 <opaqueInsets> | |
121 <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> | |
122 </opaqueInsets> | |
123 <VBox.margin> | |
124 <Insets bottom="5.0" left="10.0" right="10.0" top="30.0" /> | |
125 </VBox.margin> | |
126 </HBox> | |
127 <HBox id="groupHBox" layoutX="10.0" layoutY="180.0" spacing="10.0"> | |
128 <children> | |
129 <Label id="groupLabel" prefWidth="120.0" text="Output Group:" textAlignment="CENTER" underline="true"> | |
130 <font> | |
131 <Font size="13.0" /> | |
132 </font> | |
133 <padding> | |
134 <Insets left="10.0" right="10.0" /> | |
135 </padding> | |
136 <HBox.margin> | |
137 <Insets /> | |
138 </HBox.margin> | |
139 </Label> | |
140 <TextField fx:id="outGroup" /> | |
141 </children> | |
142 <opaqueInsets> | |
143 <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> | |
144 </opaqueInsets> | |
145 <VBox.margin> | |
146 <Insets bottom="10.0" left="10.0" right="10.0" top="5.0" /> | |
147 </VBox.margin> | |
148 </HBox> | |
149 <Region id="region" prefHeight="200.0" prefWidth="200.0" VBox.vgrow="ALWAYS" /> | |
150 <ToolBar id="toolBar" nodeOrientation="RIGHT_TO_LEFT" prefHeight="40.0" prefWidth="200.0"> | |
151 <items> | |
152 <Button id="submitButton" mnemonicParsing="false" text="Submit" onAction="#submitButtonClicked" > | |
153 <font> | |
154 <Font size="13.0" /> | |
155 </font> | |
156 </Button> | |
157 </items> | |
158 </ToolBar> | |
159 </children> | |
160 </VBox> |