home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / PersAddrBook / _SETUP.1 / AddrBook.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  1999-03-24  |  5KB  |  194 lines

  1. object ImportForm: TImportForm
  2.   Left = 224
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'PAB data Import'
  6.   ClientHeight = 154
  7.   ClientWidth = 320
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label3: TLabel
  18.     Left = 10
  19.     Top = 85
  20.     Width = 85
  21.     Height = 13
  22.     Caption = 'Import file location'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object PabFormatRadioGroup: TRadioGroup
  31.     Left = 155
  32.     Top = 5
  33.     Width = 162
  34.     Height = 75
  35.     Caption = 'PAB Version'
  36.     ItemIndex = 1
  37.     Items.Strings = (
  38.       'Version 1.6 - 3.0'
  39.       'Version 4.0')
  40.     TabOrder = 6
  41.     Visible = False
  42.     OnClick = PabFormatRadioGroupClick
  43.   end
  44.   object LocationEdit: TEdit
  45.     Left = 6
  46.     Top = 100
  47.     Width = 249
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object BrowseButton: TButton
  52.     Left = 259
  53.     Top = 100
  54.     Width = 55
  55.     Height = 22
  56.     Caption = 'Browse'
  57.     TabOrder = 1
  58.     OnClick = BrowseButtonClick
  59.   end
  60.   object CloseButton: TBitBtn
  61.     Left = 247
  62.     Top = 129
  63.     Width = 70
  64.     Height = 24
  65.     Caption = '&Close'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.     Glyph.Data = {
  70.       DE010000424DDE01000000000000760000002800000024000000120000000100
  71.       0400000000006801000000000000000000001000000000000000000000000000
  72.       80000080000000808000800000008000800080800000C0C0C000808080000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  74.       F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  75.       000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  76.       338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  77.       45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  78.       3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  79.       F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  80.       000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  81.       338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  82.       4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  83.       8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  84.       333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  85.       0000}
  86.     NumGlyphs = 2
  87.   end
  88.   object HelpButton: TBitBtn
  89.     Left = 175
  90.     Top = 129
  91.     Width = 70
  92.     Height = 24
  93.     TabOrder = 3
  94.     OnClick = HelpButtonClick
  95.     Kind = bkHelp
  96.   end
  97.   object ImportButton: TBitBtn
  98.     Left = 103
  99.     Top = 129
  100.     Width = 70
  101.     Height = 24
  102.     Caption = 'Import'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = [fsBold]
  108.     ParentFont = False
  109.     TabOrder = 4
  110.     OnClick = ImportButtonClick
  111.     Glyph.Data = {
  112.       76010000424D7601000000000000760000002800000020000000100000000100
  113.       04000000000000010000130B0000130B00001000000000000000000000000000
  114.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  115.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  116.       33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  117.       FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  118.       00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  119.       F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  120.       00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  121.       F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  122.       3333777777777777333333399033333333333337773333333333333903333333
  123.       3333333773333333333333303333333333333337333333333333}
  124.     NumGlyphs = 2
  125.   end
  126.   object DelimitedFormatGroupBox: TGroupBox
  127.     Left = 155
  128.     Top = 5
  129.     Width = 162
  130.     Height = 75
  131.     Caption = 'Data Fromat'
  132.     TabOrder = 5
  133.     object Label1: TLabel
  134.       Left = 16
  135.       Top = 54
  136.       Width = 63
  137.       Height = 13
  138.       Caption = 'Field wrapper'
  139.     end
  140.     object WrapperEdit: TEdit
  141.       Left = 92
  142.       Top = 49
  143.       Width = 25
  144.       Height = 21
  145.       MaxLength = 1
  146.       TabOrder = 0
  147.       OnChange = WrapperChanged
  148.     end
  149.     object TabRButton: TRadioButton
  150.       Left = 11
  151.       Top = 32
  152.       Width = 120
  153.       Height = 17
  154.       Caption = 'Tab Delimited'
  155.       TabOrder = 1
  156.       OnClick = RadioButtonClick
  157.     end
  158.     object CommaRButton: TRadioButton
  159.       Left = 11
  160.       Top = 14
  161.       Width = 120
  162.       Height = 17
  163.       Caption = 'Comma Delimited'
  164.       Checked = True
  165.       TabOrder = 2
  166.       TabStop = True
  167.       OnClick = RadioButtonClick
  168.     end
  169.   end
  170.   object ImportFileFormatRadioGroup: TRadioGroup
  171.     Left = 8
  172.     Top = 5
  173.     Width = 140
  174.     Height = 75
  175.     Caption = 'Import File Format'
  176.     ItemIndex = 0
  177.     Items.Strings = (
  178.       'Delimited'
  179.       'PAB')
  180.     TabOrder = 7
  181.     OnClick = ImportFileFormatRadioGroupClick
  182.   end
  183.   object OpenDialog: TOpenDialog
  184.     DefaultExt = 'txt'
  185.     Filter = 
  186.       'Text files (*.txt)|*.txt|PAB files (*.pab)|*.pab|All files (*.*)' +
  187.       '|*.*'
  188.     Options = [ofNoChangeDir, ofPathMustExist, ofFileMustExist]
  189.     Title = 'Select Import File'
  190.     Left = 16
  191.     Top = 127
  192.   end
  193. end
  194.