object SaveForm: TSaveForm Left = 191 Top = 168 BorderStyle = bsDialog Caption = 'Save Transfer Set' ClientHeight = 239 ClientWidth = 312 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 43 Height = 13 Caption = 'Save As:' end object Label2: TLabel Left = 8 Top = 56 Width = 105 Height = 13 Caption = 'Existing Transfer Sets:' end object BitBtn1: TBitBtn Left = 232 Top = 16 Width = 75 Height = 25 Caption = '&OK' TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 232 Top = 48 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 3 Kind = bkCancel end object BitBtn3: TBitBtn Left = 232 Top = 128 Width = 75 Height = 25 Hint = 'Delete Selected Transfer Set' Caption = '&Delete' TabOrder = 5 OnClick = BitBtn3Click Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033 3333333337FFF7F33333333330000033333333333777773333330000} NumGlyphs = 2 end object ListBox1: TListBox Left = 8 Top = 72 Width = 209 Height = 161 ItemHeight = 13 Sorted = True TabOrder = 1 end object Edit1: TEdit Left = 8 Top = 24 Width = 209 Height = 21 Hint = 'Enter A Name For The Transfer Set' TabOrder = 0 end object BitBtn4: TBitBtn Left = 232 Top = 80 Width = 75 Height = 25 TabOrder = 4 OnClick = BitBtn4Click Kind = bkHelp end end