home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 December / PCShareware-12-97.iso.bin / programy / recipe / _setup.1 / recipe.exe / 0 / RCDATA / TIMPORTEXPORTTABLEFORM / TIMPORTEXPORTTABLEFORM.txt
Text File  |  1997-10-09  |  7KB  |  224 lines

  1. inherited ImportExportTableForm: TImportExportTableForm
  2.   Left = 260
  3.   Top = 159
  4.   Width = 303
  5.   Height = 266
  6.   Caption = 'Import / Export Recipe Wizard'
  7.   Font.Color = clBlack
  8.   Font.Name = 'Arial'
  9.   KeyPreview = True
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 14
  13.   object Panel2: TPanel [0]
  14.     Left = 0
  15.     Top = 0
  16.     Width = 295
  17.     Height = 201
  18.     Align = alClient
  19.     BevelOuter = bvNone
  20.     BorderWidth = 5
  21.     TabOrder = 1
  22.     object PageControl1: TPageControl
  23.       Left = 5
  24.       Top = 5
  25.       Width = 285
  26.       Height = 191
  27.       ActivePage = Export
  28.       Align = alClient
  29.       TabOrder = 0
  30.       OnChange = PageControl1Change
  31.       object Import: TTabSheet
  32.         Caption = '  Import  '
  33.         object Label3: TLabel
  34.           Left = 10
  35.           Top = 6
  36.           Width = 63
  37.           Height = 14
  38.           Caption = '&File To Import'
  39.           FocusControl = edImportFile
  40.         end
  41.         object SpeedButton1: TSpeedButton
  42.           Left = 240
  43.           Top = 18
  44.           Width = 25
  45.           Height = 25
  46.           Glyph.Data = {
  47.             76010000424D7601000000000000760000002800000020000000100000000100
  48.             04000000000000010000120B0000120B00001000000000000000000000000000
  49.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  50.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  51.             333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  52.             300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  53.             333337F373F773333333303330033333333337F3377333333333303333333333
  54.             333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  55.             333337777F337F33333330330BB00333333337F373F773333333303330033333
  56.             333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  57.             333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  58.             333373F773333333333330033333333333333773333333333333}
  59.           NumGlyphs = 2
  60.           OnClick = SpeedButton1Click
  61.         end
  62.         object edImportFile: TEdit
  63.           Left = 10
  64.           Top = 20
  65.           Width = 224
  66.           Height = 22
  67.           TabOrder = 0
  68.           Text = 'edImportFile'
  69.         end
  70.         object rgFormat: TRadioGroup
  71.           Left = 8
  72.           Top = 54
  73.           Width = 239
  74.           Height = 37
  75.           Caption = 'Import Format'
  76.           Columns = 2
  77.           ItemIndex = 0
  78.           Items.Strings = (
  79.             'Plan A Meal'
  80.             'Meal-Master v8.00')
  81.           TabOrder = 1
  82.         end
  83.       end
  84.       object Export: TTabSheet
  85.         Caption = '  Export  '
  86.         object Label1: TLabel
  87.           Left = 10
  88.           Top = 6
  89.           Width = 77
  90.           Height = 14
  91.           Caption = '&File To Export to'
  92.           FocusControl = edExportFile
  93.         end
  94.         object SpeedButton2: TSpeedButton
  95.           Left = 240
  96.           Top = 18
  97.           Width = 25
  98.           Height = 25
  99.           Glyph.Data = {
  100.             76010000424D7601000000000000760000002800000020000000100000000100
  101.             04000000000000010000120B0000120B00001000000000000000000000000000
  102.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  103.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  104.             333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  105.             300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  106.             333337F373F773333333303330033333333337F3377333333333303333333333
  107.             333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  108.             333337777F337F33333330330BB00333333337F373F773333333303330033333
  109.             333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  110.             333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  111.             333373F773333333333330033333333333333773333333333333}
  112.           NumGlyphs = 2
  113.           OnClick = SpeedButton2Click
  114.         end
  115.         object Label2: TLabel
  116.           Left = 10
  117.           Top = 46
  118.           Width = 77
  119.           Height = 14
  120.           Caption = 'Select A Recipe'
  121.         end
  122.         object edExportFile: TEdit
  123.           Left = 10
  124.           Top = 20
  125.           Width = 224
  126.           Height = 22
  127.           TabOrder = 0
  128.           Text = 'edFile'
  129.         end
  130.         object clbRecipeName: TCheckListBox
  131.           Left = 10
  132.           Top = 60
  133.           Width = 249
  134.           Height = 95
  135.           ItemHeight = 14
  136.           TabOrder = 1
  137.         end
  138.       end
  139.     end
  140.   end
  141.   object Panel1: TPanel [1]
  142.     Left = 0
  143.     Top = 201
  144.     Width = 295
  145.     Height = 38
  146.     Align = alBottom
  147.     BevelOuter = bvNone
  148.     TabOrder = 0
  149.     object btnImport: TBitBtn
  150.       Left = 8
  151.       Top = 6
  152.       Width = 89
  153.       Height = 29
  154.       Caption = '&Import'
  155.       TabOrder = 0
  156.       OnClick = btnImportClick
  157.       Glyph.Data = {
  158.         76010000424D7601000000000000760000002800000020000000100000000100
  159.         04000000000000010000130B0000130B00001000000000000000000000000000
  160.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  161.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  162.         33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  163.         FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  164.         00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  165.         F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  166.         00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  167.         F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  168.         3333777777777777333333399033333333333337773333333333333903333333
  169.         3333333773333333333333303333333333333337333333333333}
  170.       NumGlyphs = 2
  171.     end
  172.     object btnExport: TBitBtn
  173.       Left = 8
  174.       Top = 6
  175.       Width = 89
  176.       Height = 29
  177.       Caption = '&Export'
  178.       TabOrder = 1
  179.       Visible = False
  180.       OnClick = btnExportClick
  181.       Glyph.Data = {
  182.         76010000424D7601000000000000760000002800000020000000100000000100
  183.         04000000000000010000130B0000130B00001000000000000000000000000000
  184.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  185.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  186.         333333333333337FF3333333333333903333333333333377FF33333333333399
  187.         03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  188.         99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  189.         99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  190.         03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  191.         33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  192.         33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  193.         3333777777333333333333333333333333333333333333333333}
  194.       NumGlyphs = 2
  195.     end
  196.     object btnOK: TBitBtn
  197.       Left = 101
  198.       Top = 6
  199.       Width = 89
  200.       Height = 29
  201.       Cancel = True
  202.       Caption = 'Close'
  203.       Font.Charset = DEFAULT_CHARSET
  204.       Font.Color = clBlack
  205.       Font.Height = -11
  206.       Font.Name = 'MS Sans Serif'
  207.       Font.Style = []
  208.       ModalResult = 1
  209.       ParentFont = False
  210.       TabOrder = 2
  211.     end
  212.   end
  213.   object OpenDialog: TOpenDialog [2]
  214.     Title = 'Select A File'
  215.     Left = 244
  216.     Top = 65532
  217.   end
  218.   inherited NiftyForm1: TNiftyForm
  219.     NiftyManager = nil
  220.     Left = 182
  221.     Top = 0
  222.   end
  223. end
  224.