Difference between revisions of "GeoSavedProcess.dlg"
From Macros Wiki
(New page: dialog "Geo Saved Process",250,250,490,320<br> <br> ! a1 = incline angle<br> ! a2 = included angle<br> ! ww = width<br> ! ll = length<br> ! xs = position<br> ! ys = position<br> <br> im...) |
|||
Line 1: | Line 1: | ||
− | dialog "Geo Saved Process",250,250,490,320 | + | {| |
− | + | |dialog "Geo Saved Process",250,250,490,320 | |
− | ! a1 = incline angle | + | |- |
− | ! a2 = included angle | + | | |
− | ! ww = width | + | |- |
− | ! ll = length | + | |! a1 = incline angle |
− | ! xs = position | + | |- |
− | ! ys = position | + | |! a2 = included angle |
− | + | |- | |
− | image 20, 20, 200,200, "[[GeoSavedProcess.bmp]]" | + | |! ww = width |
− | + | |- | |
− | frame 240, 16, 220,204, "User Data" | + | |! ll = length |
− | + | |- | |
− | label 260, 39, 100, 24, "X position" | + | |! xs = position |
− | label 260, 69, 100, 24, "Y position" | + | |- |
− | label 260, 99, 100, 24, "Rotation Angle (A1)" | + | |! ys = position |
− | label 260, 129, 100, 24, "Included Angle (A2)" | + | |- |
− | label 260, 159, 100, 24, "Width" | + | | |
− | label 260, 189, 100, 24, "Length" | + | |- |
− | + | |image 20, 20, 200,200, "[[GeoSavedProcess.bmp]]" | |
− | 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 | + | |frame 240, 16, 220,204, "User Data" |
− | input 370, 155, 70, 24, ww, 4 | + | |- |
− | input 370, 185, 70, 24, ll, 5 | + | | |
− | + | |- | |
− | check 20, 240, 200, 24, "Show Messages", messages, 1 | + | |label 260, 39, 100, 24, "X position" |
− | + | |- | |
− | cancel 260, 240, 70, 24 | + | |label 260, 69, 100, 24, "Y position" |
− | ok 370, 240, 70, 24 | + | |- |
+ | |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 | ||
+ | |} |
Latest revision as of 10:55, 29 July 2010
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 |