GeoSavedProcess.dlg: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
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...
 
ConnerO (talk | contribs)
No edit summary
 
Line 1: Line 1:
dialog "Geo Saved Process",250,250,490,320<br>
{|
<br>
|dialog "Geo Saved Process",250,250,490,320
! a1 = incline angle<br>
|-
! a2 = included angle<br>
|&nbsp;
! ww = width<br>
|-
! ll  = length<br>
|!&nbsp;&nbsp;&nbsp; a1 = incline angle
! xs  = position<br>
|-
! ys  = position<br>
|!&nbsp;&nbsp;&nbsp; a2 = included angle
<br>
|-
image  20,  20, 200,200, "[[GeoSavedProcess.bmp]]"<br>
|!&nbsp;&nbsp;&nbsp; ww = width
<br>
|-
frame  240,  16, 220,204, "User Data"<br>
|!&nbsp;&nbsp;&nbsp; ll  = length
<br>
|-
label  260,  39, 100, 24, "X position"<br>
|!&nbsp;&nbsp;&nbsp; xs  = position
label  260,  69, 100, 24, "Y position"<br>
|-
label  260,  99, 100, 24, "Rotation Angle (A1)"<br>
|!&nbsp;&nbsp;&nbsp; ys  = position
label  260, 129, 100, 24, "Included Angle (A2)"<br>
|-
label  260, 159, 100, 24, "Width"<br>
|&nbsp;
label  260, 189, 100, 24, "Length"<br>
|-
<br>
|image  20,  20, 200,200, "[[GeoSavedProcess.bmp]]"
input  370,  35,  70, 24, xs, 0<br>
|-
input  370,  65,  70, 24, ys, 0<br>
|&nbsp;
input  370,  95,  70, 24, a1, 15<br>
|-
input  370, 125,  70, 24, a2, 80<br>
|frame  240,  16, 220,204, "User Data"
input  370, 155,  70, 24, ww,  4<br>
|-
input  370, 185,  70, 24, ll,  5<br>
|&nbsp;
<br>
|-
check  20, 240, 200, 24, "Show Messages", messages, 1<br>
|label  260,  39, 100, 24, "X position"
<br>
|-
cancel 260, 240,  70, 24<br>
|label  260,  69, 100, 24, "Y position"
ok    370, 240,  70, 24<br>
|-
|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"
|-
|&nbsp;
|-
|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
|-
|&nbsp;
|-
|check  20, 240, 200, 24, "Show Messages", messages, 1
|-
|&nbsp;
|-
|cancel 260, 240,  70, 24
|-
|ok    370, 240,  70, 24
|}

Latest revision as of 15: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