home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 424
- Top = 330
- Width = 291
- Height = 160
- Caption = 'Kompuutteri kaikille - Arvaa numero'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LblViesti: TLabel
- Left = 16
- Top = 16
- Width = 263
- Height = 20
- Caption = 'Kun haluat aloittaa, napsauta "Aloita"'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EdtArvaa: TEdit
- Left = 16
- Top = 48
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object BtnArvaa: TButton
- Left = 208
- Top = 48
- Width = 65
- Height = 25
- Caption = 'Arvaa'
- TabOrder = 1
- OnClick = BtnArvaaClick
- end
- object BtnAloita: TButton
- Left = 16
- Top = 80
- Width = 257
- Height = 41
- Caption = 'Aloita'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BtnAloitaClick
- end
- end
-