alias /ctext { dialog -md cooltext cooltext }
dialog cooltext {
title Cool Textz
size -1 -1 300 181
option dbu
tab Page 1, 1, 1 1 280 128
text wb = Welcome Back, 2, 5 20 100 12, tab 1
edit %ctext.wb, 3, 80 18 75 12, autohs, tab 1
button Set, 4, 156 18 30 12, tab 1
button View, 5, 188 18 30 12, tab 1
text stfu = Shut the [censored] up, 6, 5 32 100 12, tab 1
edit %ctext.stfu, 7, 80 30 75 12, autohs, tab 1
button Set, 8, 156 30 30 12, tab 1
button View, 9, 188 30 30 12, tab 1
text idk = I don't know, 10, 5 44 100 12, tab 1
edit %ctext.idk, 11, 80 42 75 12, autohs, tab 1
button Set, 12, 156 42 30 12, tab 1
button View, 13, 188 42 30 12, tab 1
text nm = Never Mind, 14, 5 56 100 12, tab 1
edit %ctext.nm, 15, 80 54 75 12, autohs, tab 1
button Set, 16, 156 54 30 12, tab 1
button View, 17, 188 54 30 12, tab 1
text gtg = Got to Go, 18, 5 68 100 12, tab 1
edit %ctext.gtg, 19, 80 66 75 12, autohs, tab 1
button Set, 20, 156 66 30 12, tab 1
button View, 21, 188 66 30 12, tab 1
text bbl = Be Back Later, 22, 5 80 100 12, tab 1
edit %ctext.bbl, 23, 80 78 75 12, autohs, tab 1
button Set, 24, 156 78 30 12, tab 1
button View, 25, 188 78 30 12, tab 1
text lol = Laughing Out Loud, 26, 5 92 100 12, tab 1
edit %ctext.lol, 27, 80 90 75 12, autohs, tab 1
button Set, 28, 156 90 30 12, tab 1
button View, 29, 188 90 30 12, tab 1
text bbs = Take Your Time, 30, 5 104 100 12, tab 1
edit %ctext.tyt, 31, 80 102 75 12, autohs, tab 1
button Set, 32, 156 102 30 12, tab 1
button View, 33, 188 102 30 12, tab 1
text ttyl = Talk To You Later, 34, 5 116 100 12, tab 1
edit %ctext.ttyl, 35, 80 114 75 12, autohs, tab 1
button Set, 36, 156 114 30 12, tab 1
button View, 37, 188 114 30 12, tab 1
tab Page, 38,
text np = No Problem, 39, 5 20 100 12, tab 2
edit %ctext.np, 40, 80 18 75 12, autohs, tab 2
button Set, 41, 156 18 30 12, tab 2
button View, 42, 188 18 30 12, tab 2
text tc = Take Care, 43, 5 32 100 12, tab 2
edit %ctext.tc, 44, 80 30 75 12, autohs, tab 2
button Set, 45, 156 30 30 12, tab 2
button View, 46, 188 30 30 12, tab 2
text ha = Ha Ha Ha, 47, 5 44 100 12, tab 2
edit %ctext.ha, 48, 80 42 75 12, autohs, tab 2
button Set, 49, 156 42 30 12, tab 2
button View, 50, 188 42 30 12, tab 2
text bye = Bye(colored), 51, 5 56 100 12, tab 2
edit %ctext.bye, 52, 80 54 75 12, autohs, tab 2
button Set, 53, 156 54 30 12, tab 2
button View, 54, 188 54 30 12, tab 2
text tu = Thank You, 55, 5 68 100 12, tab 2
edit %ctext.tu, 56, 80 66 75 12, autohs, tab 2
button Set, 57, 156 66 30 12, tab 2
button View, 58, 188 66 30 12, tab 2
text bf = Boy Friend, 59, 5 80 100 12, tab 2
edit %ctext.bf, 60, 80 78 75 12, autohs, tab 2
button Set, 61, 156 78 30 12, tab 2
button View, 62, 188 78 30 12, tab 2
text gf = Girl Friend, 63, 5 92 100 12, tab 2
edit %ctext.gf, 64, 80 90 75 12, autohs, tab 2
button Set, 65, 156 90 30 12, tab 2
button View, 66, 188 90 30 12, tab 2
text luv u = Love You, 67, 5 104 100 12, tab 2
edit %ctext.lvu, 68, 80 102 75 12, autohs, tab 2
button Set, 69, 156 102 30 12, tab 2
button View, 70, 188 102 30 12, tab 2
text :), 71, 5 116 100 12, tab 2
edit %ctext.:), 72, 80 114 75 12, autohs, tab 2
button Set, 73, 156 114 30 12, tab 2
button View, 74, 188 114 30 12, tab 2
button Ok, 75, 150 150 50 12, ok
}