-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all arrays from the picture settings dialog
- Loading branch information
1 parent
655cce6
commit 39ccf1b
Showing
16 changed files
with
287 additions
and
310 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List.4dm
This file was deleted.
Oops, something went wrong.
12 changes: 10 additions & 2 deletions
12
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List1.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
Form:C1466.pictSettings[wk anchor vertical align:K81:239]:=_anchorVerticalAlign-1 | ||
Form:C1466.pictSettings[wk anchor vertical offset:K81:238]:=0 | ||
//Case of | ||
//: (_anchorOrigin=1) | ||
//Form.pictSettings[wk anchor origin]:=wk paper box | ||
//: (_anchorOrigin=2) | ||
//Form.pictSettings[wk anchor origin]:=wk header box | ||
//: (_anchorOrigin=3) | ||
//Form.pictSettings[wk anchor origin]:=wk footer box | ||
//End case | ||
|
||
Form:C1466.pictSettings[wk anchor origin:K81:235]:=Form:C1466.anchorOrigin.originValues[Form:C1466.anchorOrigin.index] |
10 changes: 0 additions & 10 deletions
10
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List2.4dm
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List3.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=Form:C1466.anchorLayout.anchorValues[Form:C1466.anchorLayout.index] |
2 changes: 2 additions & 0 deletions
2
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List4.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Form:C1466.pictSettings[wk anchor horizontal align:K81:237]:=Form:C1466.anchorHorizontalAlign.index | ||
Form:C1466.pictSettings[wk anchor horizontal offset:K81:236]:=0 |
26 changes: 2 additions & 24 deletions
26
Project/Sources/Forms/D_PictureSettings/ObjectMethods/Popup Dropdown List5.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,2 @@ | ||
Case of | ||
: (_anchorLayout=1) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk behind text:K81:240 // wk behind text-image is anchored, behind the text | ||
|
||
: (_anchorLayout=2) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk in front of text:K81:241 // wk in front of text - image is anchored, in front of the text | ||
|
||
// new values v20 R5 | ||
: (_anchorLayout=3) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk text wrap top bottom:K81:379 | ||
|
||
: (_anchorLayout=4) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk text wrap square left:K81:382 | ||
|
||
: (_anchorLayout=5) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk text wrap square right:K81:383 | ||
|
||
: (_anchorLayout=6) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk text wrap square:K81:380 | ||
|
||
: (_anchorLayout=7) | ||
Form:C1466.pictSettings[wk anchor layout:K81:227]:=wk text wrap square largest:K81:384 | ||
|
||
End case | ||
Form:C1466.pictSettings[wk anchor vertical align:K81:239]:=Form:C1466.anchorVerticalAlign.index | ||
Form:C1466.pictSettings[wk anchor vertical offset:K81:238]:=0 |
19 changes: 3 additions & 16 deletions
19
Project/Sources/Forms/D_PictureSettings/ObjectMethods/anchorPageDropDown.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
Project/Sources/Forms/D_PictureSettings/ObjectMethods/pictureFormatList.4dm
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Project/Sources/Forms/D_PictureSettings/ObjectMethods/pictureFormatList1.4dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Form:C1466.pictSettings[wk image display mode:K81:340]:=Form:C1466.displayFormat.formatValues[Form:C1466.displayFormat.index] | ||
//SET TIMER(-1) |
Oops, something went wrong.