object SpeedUpDownfrm: TSpeedUpDownfrm Left = 180 Top = 105 BorderStyle = bsDialog Caption = 'Speed Up/Down' ClientHeight = 267 ClientWidth = 294 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 144 Width = 273 Height = 57 end object Image1: TImage Left = 0 Top = 0 Width = 303 Height = 27 Stretch = True end object Image3: TImage Left = 102 Top = 0 Width = 192 Height = 267 Align = alRight AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 50 Top = 40 Width = 193 Height = 13 Caption = '&Percent (%) of variation (Sample Number)' FocusControl = TrackBar1 end object Label2: TLabel Left = 16 Top = 152 Width = 124 Height = 13 Caption = 'Actual number of samples:' end object Label3: TLabel Left = 176 Top = 148 Width = 41 Height = 20 Caption = '4002' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 16 Top = 173 Width = 116 Height = 13 Caption = '&New number of samples:' FocusControl = Edit1 end object Label5: TLabel Left = 119 Top = 110 Width = 50 Height = 24 Caption = '100%' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 142 Top = 88 Width = 14 Height = 13 Caption = '0%' end object Label7: TLabel Left = 256 Top = 88 Width = 26 Height = 13 Hint = 'Multiplies Sample Number x2 (Half Speed)' Caption = '100%' ParentShowHint = False ShowHint = True end object Label8: TLabel Left = 8 Top = 88 Width = 29 Height = 13 Caption = '-100%' end object Image2: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label9: TLabel Left = 72 Top = 88 Width = 20 Height = 13 Hint = 'Divide Sample Number /2 = Double Speed' Caption = '50%' ParentShowHint = False ShowHint = True end object Button1: TButton Left = 202 Top = 210 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 202 Top = 234 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end object TrackBar1: TTrackBar Left = 1 Top = 56 Width = 288 Height = 33 Max = 2000 Orientation = trHorizontal Frequency = 100 Position = 1000 SelEnd = 1000 SelStart = 0 TabOrder = 2 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Edit1: TEdit Left = 176 Top = 169 Width = 81 Height = 21 TabOrder = 3 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end object SpinButton1: TSpinButton Left = 8 Top = 110 Width = 20 Height = 25 DownGlyph.Data = { DE000000424DDE00000000000000360000002800000009000000060000000100 180000000000A800000000000000000000000000000000000000008080008080 0080800080800080800080800080800080800080800C00808000808000808000 8080000000008080008080008080008080640080800080800080800000000000 000000000080800080800080800B008080008080000000000000000000000000 0000000080800080802000808000000000000000000000000000000000000000 0000008080650080800080800080800080800080800080800080800080800080 804C} TabOrder = 4 UpGlyph.Data = { DE000000424DDE00000000000000360000002800000009000000060000000100 180000000000A800000000000000000000000000000000000000008080008080 0080800080800080800080800080800080800080807000808000000000000000 0000000000000000000000000000008080000080800080800000000000000000 0000000000000000808000808000008080008080008080000000000000000000 0080800080800080808000808000808000808000808000000000808000808000 8080008080000080800080800080800080800080800080800080800080800080 8000} OnDownClick = SpinButton1DownClick OnUpClick = SpinButton1UpClick end object SpinButton2: TSpinButton Left = 260 Top = 110 Width = 20 Height = 25 DownGlyph.Data = { DE000000424DDE00000000000000360000002800000009000000060000000100 180000000000A800000000000000000000000000000000000000008080008080 0080800080800080800080800080800080800080800000808000808000808000 8080000000008080008080008080008080000080800080800080800000000000 0000000000808000808000808000008080008080000000000000000000000000 0000000080800080800000808000000000000000000000000000000000000000 0000008080000080800080800080800080800080800080800080800080800080 8000} TabOrder = 5 UpGlyph.Data = { DE000000424DDE00000000000000360000002800000009000000060000000100 180000000000A800000000000000000000000000000000000000008080008080 0080800080800080800080800080800080800080800000808000000000000000 0000000000000000000000000000008080000080800080800000000000000000 0000000000000000808000808000008080008080008080000000000000000000 0080800080800080800000808000808000808000808000000000808000808000 8080008080000080800080800080800080800080800080800080800080800080 8000} OnDownClick = SpinButton2DownClick OnUpClick = SpinButton2UpClick end object Button3: TButton Left = 10 Top = 210 Width = 175 Height = 25 Caption = 'Half Speed (Num Samples x2)' TabOrder = 6 OnClick = Button3Click end object Button4: TButton Left = 10 Top = 234 Width = 175 Height = 25 Caption = 'Double Speed (Num Samples /2)' TabOrder = 7 OnClick = Button4Click end end