home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Musical / _setup.1 / mu_gen.exe / 0 / RCDATA / TNUMGEN / TNUMGEN.txt
Text File  |  1999-04-13  |  3KB  |  190 lines

  1. object Numgen: TNumgen
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Number generator'
  6.   ClientHeight = 193
  7.   ClientWidth = 440
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 425
  21.     Height = 145
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 27
  28.     Height = 13
  29.     Caption = '&Begin'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 48
  34.     Width = 19
  35.     Height = 13
  36.     Caption = '&End'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 24
  40.     Top = 72
  41.     Width = 21
  42.     Height = 13
  43.     Caption = 'S&kip'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 24
  47.     Top = 96
  48.     Width = 47
  49.     Height = 13
  50.     Caption = 'In&crement'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 24
  54.     Top = 120
  55.     Width = 43
  56.     Height = 13
  57.     Caption = '&Iterations'
  58.   end
  59.   object OKBtn: TButton
  60.     Left = 127
  61.     Top = 164
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.     OnClick = OKBtnClick
  69.   end
  70.   object CancelBtn: TButton
  71.     Left = 207
  72.     Top = 164
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 1
  79.   end
  80.   object Edit_Begin: TEdit
  81.     Left = 80
  82.     Top = 24
  83.     Width = 73
  84.     Height = 21
  85.     TabOrder = 2
  86.     Text = '0'
  87.   end
  88.   object Edit_End: TEdit
  89.     Left = 80
  90.     Top = 48
  91.     Width = 73
  92.     Height = 21
  93.     TabOrder = 3
  94.     Text = '9'
  95.   end
  96.   object Edit_Skip: TEdit
  97.     Left = 80
  98.     Top = 72
  99.     Width = 73
  100.     Height = 21
  101.     TabOrder = 4
  102.     Text = '0'
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 176
  106.     Top = 19
  107.     Width = 241
  108.     Height = 100
  109.     Caption = 'Noise'
  110.     TabOrder = 5
  111.     object Label_Low: TLabel
  112.       Left = 128
  113.       Top = 16
  114.       Width = 20
  115.       Height = 13
  116.       Caption = '&Low'
  117.     end
  118.     object Label_High: TLabel
  119.       Left = 128
  120.       Top = 53
  121.       Width = 22
  122.       Height = 13
  123.       Caption = '&High'
  124.     end
  125.     object RadioButton1: TRadioButton
  126.       Left = 8
  127.       Top = 24
  128.       Width = 97
  129.       Height = 17
  130.       Caption = 'Do&n'#39't add noise'
  131.       Checked = True
  132.       TabOrder = 0
  133.       TabStop = True
  134.       OnClick = RadioButton1Click
  135.     end
  136.     object RadioButton2: TRadioButton
  137.       Left = 8
  138.       Top = 48
  139.       Width = 97
  140.       Height = 17
  141.       Caption = 'Add &white noise'
  142.       TabOrder = 1
  143.       OnClick = RadioButton2Click
  144.     end
  145.     object RadioButton3: TRadioButton
  146.       Left = 8
  147.       Top = 72
  148.       Width = 105
  149.       Height = 17
  150.       Caption = 'Add &brown noise'
  151.       TabOrder = 2
  152.       OnClick = RadioButton3Click
  153.     end
  154.     object Edit_Low: TEdit
  155.       Left = 128
  156.       Top = 32
  157.       Width = 81
  158.       Height = 21
  159.       Enabled = False
  160.       TabOrder = 3
  161.       Text = '0'
  162.     end
  163.     object Edit_High: TEdit
  164.       Left = 128
  165.       Top = 69
  166.       Width = 81
  167.       Height = 21
  168.       Enabled = False
  169.       TabOrder = 4
  170.       Text = '1'
  171.     end
  172.   end
  173.   object Edit_Incr: TEdit
  174.     Left = 80
  175.     Top = 96
  176.     Width = 73
  177.     Height = 21
  178.     TabOrder = 6
  179.     Text = '1'
  180.   end
  181.   object Edit_Iter: TEdit
  182.     Left = 80
  183.     Top = 120
  184.     Width = 73
  185.     Height = 21
  186.     TabOrder = 7
  187.     Text = '1'
  188.   end
  189. end
  190.