4.0 Alpha (Build 20219)

This commit is contained in:
2020-08-06 18:43:05 +02:00
Unverified
parent 63ea6543be
commit 2a9782056b
4 changed files with 1245 additions and 766 deletions

View File

@@ -79,4 +79,9 @@
- Naprawienie kilku mniejszych bugów: nieresetowanie pól po błędzie podczas zapisu, dodanie <enter> do listy dozwolonych znaków
- Dodanie instrukcji w karcie "FORMAT DANYCH"
- Usprawnienia w kodzie
- Naprawiono przyciski radiobutton
- Naprawiono przyciski radiobutton
4.0 Alpha (Build 20219)
- Ukończenie karty "GENERATOR CSV" (poza przyciskiem "START")
- Usunięcie instrukcji w karcie "FORMAT DANYCH" w celu późniejszego umieszczenia ich w pliku readme
- Przekształcenie interfejsu na podstawie funkcji w interfejs na podstawie klasy

View File

@@ -1,2 +1,10 @@
secret = entersecretstringhere
allowedCharactersInSeparator = ['`', '~', '!', '@', '#', '$', '%', '^', '&', '(', ')', '-', '_', '=', '+', '[', ']', '\', '|', ';', ':', ''', '"', ',', '<', '.', '>', '/', '?', ' ']
allowedCharactersInSeparator = ['`', '~', '!', '@', '#', '$', '%', '^', '&', '(', ')', '-', '_', '=', '+', '[', ']', '\', '|', ';', ':', ''', '"', ',', '<', '.', '>', '/', '?', ' ']
inputCoding = utf-8
outputCoding = utf-8
domain = losobolew.pl
quota = 500
country = Rzeczypospolita Polska
yearsOfLO = 4
yearsOfBS = 3
schoolyearStart =

View File

@@ -1,5 +1,5 @@
windowWidth = 1000
windowHeight = 600
windowWidth = 1200
windowHeight = 720
windowWidthResizable = 0
windowHeightResizable = 0
windowMainBG = #21242D
@@ -34,7 +34,7 @@ combobox1FieldBackground = #333842
combobox1TextColor = #C0C0C0
combobox1Relief = flat
combobox1BorderWidth = 0
combobox1Padding = 3
combobox1Padding = 5
combobox1ListBoxBackground = #333842
combobox1ListBoxForeground = #C0C0C0
combobox1ListBoxSelectBackground = #737373
@@ -42,25 +42,26 @@ combobox1ListBoxSelectForeground = #FFFFFF
button1TextAnchor = center
button1Background = #333842
button1Foreground = #C0C0C0
button1Padding = 1
button1Padding = 4
editingPresetSaveButtonWidth = 25
editingPresetCancelButtonWidth = 25
loadingButtonWidth = 15
loadingListWidth = 85
label2Width = 15
label2Anchor = center
generateFilesLabelWidth = 15
generateFilesLabelAnchor = center
spinbox1ArrowColor = #C0C0C0
spinbox1FieldBackground = #333842
spinbox1Relief = flat
spinbox1BorderWidth = 0
spinbox1TextColor = #C0C0C0
spinbox1ButtonColor = #333842
spinbox1Padding = 7
radiobutton1Background = #21242D
radiobutton1TextColor = #C0C0C0
entry1FieldBackground = #333842
entry1Relief = flat
entry1BorderWidth = 0
entry1Padding = 3
entry1Padding = 7
text1Background = #333842
text1TextColor = #C0C0C0
text1Relief = flat
@@ -71,7 +72,7 @@ label3BG = #21242D
label3TextColor = #C0C0C0
label3Anchor = w
radiobutton1IndicatorBackground = #21242D
loadingListPadX = 5
loadingListPadX = 12
EPOSTypeStudentRadiobuttonPadY = 5
EPOSTypeStudentRadiobuttonWidth = 20
EPOSTypeTeacherRadiobuttonPadY = 5
@@ -80,8 +81,28 @@ EPOSPersonSeparatorEntryWidth = 56
EPOSRowSeparatorEntryWidth = 56
EPOSDataSeparatorTextWidth = 42
EPOSDataSeparatorTextHeight = 17
EPDataLocalizationPadX = 5
EPDataLocalizationPadY = 5
EPDataLocalizationPadX = 6
EPDataLocalizationPadY = 6
label3BG = #21242D
label3TextColor = #C0C0C0
label3Font = Segoe UI;6
label3Font = Segoe UI;6
GIFSLocalizationEntryWidth = 109
GIFFrameSeparators = 16
generateInputFilesPlusMinusButtonsWidth = 2
generateResetButtonWidth = 10
generateInputFilesPadding = 6
generateOutputFilesPadding = 6
combobox2ArrowColor = #C0C0C0
combobox2ButtonColor = #333842
combobox2BorderColor = #21242D
combobox2FieldBackground = #333842
combobox2TextColor = #C0C0C0
combobox2Relief = flat
combobox2BorderWidth = 0
combobox2Padding = 7
combobox2ListBoxBackground = #333842
combobox2ListBoxForeground = #C0C0C0
combobox2ListBoxSelectBackground = #737373
combobox2ListBoxSelectForeground = #FFFFFF
EPOSLabelWidth = 30
EPOSLabelAnchor = center

File diff suppressed because it is too large Load Diff