object dlgAlias: TdlgAlias Left = 121 Top = 8 BorderStyle = bsDialog Caption = 'Select Aliases To Install Into The BDE' ClientHeight = 346 ClientWidth = 462 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object pnlName: TPanel Left = 0 Top = 49 Width = 462 Height = 72 Align = alTop TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 33 Height = 13 Caption = 'Name' end object Label7: TLabel Left = 6 Top = 40 Width = 35 Height = 13 Caption = 'Driver' end object sbChangeName: TSpeedButton Left = 232 Top = 8 Width = 25 Height = 25 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559 1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559 1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559 193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011 11155557F755F777777555000755033305555577755F75F77F55555555503335 0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555 05555757F75F75557F5505000333555505557F777FF755557F55000000355557 07557777777F55557F5555000005555707555577777FF5557F55553000075557 0755557F7777FFF57555553350000055555555775777775555550000} NumGlyphs = 2 OnClick = sbChangeNameClick end object edName: TEdit Left = 48 Top = 8 Width = 177 Height = 25 AutoSize = False CharCase = ecUpperCase Enabled = False Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 0 end object cbDriverTypes: TComboBox Left = 48 Top = 40 Width = 177 Height = 24 Style = csDropDownList DropDownCount = 4 Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ItemHeight = 16 Items.Strings = ( 'ASCII' 'DBase' 'Paradox' 'SQL') ParentFont = False TabOrder = 1 OnChange = cbDriverTypesChange end end object pnlPath: TPanel Left = 0 Top = 121 Width = 462 Height = 81 Align = alTop TabOrder = 1 object Label2: TLabel Left = 16 Top = 16 Width = 27 Height = 13 Caption = 'Path' end object Label8: TLabel Left = 8 Top = 48 Width = 35 Height = 13 Caption = 'Group' end object edPath: TEdit Left = 48 Top = 16 Width = 321 Height = 25 TabStop = False AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnChange = edPathChange end object cbFileGroup: TComboBox Left = 48 Top = 48 Width = 169 Height = 24 Style = csDropDownList Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ItemHeight = 16 ParentFont = False TabOrder = 1 OnChange = cbFileGroupChange end end object pnlSQLParams: TPanel Left = 0 Top = 202 Width = 462 Height = 91 Align = alClient Enabled = False TabOrder = 2 object Label3: TLabel Left = 8 Top = 16 Width = 42 Height = 13 Caption = 'Params' end object Label5: TLabel Left = 16 Top = 72 Width = 356 Height = 13 Caption = 'SERVER NAME: server:/path/database;USER NAME: myname' end object Label6: TLabel Left = 16 Top = 48 Width = 52 Height = 13 Caption = 'Example:' end object edSQLParams: TEdit Left = 56 Top = 16 Width = 321 Height = 25 AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnChange = edSQLParamsChange end end object Panel1: TPanel Left = 0 Top = 0 Width = 462 Height = 49 Align = alTop TabOrder = 3 object btnAdd: TBitBtn Left = 90 Top = 7 Width = 65 Height = 33 Caption = 'Add' TabOrder = 0 OnClick = btnAddClick Glyph.Data = { E6000000424DE60000000000000076000000280000000E0000000E0000000100 0400000000007000000000000000000000001000000000000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3300333333333333330033333333333333003333300033333300333330F03333 3300333330F033333300330000F000033300330FFFFFFF033300330000F00003 3300333330F033333300333330F0333333003333300033333300333333333333 33003333333333333300} end object btnNext: TBitBtn Left = 306 Top = 7 Width = 65 Height = 33 Caption = 'Next' TabOrder = 1 OnClick = btnNextClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333333333333333333333333333333333333333333333 3333333333333333333333333333333333333333333FF3333333333333003333 3333333333773FF3333333333309003333333333337F773FF333333333099900 33333FFFFF7F33773FF30000000999990033777777733333773F099999999999 99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900 33333333337F3F77333333333309003333333333337F77333333333333003333 3333333333773333333333333333333333333333333333333333333333333333 33333333333333333333333333333333333333333333333333330000} NumGlyphs = 2 end object btnPrevious: TBitBtn Left = 234 Top = 7 Width = 65 Height = 33 Caption = 'Back' TabOrder = 2 OnClick = btnPreviousClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333333333333333333333333333333333333333333333 3333333333333FF3333333333333003333333333333F77F33333333333009033 333333333F7737F333333333009990333333333F773337FFFFFF330099999000 00003F773333377777770099999999999990773FF33333FFFFF7330099999000 000033773FF33777777733330099903333333333773FF7F33333333333009033 33333333337737F3333333333333003333333333333377333333333333333333 3333333333333333333333333333333333333333333333333333333333333333 33333333333333333333333333333333333333333333333333330000} NumGlyphs = 2 end object btnDelete: TBitBtn Left = 162 Top = 8 Width = 65 Height = 33 Caption = 'Delete' TabOrder = 3 OnClick = btnDeleteClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333FF3333333333333003333333333333377F33333333333307 733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770 000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777 777077777777777777773CCCCC00000000003777777777777777333330030FFF FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF 0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF 0F03333333337FFF7F7333333333000000333333333377777733} NumGlyphs = 2 end end object Panel3: TPanel Left = 0 Top = 293 Width = 462 Height = 53 Align = alBottom TabOrder = 4 object BitBtn1: TBitBtn Left = 138 Top = 8 Width = 89 Height = 33 TabOrder = 0 Kind = bkOK end object Cancel: TBitBtn Left = 236 Top = 8 Width = 89 Height = 33 TabOrder = 1 Kind = bkCancel end end end