| 1 |
tim |
73 |
object frmMain: TfrmMain |
| 2 |
tim |
88 |
Left = 292 |
| 3 |
|
|
Top = 357 |
| 4 |
tim |
73 |
Width = 577 |
| 5 |
|
|
Height = 501 |
| 6 |
tim |
88 |
VertScrollBar.Range = 48 |
| 7 |
tim |
73 |
Caption = 'Flexible Atom Selection' |
| 8 |
|
|
Color = clBackground |
| 9 |
|
|
PixelsPerInch = 96 |
| 10 |
|
|
TextHeight = 15 |
| 11 |
|
|
TextWidth = 7 |
| 12 |
|
|
object GroupBox1: TGroupBox |
| 13 |
tim |
88 |
Left = 0 |
| 14 |
|
|
Top = 29 |
| 15 |
|
|
Width = 577 |
| 16 |
|
|
Height = 453 |
| 17 |
|
|
Align = alClient |
| 18 |
tim |
73 |
Caption = 'Script Window' |
| 19 |
|
|
TabOrder = 0 |
| 20 |
|
|
end |
| 21 |
tim |
88 |
object ToolBar1: TToolBar |
| 22 |
|
|
Left = 0 |
| 23 |
|
|
Top = 0 |
| 24 |
|
|
Width = 577 |
| 25 |
|
|
Height = 29 |
| 26 |
|
|
Caption = 'ToolBar1' |
| 27 |
|
|
TabOrder = 1 |
| 28 |
|
|
end |
| 29 |
|
|
object StatusBar1: TStatusBar |
| 30 |
|
|
Left = 0 |
| 31 |
|
|
Top = 482 |
| 32 |
|
|
Width = 577 |
| 33 |
|
|
Height = 19 |
| 34 |
|
|
Panels = < |
| 35 |
|
|
item |
| 36 |
|
|
end> |
| 37 |
|
|
end |
| 38 |
|
|
object ImageList1: TImageList |
| 39 |
|
|
Left = 8 |
| 40 |
|
|
end |
| 41 |
tim |
73 |
end |