home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMECHO / TFMECHO.txt
Text File  |  1999-04-03  |  5KB  |  231 lines

  1. object fmEcho: TfmEcho
  2.   Left = 225
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Echo'
  6.   ClientHeight = 172
  7.   ClientWidth = 238
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsItalic]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label2: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 35
  21.     Height = 14
  22.     Caption = 'Interval'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label3: TLabel
  31.     Left = 120
  32.     Top = 16
  33.     Width = 28
  34.     Height = 14
  35.     Caption = 'Count'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 112
  45.     Top = 98
  46.     Width = 39
  47.     Height = 14
  48.     Caption = 'Velocity'
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 16
  58.     Top = 48
  59.     Width = 207
  60.     Height = 3
  61.     Style = bsRaised
  62.   end
  63.   object RotateLabel1: TRotateLabel
  64.     Left = 11
  65.     Top = 137
  66.     Width = 53
  67.     Height = 27
  68.     Escapement = 355
  69.     TextStyle = tsRecessed
  70.     Caption = 'Echo'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clSilver
  73.     Font.Height = -21
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object panelRes: TPanel
  79.     Left = 65
  80.     Top = 13
  81.     Width = 30
  82.     Height = 19
  83.     Cursor = crHandPoint
  84.     Hint = 'Edit resolution'
  85.     BevelOuter = bvNone
  86.     Caption = '16'
  87.     Color = clBlack
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWhite
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     TabOrder = 1
  97.     OnMouseDown = panelResMouseDown
  98.     OnMouseUp = panelResMouseUp
  99.   end
  100.   object Button1: TButton
  101.     Left = 154
  102.     Top = 138
  103.     Width = 71
  104.     Height = 25
  105.     Caption = '&Cancel'
  106.     Font.Charset = ANSI_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -11
  109.     Font.Name = 'Arial'
  110.     Font.Style = [fsBold]
  111.     ModalResult = 2
  112.     ParentFont = False
  113.     TabOrder = 2
  114.   end
  115.   object Button2: TButton
  116.     Left = 74
  117.     Top = 138
  118.     Width = 71
  119.     Height = 25
  120.     Caption = '&OK'
  121.     Default = True
  122.     Font.Charset = ANSI_CHARSET
  123.     Font.Color = clWindowText
  124.     Font.Height = -11
  125.     Font.Name = 'Arial'
  126.     Font.Style = [fsBold]
  127.     ModalResult = 1
  128.     ParentFont = False
  129.     TabOrder = 0
  130.     OnClick = Button2Click
  131.   end
  132.   object rbFading: TRadioButton
  133.     Left = 16
  134.     Top = 67
  135.     Width = 57
  136.     Height = 17
  137.     Caption = 'Fading'
  138.     Checked = True
  139.     Font.Charset = ANSI_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -11
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 3
  146.     TabStop = True
  147.   end
  148.   object rbStatic: TRadioButton
  149.     Left = 16
  150.     Top = 97
  151.     Width = 57
  152.     Height = 17
  153.     Caption = 'Static'
  154.     Font.Charset = ANSI_CHARSET
  155.     Font.Color = clWindowText
  156.     Font.Height = -11
  157.     Font.Name = 'Arial'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 4
  161.   end
  162.   object editCount: TEdit
  163.     Left = 160
  164.     Top = 12
  165.     Width = 40
  166.     Height = 21
  167.     Hint = 'Repeat count (1-20)'
  168.     Color = clBlack
  169.     Font.Charset = DEFAULT_CHARSET
  170.     Font.Color = clWhite
  171.     Font.Height = -11
  172.     Font.Name = 'MS Sans Serif'
  173.     Font.Style = []
  174.     ParentFont = False
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 5
  178.     Text = '3'
  179.     OnExit = editCountExit
  180.     OnKeyPress = editCountKeyPress
  181.   end
  182.   object editVel: TEdit
  183.     Left = 160
  184.     Top = 95
  185.     Width = 41
  186.     Height = 21
  187.     Hint = 'Statis velocity (1-127)'
  188.     Color = clBlack
  189.     Font.Charset = DEFAULT_CHARSET
  190.     Font.Color = clWhite
  191.     Font.Height = -11
  192.     Font.Name = 'MS Sans Serif'
  193.     Font.Style = []
  194.     ParentFont = False
  195.     ParentShowHint = False
  196.     ShowHint = True
  197.     TabOrder = 6
  198.     Text = '64'
  199.     OnExit = editVelExit
  200.     OnKeyPress = editVelKeyPress
  201.   end
  202.   object PopupRes: TPopupMenu
  203.     Left = 216
  204.     Top = 144
  205.     object N641: TMenuItem
  206.       Caption = '64'
  207.       OnClick = N641Click
  208.     end
  209.     object N321: TMenuItem
  210.       Caption = '32'
  211.       OnClick = N321Click
  212.     end
  213.     object N162: TMenuItem
  214.       Caption = '16'
  215.       OnClick = N162Click
  216.     end
  217.     object N42: TMenuItem
  218.       Caption = '8'
  219.       OnClick = N42Click
  220.     end
  221.     object N22: TMenuItem
  222.       Caption = '4'
  223.       OnClick = N22Click
  224.     end
  225.     object N23: TMenuItem
  226.       Caption = '2'
  227.       OnClick = N23Click
  228.     end
  229.   end
  230. end
  231.