home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / GenDes / gendesigner.exe / 0 / RCDATA / TCREATETREEDLG / TCREATETREEDLG.txt < prev   
Text File  |  1998-06-09  |  1KB  |  73 lines

  1. object CreateTreeDlg: TCreateTreeDlg
  2.   Left = 621
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create Tree'
  6.   ClientHeight = 99
  7.   ClientWidth = 246
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 69
  19.     Top = 25
  20.     Width = 110
  21.     Height = 13
  22.     Caption = 'Number of generations:'
  23.   end
  24.   object Image1: TImage
  25.     Left = 24
  26.     Top = 16
  27.     Width = 32
  28.     Height = 32
  29.     AutoSize = True
  30.     Picture.Data = {<image000.ico>}
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 185
  34.     Top = 22
  35.     Width = 24
  36.     Height = 21
  37.     MaxLength = 2
  38.     TabOrder = 0
  39.     Text = '2'
  40.   end
  41.   object UpDown1: TUpDown
  42.     Left = 209
  43.     Top = 22
  44.     Width = 12
  45.     Height = 21
  46.     Associate = Edit1
  47.     Min = 0
  48.     Position = 2
  49.     TabOrder = 1
  50.     Wrap = False
  51.   end
  52.   object Button1: TButton
  53.     Left = 56
  54.     Top = 64
  55.     Width = 65
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     TabOrder = 2
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 128
  64.     Top = 64
  65.     Width = 65
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     TabOrder = 3
  70.     OnClick = Button2Click
  71.   end
  72. end
  73.