GeoPattern Repeats.dlg
From Macros Wiki
Jump to navigationJump to search
dialog "Geo Pattern",250,250,440,320 | |
! xs = x start | |
! ys = y start | |
! dx = x spacing | |
! dy = y spacing | |
! nx = number in x | |
! ny = number in y | |
image 20, 20, 200,200, "GeoPattern_Repeats.bmp" | |
frame 240, 16, 180,204, "Repeats" | |
label 260, 39, 70, 24, "X start" | |
label 260, 69, 70, 24, "Y start" | |
label 260, 99, 70, 24, "DX" | |
label 260, 129, 70, 24, "DY" | |
label 260, 159, 70, 24, "Num in X" | |
label 260, 189, 70, 24, "Num in Y" | |
input 340, 35, 70, 24, xs, 1 | |
input 340, 65, 70, 24, ys, 1 | |
input 340, 95, 70, 24, dx, 6 | |
input 340, 125, 70, 24, dy, 5 | |
input 340, 155, 70, 24, nx, 4 | |
input 340, 185, 70, 24, ny, 3 | |
cancel 260, 240, 70, 24 | |
ok 340, 240, 70, 24 |