Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idmahako
ohj2
Commits
a8e75cb5
Commit
a8e75cb5
authored
2 years ago
by
Koivisto Ida Maria Hannuntytär
Browse files
Options
Downloads
Patches
Plain Diff
muokkauksia
parent
7044019f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rekisteri/tarkastele.fxml
+58
-29
58 additions, 29 deletions
src/rekisteri/tarkastele.fxml
with
58 additions
and
29 deletions
src/rekisteri/tarkastele.fxml
+
58
−
29
View file @
a8e75cb5
<?xml version="1.0" encoding="UTF-8"?>
<?import fi.jyu.mit.fxgui.ListChooser?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Menu?>
<?import javafx.scene.control.MenuBar?>
<?import javafx.scene.control.MenuItem?>
<?import javafx.scene.control.TableColumn?>
<?import javafx.scene.control.TableView?>
<?import javafx.scene.control.TextArea?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.control.ScrollPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.RowConstraints?>
<Pane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"400.0"
prefWidth=
"600.0"
xmlns=
"http://javafx.com/javafx/19"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<
children
>
<MenuBar
layoutY=
"2.0"
prefHeight=
"26.0"
prefWidth=
"600.0
"
>
<
Border
Pane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"400.0"
prefWidth=
"600.0"
xmlns=
"http://javafx.com/javafx/19"
xmlns:fx=
"http://javafx.com/fxml/1"
>
<
top
>
<MenuBar
BorderPane.alignment=
"CENTER
"
>
<menus>
<Menu
mnemonicParsing=
"false"
text=
"
File
"
>
<Menu
mnemonicParsing=
"false"
text=
"
Tiedosto
"
>
<items>
<MenuItem
mnemonicParsing=
"false"
text=
"Close"
/>
</items>
</Menu>
<Menu
mnemonicParsing=
"false"
text=
"
Edit
"
>
<Menu
mnemonicParsing=
"false"
text=
"
Muokkaa
"
>
<items>
<MenuItem
mnemonicParsing=
"false"
text=
"Delete"
/>
</items>
</Menu>
<Menu
mnemonicParsing=
"false"
text=
"
Help
"
>
<Menu
mnemonicParsing=
"false"
text=
"
Apua
"
>
<items>
<MenuItem
mnemonicParsing=
"false"
text=
"About"
/>
</items>
</Menu>
</menus>
</MenuBar>
<ChoiceBox
layoutX=
"14.0"
layoutY=
"59.0"
prefWidth=
"150.0"
/>
<Button
layoutX=
"14.0"
layoutY=
"355.0"
mnemonicParsing=
"false"
text=
"Lisää uusi"
/>
<Button
layoutX=
"97.0"
layoutY=
"355.0"
mnemonicParsing=
"false"
text=
"Muokkaa tietoja"
/>
<Button
layoutX=
"537.0"
layoutY=
"355.0"
mnemonicParsing=
"false"
text=
"Poistu"
/>
<TextArea
layoutX=
"15.0"
layoutY=
"84.0"
prefHeight=
"116.0"
prefWidth=
"150.0"
text=
"Auto Henkilö Paikkakunta Ralli Seura Vuosi"
/>
<Label
layoutX=
"23.0"
layoutY=
"63.0"
text=
"Hakuehto"
/>
<TableView
layoutX=
"172.0"
layoutY=
"59.0"
prefHeight=
"290.0"
prefWidth=
"414.0"
>
<columns>
<TableColumn
prefWidth=
"126.4000244140625"
text=
"Tulokset aakkosjärjestyksessä"
/>
<TableColumn
minWidth=
"0.0"
prefWidth=
"124.0"
text=
"Esim. Henkilön tiedot"
/>
<TableColumn
prefWidth=
"162.4000244140625"
text=
"Esim. Henkilön rallimenestys"
/>
</columns>
</TableView>
<TextField
layoutX=
"16.0"
layoutY=
"235.0"
/>
<Label
layoutX=
"16.0"
layoutY=
"218.0"
text=
"Hakusana"
/>
</children>
</Pane>
</top>
<bottom>
<HBox
spacing=
"10.0"
BorderPane.alignment=
"CENTER"
>
<BorderPane.margin>
<Insets
bottom=
"10.0"
left=
"10.0"
right=
"10.0"
top=
"10.0"
/>
</BorderPane.margin>
<children>
<Button
mnemonicParsing=
"false"
text=
"Lisää uusi"
/>
<Button
mnemonicParsing=
"false"
text=
"Muokkaa tietoja"
/>
<Button
mnemonicParsing=
"false"
text=
"Poistu"
/>
</children>
</HBox>
</bottom>
<left>
<BorderPane
prefHeight=
"200.0"
prefWidth=
"200.0"
BorderPane.alignment=
"CENTER"
>
<top>
<Label
text=
"Rallit"
BorderPane.alignment=
"CENTER"
/>
</top>
<center>
<ListChooser
rivit=
"SM-Ralli Pohjanmaa TGS-Ralli Korpilahti Takomoralli"
BorderPane.alignment=
"CENTER"
/>
</center>
</BorderPane>
</left>
<center>
<ScrollPane
fitToWidth=
"true"
prefHeight=
"200.0"
prefWidth=
"200.0"
BorderPane.alignment=
"CENTER"
>
<content>
<GridPane
hgap=
"10.0"
>
<columnConstraints>
<ColumnConstraints
fillWidth=
"false"
halignment=
"RIGHT"
hgrow=
"SOMETIMES"
minWidth=
"10.0"
/>
<ColumnConstraints
fillWidth=
"false"
hgrow=
"ALWAYS"
/>
</columnConstraints>
<rowConstraints>
<RowConstraints
minHeight=
"10.0"
prefHeight=
"30.0"
vgrow=
"SOMETIMES"
/>
<RowConstraints
minHeight=
"10.0"
prefHeight=
"30.0"
vgrow=
"SOMETIMES"
/>
<RowConstraints
minHeight=
"10.0"
prefHeight=
"30.0"
vgrow=
"SOMETIMES"
/>
</rowConstraints>
<padding>
<Insets
left=
"10.0"
right=
"10.0"
top=
"10.0"
/>
</padding>
</GridPane>
</content>
</ScrollPane>
</center>
</BorderPane>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment