GeoSavedProcess.dlg
From Macros Wiki
Jump to navigationJump to search
dialog "Geo Saved Process",250,250,490,320 |
! a1 = incline angle |
! a2 = included angle |
! ww = width |
! ll = length |
! xs = position |
! ys = position |
image 20, 20, 200,200, "GeoSavedProcess.bmp" |
frame 240, 16, 220,204, "User Data" |
label 260, 39, 100, 24, "X position" |
label 260, 69, 100, 24, "Y position" |
label 260, 99, 100, 24, "Rotation Angle (A1)" |
label 260, 129, 100, 24, "Included Angle (A2)" |
label 260, 159, 100, 24, "Width" |
label 260, 189, 100, 24, "Length" |
input 370, 35, 70, 24, xs, 0 |
input 370, 65, 70, 24, ys, 0 |
input 370, 95, 70, 24, a1, 15 |
input 370, 125, 70, 24, a2, 80 |
input 370, 155, 70, 24, ww, 4 |
input 370, 185, 70, 24, ll, 5 |
check 20, 240, 200, 24, "Show Messages", messages, 1 |
cancel 260, 240, 70, 24 |
ok 370, 240, 70, 24 |