migration
3242
src/__main__.pyw
Normal file
BIN
src/assets/icon.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
src/assets/tab-icons/about.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/tab-icons/format.png
Normal file
|
After Width: | Height: | Size: 426 B |
BIN
src/assets/tab-icons/generate.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
src/assets/tab-icons/icon.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
src/assets/tab-icons/settings.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
13
src/configs/config.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
version(S) = WIP
|
||||
secret(S) = entersecretstringhere
|
||||
mailOutputCoding(Sc) = utf-8
|
||||
officeOutputCoding(Sc) = utf-8
|
||||
domain(S) = losobolew.pl
|
||||
quota(I) = 500
|
||||
country(S) = Rzeczypospolita Polska
|
||||
schoolData(MSAs) = [LO, 4, 0]|[BS, 3, 1]
|
||||
schoolyearStart(D) = 01.09.* *:*:*
|
||||
ifHeadlineInMail(B) = 0
|
||||
headlineInMail(S) = mailHeadline
|
||||
ifHeadlineInOffice(B) = 0
|
||||
headlineInOffice(S) = officeHeadline
|
||||
152
src/configs/style.cfg
Normal file
@@ -0,0 +1,152 @@
|
||||
windowWidth(I) = 1200
|
||||
windowHeight(I) = 720
|
||||
windowWidthResizable(B) = 0
|
||||
windowHeightResizable(B) = 0
|
||||
windowMainBG(C) = #21242D
|
||||
mainIcon(P) = icon.ico
|
||||
mainMenuBG(C) = #21242D
|
||||
mainMenuPosition(FAposition) = wn
|
||||
tabFramesBorderWidth(I) = 0
|
||||
unselectedTabBG(C) = #21242D
|
||||
menuTabsBorderWidth(I) = 0
|
||||
menuTabsPadding(I) = 10
|
||||
selectedTabBG(C) = #333842
|
||||
disabledTabBG(C) = #333842
|
||||
tabFrameBG(C) = #21242D
|
||||
headerFont(F) = Segoe UI;15
|
||||
headerBG(C) = #333842
|
||||
headerTextColor(C) = #C0C0C0
|
||||
headerPadding(I) = 10
|
||||
headerTextAnchor(FAanchor) = center
|
||||
contentTabFrameBG(C) = #21242D
|
||||
layoutFrameBG(C) = #21242D
|
||||
label1BG(C) = #21242D
|
||||
label1TextColor(C) = #C0C0C0
|
||||
label1Font(F) = Segoe UI;10
|
||||
label2BG(C) = #21242D
|
||||
label2TextColor(C) = #C0C0C0
|
||||
label2Font(F) = Segoe UI;9
|
||||
label3BG(C) = #21242D
|
||||
label3TextColor(C) = #C0C0C0
|
||||
label3Font(F) = Segoe UI;7
|
||||
label4BG(C) = #21242D
|
||||
label4TextColor(C) = #C0C0C0
|
||||
label4Font(F) = Segoe UI;25
|
||||
combobox1ArrowColor(C) = #C0C0C0
|
||||
combobox1ButtonColor(C) = #333842
|
||||
combobox1BorderColor(C) = #21242D
|
||||
combobox1FieldBackground(C) = #333842
|
||||
combobox1TextColor(C) = #C0C0C0
|
||||
combobox1Relief(FArelief) = flat
|
||||
combobox1BorderWidth(I) = 0
|
||||
combobox1Padding(I) = 5
|
||||
combobox1ListBoxBackground(C) = #333842
|
||||
combobox1ListBoxForeground(C) = #C0C0C0
|
||||
combobox1ListBoxSelectBackground(C) = #737373
|
||||
combobox1ListBoxSelectForeground(C) = #FFFFFF
|
||||
combobox2ArrowColor(C) = #C0C0C0
|
||||
combobox2ButtonColor(C) = #333842
|
||||
combobox2BorderColor(C) = #21242D
|
||||
combobox2FieldBackground(C) = #333842
|
||||
combobox2TextColor(C) = #C0C0C0
|
||||
combobox2Relief(FArelief) = flat
|
||||
combobox2BorderWidth(I) = 0
|
||||
combobox2Padding(I) = 7
|
||||
combobox2ListBoxBackground(C) = #333842
|
||||
combobox2ListBoxForeground(C) = #C0C0C0
|
||||
combobox2ListBoxSelectBackground(C) = #737373
|
||||
combobox2ListBoxSelectForeground(C) = #FFFFFF
|
||||
button1TextAnchor(FAanchor) = center
|
||||
button1Background(C) = #333842
|
||||
button1Foreground(C) = #C0C0C0
|
||||
button1Padding(I) = 4
|
||||
separator1BG(C) = #21242D
|
||||
spinbox1ArrowColor(C) = #C0C0C0
|
||||
spinbox1FieldBackground(C) = #333842
|
||||
spinbox1Relief(FArelief) = flat
|
||||
spinbox1BorderWidth(I) = 0
|
||||
spinbox1TextColor(C) = #C0C0C0
|
||||
spinbox1ButtonColor(C) = #333842
|
||||
spinbox1Padding(I) = 7
|
||||
entry1FieldBackground(C) = #333842
|
||||
entry1Relief(FArelief) = flat
|
||||
entry1BorderWidth(I) = 0
|
||||
entry1Padding(I) = 7
|
||||
entry1TextColor(C) = #C0C0C0
|
||||
iconTabIcon(P) = assets/tab-icons/icon.png
|
||||
tabIconsSize(I) = 30
|
||||
generateTabIcon(P) = assets/tab-icons/generate.png
|
||||
headerFill(FAfill) = x
|
||||
tabFramePadding(I) = 10
|
||||
contentTabFrameFill(FAfill) = both
|
||||
contentTabFrameExpand(I) = 1
|
||||
outsidelayoutFramesPadX(I) = 6
|
||||
GIFFrameSeparators(I) = 16
|
||||
generateFilesLabelWidth(I) = 15
|
||||
generateFilesLabelAnchor(FAanchor) = center
|
||||
generateInputFilesPadding(I) = 6
|
||||
generateHorizontalSeparatorPadY(I) = 10
|
||||
generateOutputFilesPadding(I) = 6
|
||||
generateStartButtonPadding(I) = 10
|
||||
generateStartButtonPadY(I) = 6
|
||||
formatTabIcon(P) = assets/tab-icons/format.png
|
||||
loadingListPadX(I) = 12
|
||||
loadingButtonWidth(I) = 15
|
||||
formatHorizontalSeparatorPadY(I) = 10
|
||||
formatVerticalSeparatorPadY(I) = 10
|
||||
EPOSTypeFramePadY(I) = 0
|
||||
EPOSPersonSeparatorFramePadY(I) = 0
|
||||
EPOSRowSeparatorFramePadY(I) = 0
|
||||
EPOSDataSeparatorFramePadY(I) = 7
|
||||
EPOSLabelWidth(I) = 30
|
||||
EPOSLabelAnchor(FAanchor) = center
|
||||
radiobutton1Background(C) = #21242D
|
||||
radiobutton1TextColor(C) = #C0C0C0
|
||||
radiobutton1IndicatorBackground(C) = #21242D
|
||||
checkbutton1Background(C) = #21242D
|
||||
checkbutton1TextColor(C) = #C0C0C0
|
||||
checkbutton1IndicatorBackground(C) = #21242D
|
||||
text1Background(C) = #333842
|
||||
text1TextColor(C) = #C0C0C0
|
||||
text1Relief(FArelief) = flat
|
||||
EPDataLocalizationPadX(I) = 6
|
||||
EPDataLocalizationPadY(I) = 6
|
||||
editingPresetButtonsPadY(I) = 6
|
||||
editingPresetSaveButtonWidth(I) = 25
|
||||
editingPresetCancelButtonWidth(I) = 25
|
||||
settingsTabIcon(P) = assets/tab-icons/settings.png
|
||||
settingsHorizontalSeparatorPadY(I) = 10
|
||||
settingsVerticalSeparatorPadY(I) = 10
|
||||
settingsCodeLabelWidth(I) = 35
|
||||
settingsCodeLabelAnchor(FAanchor) = w
|
||||
settingsOtherLabelWidth(I) = 35
|
||||
settingsOtherLabelAnchor(FAanchor) = w
|
||||
settingsHeadlineLabelWidth(I) = 35
|
||||
settingsHeadlineLabelAnchor(FAanchor) = w
|
||||
settingsSchoolDataLabelAnchor(FAanchor) = center
|
||||
settingsButtonsPadY(I) = 6
|
||||
settingsButtonSaveWidth(I) = 20
|
||||
settingsButtonCancelWidth(I) = 15
|
||||
settingsButtonPDUOWidth(I) = 35
|
||||
settingsButtonPDUWWidth(I) = 35
|
||||
settingsButtonZPFWidth(I) = 35
|
||||
aboutTabIcon(P) = assets/tab-icons/about.png
|
||||
button2TextAnchor(FAanchor) = center
|
||||
button2Background(C) = #21242D
|
||||
button2Padding(I) = 0
|
||||
aboutLogoButtonImg(P) = assets/icon.png
|
||||
aboutLogoButtonImgSize(I) = 250
|
||||
aboutInstructionButtonWidth(I) = 25
|
||||
aboutOtherInfoFramePadX(I) = 10
|
||||
ZPFWindowWidth(I) = 500
|
||||
ZPFWindowHeight(I) = 400
|
||||
ZPFWindowWidthResizable(B) = 0
|
||||
ZPFWindowHeightResizable(B) = 0
|
||||
ZPFWindowMainBG(C) = #21242D
|
||||
listbox1BG(C) = #333842
|
||||
listbox1TextColor(C) = #C0C0C0
|
||||
listbox1Relief(FArelief) = flat
|
||||
listbox1BorderWidth(I) = 0
|
||||
listbox1ActiveStyle(FAactivestyle) = none
|
||||
listbox1HighlightThickness(I) = 0
|
||||
listbox1SelectBG(C) = #4F4F4F
|
||||
BIN
src/icon.ico
Normal file
|
After Width: | Height: | Size: 207 KiB |