4.0 Alpha (Build 20221)

This commit is contained in:
2020-08-08 01:53:49 +02:00
Unverified
parent 2dc0508494
commit 01f2103f2a
6 changed files with 486 additions and 691 deletions

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
assets/tab-icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -88,4 +88,8 @@
4.0 Alpha (Build 20220) 4.0 Alpha (Build 20220)
- Zastosowanie nowego systemu przetwarzania plików konfiguracyjnych dla pliku 'config.cfg' (tylko odczyt) - Zastosowanie nowego systemu przetwarzania plików konfiguracyjnych dla pliku 'config.cfg' (tylko odczyt)
- Rozpoczęcie prac nad skryptem przetwarzającym dane - Rozpoczęcie prac nad skryptem przetwarzającym dane
4.0 Alpha (Build 20221)
- Zastosowanie nowego systemu przetwarzania plików konfiguracyjnych dla pliku 'style.cfg'
- Lekkie zmiany w interfejsie

View File

@@ -1,108 +1,109 @@
windowWidth = 1200 windowWidth(I) = 1200
windowHeight = 720 windowHeight(I) = 720
windowWidthResizable = 0 windowWidthResizable(B) = 0
windowHeightResizable = 0 windowHeightResizable(B) = 0
windowMainBG = #21242D windowMainBG(C) = #21242D
mainIcon = assets/icon.ico mainIcon(P) = icon.ico
mainMenuBG = #21242D mainMenuBG(C) = #21242D
mainMenuPosition = wn mainMenuPosition(FAposition) = wn
tabIconsSize = 30 tabFramesBorderWidth(I) = 0
generateTabIcon = assets/tab-icons/generate.png unselectedTabBG(C) = #21242D
tabFramesBorderWidth = 0 menuTabsBorderWidth(I) = 0
unselectedTabBG = #21242D menuTabsPadding(I) = 10
menuTabsBorderWidth = 0 selectedTabBG(C) = #333842
menuTabsPadding = 10 disabledTabBG(C) = #333842
selectedTabBG = #333842 tabFrameBG(C) = #21242D
disabledTabBG = #333842 headerFont(F) = Segoe UI;15
headerFont = Segoe UI;15 headerBG(C) = #333842
headerBG = #333842 headerTextColor(C) = #C0C0C0
headerTextColor = #C0C0C0 headerPadding(I) = 10
headerPadding = 10 headerTextAnchor(FAanchor) = center
headerWidth = 84 contentTabFrameBG(C) = #21242D
tabFrameBG = #21242D layoutFrameBG(C) = #21242D
formatTabIcon = assets/tab-icons/format.png label1BG(C) = #21242D
settingsTabIcon = assets/tab-icons/settings.png label1TextColor(C) = #C0C0C0
aboutTabIcon = assets/tab-icons/about.png label1Font(F) = Segoe UI;10
tabFramePadding = 10 label2BG(C) = #21242D
label1BG = #21242D label2TextColor(C) = #C0C0C0
label1TextColor = #C0C0C0 label2Font(F) = Segoe UI;9
headerTextAnchor = center combobox1ArrowColor(C) = #C0C0C0
combobox1ArrowColor = #C0C0C0 combobox1ButtonColor(C) = #333842
combobox1ButtonColor = #333842 combobox1BorderColor(C) = #21242D
combobox1BorderColor = #21242D combobox1FieldBackground(C) = #333842
combobox1FieldBackground = #333842 combobox1TextColor(C) = #C0C0C0
combobox1TextColor = #C0C0C0 combobox1Relief(FArelief) = flat
combobox1Relief = flat combobox1BorderWidth(I) = 0
combobox1BorderWidth = 0 combobox1Padding(I) = 5
combobox1Padding = 5 combobox1ListBoxBackground(C) = #333842
combobox1ListBoxBackground = #333842 combobox1ListBoxForeground(C) = #C0C0C0
combobox1ListBoxForeground = #C0C0C0 combobox1ListBoxSelectBackground(C) = #737373
combobox1ListBoxSelectBackground = #737373 combobox1ListBoxSelectForeground(C) = #FFFFFF
combobox1ListBoxSelectForeground = #FFFFFF combobox2ArrowColor(C) = #C0C0C0
button1TextAnchor = center combobox2ButtonColor(C) = #333842
button1Background = #333842 combobox2BorderColor(C) = #21242D
button1Foreground = #C0C0C0 combobox2FieldBackground(C) = #333842
button1Padding = 4 combobox2TextColor(C) = #C0C0C0
editingPresetSaveButtonWidth = 25 combobox2Relief(FArelief) = flat
editingPresetCancelButtonWidth = 25 combobox2BorderWidth(I) = 0
loadingButtonWidth = 15 combobox2Padding(I) = 7
loadingListWidth = 85 combobox2ListBoxBackground(C) = #333842
generateFilesLabelWidth = 15 combobox2ListBoxForeground(C) = #C0C0C0
generateFilesLabelAnchor = center combobox2ListBoxSelectBackground(C) = #737373
spinbox1ArrowColor = #C0C0C0 combobox2ListBoxSelectForeground(C) = #FFFFFF
spinbox1FieldBackground = #333842 button1TextAnchor(FAanchor) = center
spinbox1Relief = flat button1Background(C) = #333842
spinbox1BorderWidth = 0 button1Foreground(C) = #C0C0C0
spinbox1TextColor = #C0C0C0 button1Padding(I) = 4
spinbox1ButtonColor = #333842 separator1BG(C) = #21242D
spinbox1Padding = 7 spinbox1ArrowColor(C) = #C0C0C0
radiobutton1Background = #21242D spinbox1FieldBackground(C) = #333842
radiobutton1TextColor = #C0C0C0 spinbox1Relief(FArelief) = flat
entry1FieldBackground = #333842 spinbox1BorderWidth(I) = 0
entry1Relief = flat spinbox1TextColor(C) = #C0C0C0
entry1BorderWidth = 0 spinbox1ButtonColor(C) = #333842
entry1Padding = 7 spinbox1Padding(I) = 7
text1Background = #333842 entry1FieldBackground(C) = #333842
text1TextColor = #C0C0C0 entry1Relief(FArelief) = flat
text1Relief = flat entry1BorderWidth(I) = 0
entry1TextColor = #C0C0C0 entry1Padding(I) = 7
label2BG = #21242D entry1TextColor(C) = #C0C0C0
label2TextColor = #C0C0C0 iconTabIcon(P) = assets/tab-icons/icon.png
label3BG = #21242D tabIconsSize(I) = 30
label3TextColor = #C0C0C0 generateTabIcon(P) = assets/tab-icons/generate.png
label3Anchor = w headerFill(FAfill) = x
radiobutton1IndicatorBackground = #21242D tabFramePadding(I) = 10
loadingListPadX = 12 contentTabFrameFill(FAfill) = both
EPOSTypeStudentRadiobuttonPadY = 5 contentTabFrameExpand(I) = 1
EPOSTypeStudentRadiobuttonWidth = 20 outsidelayoutFramesPadX(I) = 6
EPOSTypeTeacherRadiobuttonPadY = 5 GIFFrameSeparators(I) = 16
EPOSTypeTeacherRadiobuttonWidth = 20 generateFilesLabelWidth(I) = 15
EPOSPersonSeparatorEntryWidth = 56 generateFilesLabelAnchor(FAanchor) = center
EPOSRowSeparatorEntryWidth = 56 generateInputFilesPadding(I) = 6
EPOSDataSeparatorTextWidth = 42 generateHorizontalSeparatorPadY(I) = 10
EPOSDataSeparatorTextHeight = 17 generateOutputFilesPadding(I) = 6
EPDataLocalizationPadX = 6 generateStartButtonPadding(I) = 10
EPDataLocalizationPadY = 6 generateStartButtonPadY(I) = 6
label3BG = #21242D formatTabIcon(P) = assets/tab-icons/format.png
label3TextColor = #C0C0C0 loadingListPadX(I) = 12
label3Font = Segoe UI;6 loadingButtonWidth(I) = 15
GIFSLocalizationEntryWidth = 109 formatHorizontalSeparatorPadY(I) = 10
GIFFrameSeparators = 16 formatVerticalSeparatorPadY(I) = 10
generateInputFilesPlusMinusButtonsWidth = 2 EPOSTypeFramePadY(I) = 0
generateResetButtonWidth = 10 EPOSPersonSeparatorFramePadY(I) = 0
generateInputFilesPadding = 6 EPOSRowSeparatorFramePadY(I) = 0
generateOutputFilesPadding = 6 EPOSDataSeparatorFramePadY(I) = 7
combobox2ArrowColor = #C0C0C0 EPOSLabelWidth(I) = 30
combobox2ButtonColor = #333842 EPOSLabelAnchor(FAanchor) = center
combobox2BorderColor = #21242D radiobutton1Background(C) = #21242D
combobox2FieldBackground = #333842 radiobutton1TextColor(C) = #C0C0C0
combobox2TextColor = #C0C0C0 radiobutton1IndicatorBackground(C) = #21242D
combobox2Relief = flat text1Background(C) = #333842
combobox2BorderWidth = 0 text1TextColor(C) = #C0C0C0
combobox2Padding = 7 text1Relief(FArelief) = flat
combobox2ListBoxBackground = #333842 EPDataLocalizationPadX(I) = 6
combobox2ListBoxForeground = #C0C0C0 EPDataLocalizationPadY(I) = 6
combobox2ListBoxSelectBackground = #737373 editingPresetButtonsPadY(I) = 6
combobox2ListBoxSelectForeground = #FFFFFF editingPresetSaveButtonWidth(I) = 25
EPOSLabelWidth = 30 editingPresetCancelButtonWidth(I) = 25
EPOSLabelAnchor = center settingsTabIcon(P) = assets/tab-icons/settings.png
aboutTabIcon(P) = assets/tab-icons/about.png

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 140 KiB