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

  1. object Vector_Complex_Map_Editor: TVector_Complex_Map_Editor
  2.   Left = 448
  3.   Top = 237
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 250
  7.   ClientWidth = 589
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 377
  20.     Height = 193
  21.     Shape = bsFrame
  22.   end
  23.   object Minimum: TLabel
  24.     Left = 32
  25.     Top = 16
  26.     Width = 41
  27.     Height = 13
  28.     Caption = 'Minimum'
  29.   end
  30.   object Label1: TLabel
  31.     Left = 16
  32.     Top = 32
  33.     Width = 7
  34.     Height = 13
  35.     Caption = 'X'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 16
  39.     Top = 64
  40.     Width = 7
  41.     Height = 13
  42.     Caption = 'Y'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 109
  47.     Width = 89
  48.     Height = 13
  49.     Caption = 'Maximum &iterations'
  50.     FocusControl = Iter_Edit
  51.   end
  52.   object Label_Method: TLabel
  53.     Left = 16
  54.     Top = 136
  55.     Width = 87
  56.     Height = 13
  57.     Caption = 'Estimation &Method'
  58.   end
  59.   object A_Label: TLabel
  60.     Left = 304
  61.     Top = 32
  62.     Width = 6
  63.     Height = 13
  64.     Caption = '&a'
  65.   end
  66.   object B_Label: TLabel
  67.     Left = 304
  68.     Top = 64
  69.     Width = 6
  70.     Height = 13
  71.     Caption = '&b'
  72.   end
  73.   object C_Label: TLabel
  74.     Left = 304
  75.     Top = 96
  76.     Width = 6
  77.     Height = 13
  78.     Caption = '&c'
  79.   end
  80.   object Maximum: TLabel
  81.     Left = 120
  82.     Top = 16
  83.     Width = 44
  84.     Height = 13
  85.     Caption = 'Maximum'
  86.   end
  87.   object Steps: TLabel
  88.     Left = 208
  89.     Top = 16
  90.     Width = 27
  91.     Height = 13
  92.     Caption = 'Steps'
  93.   end
  94.   object Label_Init: TLabel
  95.     Left = 16
  96.     Top = 162
  97.     Width = 92
  98.     Height = 13
  99.     Caption = 'Initialization meth&od'
  100.   end
  101.   object Preview: TPaintBox
  102.     Left = 392
  103.     Top = 8
  104.     Width = 193
  105.     Height = 193
  106.   end
  107.   object Button_OK: TButton
  108.     Left = 8
  109.     Top = 208
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'OK'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 0
  116.   end
  117.   object Button_Cancel: TButton
  118.     Left = 310
  119.     Top = 208
  120.     Width = 75
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 1
  126.   end
  127.   object X_Min_Edit: TEdit
  128.     Left = 32
  129.     Top = 32
  130.     Width = 81
  131.     Height = 21
  132.     TabOrder = 2
  133.   end
  134.   object Y_Min_Edit: TEdit
  135.     Left = 32
  136.     Top = 64
  137.     Width = 81
  138.     Height = 21
  139.     TabOrder = 3
  140.   end
  141.   object X_Max_Edit: TEdit
  142.     Left = 120
  143.     Top = 32
  144.     Width = 81
  145.     Height = 21
  146.     TabOrder = 4
  147.   end
  148.   object Y_Max_Edit: TEdit
  149.     Left = 120
  150.     Top = 64
  151.     Width = 81
  152.     Height = 21
  153.     TabOrder = 5
  154.   end
  155.   object X_Size_Edit: TEdit
  156.     Left = 208
  157.     Top = 32
  158.     Width = 81
  159.     Height = 21
  160.     TabOrder = 6
  161.   end
  162.   object Y_Size_Edit: TEdit
  163.     Left = 208
  164.     Top = 64
  165.     Width = 81
  166.     Height = 21
  167.     TabOrder = 7
  168.   end
  169.   object Iter_Edit: TEdit
  170.     Left = 120
  171.     Top = 109
  172.     Width = 81
  173.     Height = 21
  174.     TabOrder = 8
  175.   end
  176.   object Method_Box: TComboBox
  177.     Left = 120
  178.     Top = 136
  179.     Width = 169
  180.     Height = 21
  181.     Style = csDropDownList
  182.     Ctl3D = True
  183.     ItemHeight = 13
  184.     Items.Strings = (
  185.       'Level set method'
  186.       'Continuous potential method'
  187.       'Distance estimator method')
  188.     ParentCtl3D = False
  189.     TabOrder = 9
  190.   end
  191.   object Button_Reset: TButton
  192.     Left = 160
  193.     Top = 208
  194.     Width = 75
  195.     Height = 25
  196.     Caption = '&Reset'
  197.     ModalResult = 4
  198.     TabOrder = 10
  199.   end
  200.   object A_Edit: TEdit
  201.     Left = 320
  202.     Top = 32
  203.     Width = 49
  204.     Height = 21
  205.     TabOrder = 11
  206.   end
  207.   object B_Edit: TEdit
  208.     Left = 320
  209.     Top = 64
  210.     Width = 49
  211.     Height = 21
  212.     TabOrder = 12
  213.   end
  214.   object C_Edit: TEdit
  215.     Left = 320
  216.     Top = 96
  217.     Width = 49
  218.     Height = 21
  219.     TabOrder = 13
  220.   end
  221.   object Init_Box: TComboBox
  222.     Left = 120
  223.     Top = 162
  224.     Width = 169
  225.     Height = 21
  226.     Style = csDropDownList
  227.     ItemHeight = 13
  228.     Items.Strings = (
  229.       'Mandelbrot'
  230.       'Julia'
  231.       'Random')
  232.     TabOrder = 14
  233.     OnChange = Init_BoxChange
  234.   end
  235.   object Button_Preview: TButton
  236.     Left = 448
  237.     Top = 208
  238.     Width = 75
  239.     Height = 25
  240.     Caption = '&Preview'
  241.     TabOrder = 15
  242.     OnClick = Button_PreviewClick
  243.   end
  244. end
  245.