# Gambas Form File 3.0 { Form Form MoveScaled(0,0,73,54) Text = ("Create Event") Icon = Picture["icon:/16/clock"] Resizable = False { lblTitle Label MoveScaled(1,1,71,5) Font = Font["+4"] Background = Color.LightBackground Text = ("Create Event") Alignment = Align.Center Border = Border.Sunken } { lblName Label MoveScaled(1,8,15,3) Font = Font["+1"] Text = ("Name:") } { txtName TextBox MoveScaled(17,8,55,3) } { lblSchedule Label MoveScaled(1,12,15,3) Font = Font["+1"] Text = ("Schedule:") } { txtSchedule TextBox MoveScaled(17,12,55,3) ToolTip = ("Comma separated values: Hola1 INT,Hola2 CHAR(5)") } { btnClue Button MoveScaled(1,49,5,4) ToolTip = ("Show a clue") Picture = Picture["icon:/22/help"] } { tbnOK Button MoveScaled(44,49,13,4) Text = ("&Ok") Picture = Picture["icon:/16/ok"] Default = True } { btnCancel Button MoveScaled(59,49,13,4) Text = ("&Cancel") Picture = Picture["icon:/16/cancel"] Cancel = True } { txtData TextArea MoveScaled(1,16,71,32) } }