1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Magic: 12322
Internal Form Definition File
(do not change)
Number of forms: 1
=============== FORM ===============
Name: ttt
Width: 330
Height: 320
Number of Objects: 4
--------------------
class: FL_BOX
type: 1
box: 0 0 330 320
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_FONT1
lcol: FL_BLACK
label:
shortcut:
resize: FL_RESIZE_ALL
gravity: ForgetGravity ForgetGravity
name:
callback:
argument:
--------------------
class: FL_BITMAP
type: 0
box: 30 60 270 240
boxtype: FL_NO_BOX
colors: FL_BLACK FL_COL1
alignment: FL_ALIGN_BOTTOM
style: FL_NORMAL_STYLE
size: FL_NORMAL_FONT1
lcol: FL_BLACK
label:
shortcut:
resize: FL_RESIZE_ALL
gravity: ForgetGravity ForgetGravity
name:
callback:
argument:
--------------------
class: FL_BUTTON
type: 0
box: 220 10 90 30
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_FONT1
lcol: FL_BLACK
label: Done
shortcut:
resize: FL_RESIZE_ALL
gravity: ForgetGravity ForgetGravity
name: done
callback:
argument:
--------------------
class: FL_BUTTON
type: 0
box: 20 10 90 30
boxtype: FL_UP_BOX
colors: FL_COL1 FL_COL1
alignment: FL_ALIGN_CENTER
style: FL_NORMAL_STYLE
size: FL_NORMAL_FONT1
lcol: FL_BLACK
label: L\010oad
shortcut: L
resize: FL_RESIZE_ALL
gravity: ForgetGravity ForgetGravity
name: load
callback:
argument:
==============================
create_the_forms
|