//QM v2.9. Do not edit with text editor!!! //
4     0
G GaBefgM	^{
  EXAMPLE  8 348596FB 0
if(acc1 != "")
	lef 0 0
	;code here
	;code here
	;code here
	;code here
if(acc2 != "")
	lef 0 0
	;same code here
	;same code here
	;same code here
	;same code here
if(acc3 != "")
	lef 0 0
	;same code here
	;same code here
	;same code here
	;same code here
if(acc4 != "")
	lef 0 0
	;same code here
	;same code here
	;same code here
	;same code here
if(acc5 != "")
	lef 0 0
	;same code here
	;same code here
	;same code here
	;same code here

  Dialog4 F10 8 34859686 0
 \Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages

 BEGIN DIALOG
 0 "" 0x90C80A44 0x100 0 0 107 103 "TEST DIALOG"
 1 Button 0x54030001 0x4 6 88 48 14 "OK"
 2 Button 0x54030000 0x4 54 88 48 14 "Cancel"
 3 Edit 0x54030080 0x200 6 4 96 14 ""
 4 Edit 0x54030080 0x200 6 20 96 14 ""
 5 Edit 0x54030080 0x200 6 36 96 14 ""
 6 Edit 0x54030080 0x200 6 52 96 14 ""
 7 Edit 0x54030080 0x200 6 68 96 14 ""
 END DIALOG
 DIALOG EDITOR: "" 0x202000B "" ""

str controls = "3 4 5 6 7"
str e3 e4 e5 e6 e7
if(!ShowDialog("Dialog4" &Dialog4 &controls)) ret

ret
 messages
if(message=WM_INITDIALOG) DT_Init(hDlg lParam)
 int param=DT_GetParam(hDlg)

sel message
	case WM_INITDIALOG
		str+ acc1 acc2 acc3 acc4 acc5
		acc1 = ""
		acc2 = ""
		acc3 = ""
		acc4 = ""
		acc5 = ""
	ret 1
	case WM_DESTROY DT_DeleteData(hDlg)
	case WM_COMMAND goto messages2
ret
 messages2
sel wParam
	case IDOK DT_Ok hDlg
		acc1.getwintext(id(3 hDlg))
		acc1.getwintext(id(4 hDlg))
		acc1.getwintext(id(5 hDlg))
		acc1.getwintext(id(6 hDlg))
		acc1.getwintext(id(7 hDlg))
		mac "EXAMPLE"
	case IDCANCEL DT_Cancel hDlg
ret 1

  file  268500992 0

  