home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TSPEEDUPDOWNFRM / TSPEEDUPDOWNFRM.txt < prev   
Text File  |  2005-05-01  |  6KB  |  252 lines

  1. object SpeedUpDownfrm: TSpeedUpDownfrm
  2.   Left = 180
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Speed Up/Down'
  6.   ClientHeight = 267
  7.   ClientWidth = 294
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 144
  23.     Width = 273
  24.     Height = 57
  25.   end
  26.   object Image1: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 303
  30.     Height = 27
  31.     Stretch = True
  32.   end
  33.   object Image3: TImage
  34.     Left = 102
  35.     Top = 0
  36.     Width = 192
  37.     Height = 267
  38.     Align = alRight
  39.     AutoSize = True
  40.     Picture.Data = {<image001.bmp>}
  41.     Transparent = True
  42.   end
  43.   object Label1: TLabel
  44.     Left = 50
  45.     Top = 40
  46.     Width = 193
  47.     Height = 13
  48.     Caption = '&Percent (%) of variation (Sample Number)'
  49.     FocusControl = TrackBar1
  50.   end
  51.   object Label2: TLabel
  52.     Left = 16
  53.     Top = 152
  54.     Width = 124
  55.     Height = 13
  56.     Caption = 'Actual number of samples:'
  57.   end
  58.   object Label3: TLabel
  59.     Left = 176
  60.     Top = 148
  61.     Width = 41
  62.     Height = 20
  63.     Caption = '4002'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clNavy
  66.     Font.Height = -16
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object Label4: TLabel
  72.     Left = 16
  73.     Top = 173
  74.     Width = 116
  75.     Height = 13
  76.     Caption = '&New number of samples:'
  77.     FocusControl = Edit1
  78.   end
  79.   object Label5: TLabel
  80.     Left = 119
  81.     Top = 110
  82.     Width = 50
  83.     Height = 24
  84.     Caption = '100%'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clNavy
  87.     Font.Height = -19
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object Label6: TLabel
  93.     Left = 142
  94.     Top = 88
  95.     Width = 14
  96.     Height = 13
  97.     Caption = '0%'
  98.   end
  99.   object Label7: TLabel
  100.     Left = 256
  101.     Top = 88
  102.     Width = 26
  103.     Height = 13
  104.     Hint = 'Multiplies Sample Number x2 (Half Speed)'
  105.     Caption = '100%'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.   end
  109.   object Label8: TLabel
  110.     Left = 8
  111.     Top = 88
  112.     Width = 29
  113.     Height = 13
  114.     Caption = '-100%'
  115.   end
  116.   object Image2: TImage
  117.     Left = 8
  118.     Top = 8
  119.     Width = 32
  120.     Height = 32
  121.     AutoSize = True
  122.     Picture.Data = {<image002.bmp>}
  123.     Transparent = True
  124.   end
  125.   object Label9: TLabel
  126.     Left = 72
  127.     Top = 88
  128.     Width = 20
  129.     Height = 13
  130.     Hint = 'Divide Sample Number /2  = Double Speed'
  131.     Caption = '50%'
  132.     ParentShowHint = False
  133.     ShowHint = True
  134.   end
  135.   object Button1: TButton
  136.     Left = 202
  137.     Top = 210
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&OK'
  141.     TabOrder = 0
  142.     OnClick = Button1Click
  143.   end
  144.   object Button2: TButton
  145.     Left = 202
  146.     Top = 234
  147.     Width = 75
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = '&Cancel'
  151.     TabOrder = 1
  152.     OnClick = Button2Click
  153.   end
  154.   object TrackBar1: TTrackBar
  155.     Left = 1
  156.     Top = 56
  157.     Width = 288
  158.     Height = 33
  159.     Max = 2000
  160.     Orientation = trHorizontal
  161.     Frequency = 100
  162.     Position = 1000
  163.     SelEnd = 1000
  164.     SelStart = 0
  165.     TabOrder = 2
  166.     TickMarks = tmBottomRight
  167.     TickStyle = tsAuto
  168.     OnChange = TrackBar1Change
  169.   end
  170.   object Edit1: TEdit
  171.     Left = 176
  172.     Top = 169
  173.     Width = 81
  174.     Height = 21
  175.     TabOrder = 3
  176.     OnExit = Edit1Exit
  177.     OnKeyPress = Edit1KeyPress
  178.   end
  179.   object SpinButton1: TSpinButton
  180.     Left = 8
  181.     Top = 110
  182.     Width = 20
  183.     Height = 25
  184.     DownGlyph.Data = {
  185.       DE000000424DDE00000000000000360000002800000009000000060000000100
  186.       180000000000A800000000000000000000000000000000000000008080008080
  187.       0080800080800080800080800080800080800080800C00808000808000808000
  188.       8080000000008080008080008080008080640080800080800080800000000000
  189.       000000000080800080800080800B008080008080000000000000000000000000
  190.       0000000080800080802000808000000000000000000000000000000000000000
  191.       0000008080650080800080800080800080800080800080800080800080800080
  192.       804C}
  193.     TabOrder = 4
  194.     UpGlyph.Data = {
  195.       DE000000424DDE00000000000000360000002800000009000000060000000100
  196.       180000000000A800000000000000000000000000000000000000008080008080
  197.       0080800080800080800080800080800080800080807000808000000000000000
  198.       0000000000000000000000000000008080000080800080800000000000000000
  199.       0000000000000000808000808000008080008080008080000000000000000000
  200.       0080800080800080808000808000808000808000808000000000808000808000
  201.       8080008080000080800080800080800080800080800080800080800080800080
  202.       8000}
  203.     OnDownClick = SpinButton1DownClick
  204.     OnUpClick = SpinButton1UpClick
  205.   end
  206.   object SpinButton2: TSpinButton
  207.     Left = 260
  208.     Top = 110
  209.     Width = 20
  210.     Height = 25
  211.     DownGlyph.Data = {
  212.       DE000000424DDE00000000000000360000002800000009000000060000000100
  213.       180000000000A800000000000000000000000000000000000000008080008080
  214.       0080800080800080800080800080800080800080800000808000808000808000
  215.       8080000000008080008080008080008080000080800080800080800000000000
  216.       0000000000808000808000808000008080008080000000000000000000000000
  217.       0000000080800080800000808000000000000000000000000000000000000000
  218.       0000008080000080800080800080800080800080800080800080800080800080
  219.       8000}
  220.     TabOrder = 5
  221.     UpGlyph.Data = {
  222.       DE000000424DDE00000000000000360000002800000009000000060000000100
  223.       180000000000A800000000000000000000000000000000000000008080008080
  224.       0080800080800080800080800080800080800080800000808000000000000000
  225.       0000000000000000000000000000008080000080800080800000000000000000
  226.       0000000000000000808000808000008080008080008080000000000000000000
  227.       0080800080800080800000808000808000808000808000000000808000808000
  228.       8080008080000080800080800080800080800080800080800080800080800080
  229.       8000}
  230.     OnDownClick = SpinButton2DownClick
  231.     OnUpClick = SpinButton2UpClick
  232.   end
  233.   object Button3: TButton
  234.     Left = 10
  235.     Top = 210
  236.     Width = 175
  237.     Height = 25
  238.     Caption = 'Half Speed (Num Samples x2)'
  239.     TabOrder = 6
  240.     OnClick = Button3Click
  241.   end
  242.   object Button4: TButton
  243.     Left = 10
  244.     Top = 234
  245.     Width = 175
  246.     Height = 25
  247.     Caption = 'Double Speed (Num Samples /2)'
  248.     TabOrder = 7
  249.     OnClick = Button4Click
  250.   end
  251. end
  252.