home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TTXTFRM / TTXTFRM.txt
Text File  |  2005-05-01  |  2KB  |  124 lines

  1. object Txtfrm: TTxtfrm
  2.   Left = 244
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Txt Selection'
  6.   ClientHeight = 232
  7.   ClientWidth = 279
  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 16
  22.     Width = 3
  23.     Height = 13
  24.     FocusControl = Edit1
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 48
  29.     Width = 66
  30.     Height = 13
  31.     Caption = '&Line Delimiter:'
  32.     FocusControl = Edit2
  33.   end
  34.   object rd2: TRadioGroup
  35.     Left = 144
  36.     Top = 8
  37.     Width = 121
  38.     Height = 177
  39.     Caption = '&Line Delimiter:'
  40.     ItemIndex = 3
  41.     Items.Strings = (
  42.       ';'
  43.       ','
  44.       'Tab'
  45.       'New Line'
  46.       'Enter'
  47.       'Space'
  48.       'Other')
  49.     TabOrder = 5
  50.     OnClick = rd2Click
  51.   end
  52.   object rd1: TRadioGroup
  53.     Left = 16
  54.     Top = 8
  55.     Width = 121
  56.     Height = 177
  57.     Caption = 'C&olumn Delimiter:'
  58.     ItemIndex = 0
  59.     Items.Strings = (
  60.       ';'
  61.       ','
  62.       'Tab'
  63.       'New Line'
  64.       'Enter'
  65.       'Space'
  66.       'Other')
  67.     TabOrder = 4
  68.     OnClick = rd1Click
  69.   end
  70.   object Button1: TButton
  71.     Left = 52
  72.     Top = 201
  73.     Width = 85
  74.     Height = 24
  75.     Caption = '&OK'
  76.     ModalResult = 1
  77.     TabOrder = 0
  78.     OnClick = Button1Click
  79.   end
  80.   object Button2: TButton
  81.     Left = 153
  82.     Top = 200
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 1
  88.     OnClick = Button2Click
  89.   end
  90.   object Edit1: TEdit
  91.     Left = 88
  92.     Top = 154
  93.     Width = 41
  94.     Height = 24
  95.     Color = 8454143
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clWindowText
  98.     Font.Height = -13
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     MaxLength = 1
  102.     ParentFont = False
  103.     TabOrder = 2
  104.     Text = ';'
  105.     Visible = False
  106.   end
  107.   object Edit2: TEdit
  108.     Left = 216
  109.     Top = 154
  110.     Width = 41
  111.     Height = 24
  112.     Color = 7452927
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -13
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsBold]
  118.     MaxLength = 1
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     Visible = False
  122.   end
  123. end
  124.