home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTALI.DFM / INSTALI.txt
Text File  |  1995-05-22  |  9KB  |  312 lines

  1. object dlgAlias: TdlgAlias
  2.   Left = 121
  3.   Top = 8
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Aliases To Install Into The BDE'
  6.   ClientHeight = 346
  7.   ClientWidth = 462
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object pnlName: TPanel
  17.     Left = 0
  18.     Top = 49
  19.     Width = 462
  20.     Height = 72
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 8
  26.       Width = 33
  27.       Height = 13
  28.       Caption = 'Name'
  29.     end
  30.     object Label7: TLabel
  31.       Left = 6
  32.       Top = 40
  33.       Width = 35
  34.       Height = 13
  35.       Caption = 'Driver'
  36.     end
  37.     object sbChangeName: TSpeedButton
  38.       Left = 232
  39.       Top = 8
  40.       Width = 25
  41.       Height = 25
  42.       Glyph.Data = {
  43.         78010000424D7801000000000000760000002800000020000000100000000100
  44.         04000000000000000000120B0000120B00000000000000000000000000000000
  45.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  46.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  47.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  48.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  49.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  50.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  51.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  52.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  53.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  54.         0755557F7777FFF57555553350000055555555775777775555550000}
  55.       NumGlyphs = 2
  56.       OnClick = sbChangeNameClick
  57.     end
  58.     object edName: TEdit
  59.       Left = 48
  60.       Top = 8
  61.       Width = 177
  62.       Height = 25
  63.       AutoSize = False
  64.       CharCase = ecUpperCase
  65.       Enabled = False
  66.       Font.Color = clBlack
  67.       Font.Height = -13
  68.       Font.Name = 'System'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       ReadOnly = True
  72.       TabOrder = 0
  73.     end
  74.     object cbDriverTypes: TComboBox
  75.       Left = 48
  76.       Top = 40
  77.       Width = 177
  78.       Height = 24
  79.       Style = csDropDownList
  80.       DropDownCount = 4
  81.       Font.Color = clBlack
  82.       Font.Height = -13
  83.       Font.Name = 'System'
  84.       Font.Style = [fsBold]
  85.       ItemHeight = 16
  86.       Items.Strings = (
  87.         'ASCII'
  88.         'DBase'
  89.         'Paradox'
  90.         'SQL')
  91.       ParentFont = False
  92.       TabOrder = 1
  93.       OnChange = cbDriverTypesChange
  94.     end
  95.   end
  96.   object pnlPath: TPanel
  97.     Left = 0
  98.     Top = 121
  99.     Width = 462
  100.     Height = 81
  101.     Align = alTop
  102.     TabOrder = 1
  103.     object Label2: TLabel
  104.       Left = 16
  105.       Top = 16
  106.       Width = 27
  107.       Height = 13
  108.       Caption = 'Path'
  109.     end
  110.     object Label8: TLabel
  111.       Left = 8
  112.       Top = 48
  113.       Width = 35
  114.       Height = 13
  115.       Caption = 'Group'
  116.     end
  117.     object edPath: TEdit
  118.       Left = 48
  119.       Top = 16
  120.       Width = 321
  121.       Height = 25
  122.       TabStop = False
  123.       AutoSize = False
  124.       Font.Color = clBlack
  125.       Font.Height = -13
  126.       Font.Name = 'System'
  127.       Font.Style = [fsBold]
  128.       ParentFont = False
  129.       TabOrder = 0
  130.       OnChange = edPathChange
  131.     end
  132.     object cbFileGroup: TComboBox
  133.       Left = 48
  134.       Top = 48
  135.       Width = 169
  136.       Height = 24
  137.       Style = csDropDownList
  138.       Font.Color = clBlack
  139.       Font.Height = -13
  140.       Font.Name = 'System'
  141.       Font.Style = [fsBold]
  142.       ItemHeight = 16
  143.       ParentFont = False
  144.       TabOrder = 1
  145.       OnChange = cbFileGroupChange
  146.     end
  147.   end
  148.   object pnlSQLParams: TPanel
  149.     Left = 0
  150.     Top = 202
  151.     Width = 462
  152.     Height = 91
  153.     Align = alClient
  154.     Enabled = False
  155.     TabOrder = 2
  156.     object Label3: TLabel
  157.       Left = 8
  158.       Top = 16
  159.       Width = 42
  160.       Height = 13
  161.       Caption = 'Params'
  162.     end
  163.     object Label5: TLabel
  164.       Left = 16
  165.       Top = 72
  166.       Width = 356
  167.       Height = 13
  168.       Caption = 'SERVER NAME: server:/path/database;USER NAME: myname'
  169.     end
  170.     object Label6: TLabel
  171.       Left = 16
  172.       Top = 48
  173.       Width = 52
  174.       Height = 13
  175.       Caption = 'Example:'
  176.     end
  177.     object edSQLParams: TEdit
  178.       Left = 56
  179.       Top = 16
  180.       Width = 321
  181.       Height = 25
  182.       AutoSize = False
  183.       Font.Color = clBlack
  184.       Font.Height = -13
  185.       Font.Name = 'System'
  186.       Font.Style = [fsBold]
  187.       ParentFont = False
  188.       TabOrder = 0
  189.       OnChange = edSQLParamsChange
  190.     end
  191.   end
  192.   object Panel1: TPanel
  193.     Left = 0
  194.     Top = 0
  195.     Width = 462
  196.     Height = 49
  197.     Align = alTop
  198.     TabOrder = 3
  199.     object btnAdd: TBitBtn
  200.       Left = 90
  201.       Top = 7
  202.       Width = 65
  203.       Height = 33
  204.       Caption = 'Add'
  205.       TabOrder = 0
  206.       OnClick = btnAddClick
  207.       Glyph.Data = {
  208.         E6000000424DE60000000000000076000000280000000E0000000E0000000100
  209.         0400000000007000000000000000000000001000000000000000000000000000
  210.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  211.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  212.         3300333333333333330033333333333333003333300033333300333330F03333
  213.         3300333330F033333300330000F000033300330FFFFFFF033300330000F00003
  214.         3300333330F033333300333330F0333333003333300033333300333333333333
  215.         33003333333333333300}
  216.     end
  217.     object btnNext: TBitBtn
  218.       Left = 306
  219.       Top = 7
  220.       Width = 65
  221.       Height = 33
  222.       Caption = 'Next'
  223.       TabOrder = 1
  224.       OnClick = btnNextClick
  225.       Glyph.Data = {
  226.         78010000424D7801000000000000760000002800000020000000100000000100
  227.         04000000000000000000120B0000120B00000000000000000000000000000000
  228.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  229.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  230.         3333333333333333333333333333333333333333333333333333333333333333
  231.         3333333333333333333333333333333333333333333FF3333333333333003333
  232.         3333333333773FF3333333333309003333333333337F773FF333333333099900
  233.         33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  234.         99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  235.         33333333337F3F77333333333309003333333333337F77333333333333003333
  236.         3333333333773333333333333333333333333333333333333333333333333333
  237.         33333333333333333333333333333333333333333333333333330000}
  238.       NumGlyphs = 2
  239.     end
  240.     object btnPrevious: TBitBtn
  241.       Left = 234
  242.       Top = 7
  243.       Width = 65
  244.       Height = 33
  245.       Caption = 'Back'
  246.       TabOrder = 2
  247.       OnClick = btnPreviousClick
  248.       Glyph.Data = {
  249.         78010000424D7801000000000000760000002800000020000000100000000100
  250.         04000000000000000000120B0000120B00000000000000000000000000000000
  251.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  252.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  253.         3333333333333333333333333333333333333333333333333333333333333333
  254.         3333333333333FF3333333333333003333333333333F77F33333333333009033
  255.         333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  256.         00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  257.         000033773FF33777777733330099903333333333773FF7F33333333333009033
  258.         33333333337737F3333333333333003333333333333377333333333333333333
  259.         3333333333333333333333333333333333333333333333333333333333333333
  260.         33333333333333333333333333333333333333333333333333330000}
  261.       NumGlyphs = 2
  262.     end
  263.     object btnDelete: TBitBtn
  264.       Left = 162
  265.       Top = 8
  266.       Width = 65
  267.       Height = 33
  268.       Caption = 'Delete'
  269.       TabOrder = 3
  270.       OnClick = btnDeleteClick
  271.       Glyph.Data = {
  272.         76010000424D7601000000000000760000002800000020000000100000000100
  273.         04000000000000010000130B0000130B00000000000000000000000000000000
  274.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  275.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  276.         3333333333333333FF3333333333333003333333333333377F33333333333307
  277.         733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  278.         000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  279.         777077777777777777773CCCCC00000000003777777777777777333330030FFF
  280.         FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  281.         FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  282.         0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  283.         0F03333333337FFF7F7333333333000000333333333377777733}
  284.       NumGlyphs = 2
  285.     end
  286.   end
  287.   object Panel3: TPanel
  288.     Left = 0
  289.     Top = 293
  290.     Width = 462
  291.     Height = 53
  292.     Align = alBottom
  293.     TabOrder = 4
  294.     object BitBtn1: TBitBtn
  295.       Left = 138
  296.       Top = 8
  297.       Width = 89
  298.       Height = 33
  299.       TabOrder = 0
  300.       Kind = bkOK
  301.     end
  302.     object Cancel: TBitBtn
  303.       Left = 236
  304.       Top = 8
  305.       Width = 89
  306.       Height = 33
  307.       TabOrder = 1
  308.       Kind = bkCancel
  309.     end
  310.   end
  311. end
  312.