Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6e5c06d0
Kaydet (Commit)
6e5c06d0
authored
Ara 08, 2018
tarafından
Matthias Seidel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cleaning up FormWizard, moving graphics from bmp to png
üst
31df7841
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
FormWizard_1.bmp
extras/source/templates/wizard/bitmap/FormWizard_1.bmp
+0
-0
FormWizard_1.png
extras/source/templates/wizard/bitmap/FormWizard_1.png
+0
-0
FormWizard_2.bmp
extras/source/templates/wizard/bitmap/FormWizard_2.bmp
+0
-0
FormWizard_2.png
extras/source/templates/wizard/bitmap/FormWizard_2.png
+0
-0
FormWizard.xba
wizards/source/formwizard/FormWizard.xba
+3
-5
No files found.
extras/source/templates/wizard/bitmap/FormWizard_1.bmp
deleted
100644 → 0
Dosyayı görüntüle @
31df7841
64.9 KB
extras/source/templates/wizard/bitmap/FormWizard_1.png
0 → 100644
Dosyayı görüntüle @
6e5c06d0
14 KB
extras/source/templates/wizard/bitmap/FormWizard_2.bmp
deleted
100644 → 0
Dosyayı görüntüle @
31df7841
22 KB
extras/source/templates/wizard/bitmap/FormWizard_2.png
0 → 100644
Dosyayı görüntüle @
6e5c06d0
8.5 KB
wizards/source/formwizard/FormWizard.xba
Dosyayı görüntüle @
6e5c06d0
...
...
@@ -189,7 +189,7 @@ Dim LocList() as String
ControlCaptionsToStandardLayout()
oDocument.GetCurrentController().Frame.ComponentWindow.Enable = True
oProgressBar.Value = 90
DialogModel.imgTheme.ImageURL = FormPath
&
"
FormWizard_1.
bmp
"
DialogModel.imgTheme.ImageURL = FormPath
&
"
FormWizard_1.
png
"
DialogModel.imgTheme.BackGroundColor = RGB(0,60,126)
ToggleDatabasePage(True)
oProgressBar.Value = 100
...
...
@@ -292,7 +292,7 @@ Sub PreviousStep()
.cmdGoOn.Enabled = True
.lstSelFields.Tag = Not bControlsareCreated
.cmdGoOn.Label = sGoOn
.imgTheme.ImageUrl = FormPath
&
"
FormWizard_1.
bmp
"
.imgTheme.ImageUrl = FormPath
&
"
FormWizard_1.
png
"
End With
FormSetMoveRights()
WIZARDERROR:
...
...
@@ -327,7 +327,7 @@ Sub NextStep()
DlgFormDB.EndExecute()
exit Sub
End Select
DialogModel.imgTheme.ImageUrl = FormPath
&
"
FormWizard_
"
&
DialogModel.Step
&
"
.
bmp
"
DialogModel.imgTheme.ImageUrl = FormPath
&
"
FormWizard_
"
&
DialogModel.Step
&
"
.
png
"
DlgFormDB.Title = WizardTitle(DialogModel.Step)
WIZARDERROR:
If Err
<>
0 Then
...
...
@@ -400,7 +400,6 @@ Sub StoreFormInDatabase()
End Sub
Sub StoreForm()
Dim sTargetPath as String
Dim TypeNames(0,2) as String
...
...
@@ -416,7 +415,6 @@ Dim oTypes() as Object
End Sub
Sub EmptyFieldsListboxes()
Dim NullList() as String
ToggleListboxControls(DialogModel, False)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment