2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Form File 3.0
|
|
|
|
|
|
|
|
{ Form Form
|
|
|
|
MoveScaled(0,0,61,30)
|
|
|
|
Text = ("Settings")
|
2014-12-16 23:15:59 +01:00
|
|
|
Resizable = False
|
2014-12-12 20:58:52 +01:00
|
|
|
Arrangement = Arrange.Vertical
|
|
|
|
Spacing = True
|
|
|
|
Margin = True
|
|
|
|
{ VBox1 VBox
|
|
|
|
MoveScaled(1,1,54,22)
|
|
|
|
{ HBox2 HBox
|
|
|
|
MoveScaled(2,1,50,6)
|
|
|
|
{ lblX Label
|
|
|
|
MoveScaled(1,1,24,4)
|
|
|
|
Expand = True
|
|
|
|
AutoResize = True
|
|
|
|
Text = ("Width")
|
|
|
|
}
|
|
|
|
{ spinWidth SpinBox
|
|
|
|
MoveScaled(14,1,9,4)
|
|
|
|
MinValue = 5
|
|
|
|
MaxValue = 50
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ HBox4 HBox
|
|
|
|
MoveScaled(2,8,50,6)
|
|
|
|
{ lblY Label
|
|
|
|
MoveScaled(1,1,24,4)
|
|
|
|
Expand = True
|
|
|
|
AutoResize = True
|
|
|
|
Text = ("Height")
|
|
|
|
}
|
|
|
|
{ spinHeight SpinBox
|
|
|
|
MoveScaled(26,1,9,4)
|
|
|
|
MinValue = 5
|
|
|
|
MaxValue = 25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ HBox6 HBox
|
|
|
|
MoveScaled(2,15,50,6)
|
|
|
|
{ lblMines Label
|
|
|
|
MoveScaled(0,1,14,4)
|
|
|
|
Expand = True
|
|
|
|
AutoResize = True
|
|
|
|
Text = ("Number of mines")
|
|
|
|
}
|
|
|
|
{ spinMines SpinBox
|
|
|
|
MoveScaled(37,1,9,4)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ HBox1 HBox
|
|
|
|
MoveScaled(1,25,59,4)
|
|
|
|
Spacing = True
|
|
|
|
{ Panel1 Panel
|
|
|
|
MoveScaled(4,0,4,4)
|
|
|
|
Expand = True
|
|
|
|
}
|
|
|
|
{ btnOK Button
|
|
|
|
MoveScaled(24,0,16,4)
|
|
|
|
Text = ("OK")
|
|
|
|
Default = True
|
|
|
|
}
|
|
|
|
{ btnCancel Button
|
|
|
|
MoveScaled(41,0,16,4)
|
|
|
|
Text = ("Cancel")
|
|
|
|
Cancel = True
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|