home *** CD-ROM | disk | FTP | other *** search
- object LoadForm: TLoadForm
- Left = 206
- Top = 153
- BorderStyle = bsDialog
- Caption = 'Load Transfer Set'
- ClientHeight = 174
- ClientWidth = 259
- 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 = 0
- Width = 61
- Height = 13
- Caption = 'Transfer Set:'
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 16
- Width = 241
- Height = 21
- Hint = 'Select Transfer Set From Drop-Down List'
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 176
- Top = 48
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 176
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- Kind = bkCancel
- end
- object BitBtn3: TBitBtn
- Left = 176
- Top = 144
- 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 RadioGroup1: TRadioGroup
- Left = 8
- Top = 56
- Width = 153
- Height = 49
- Caption = 'Load Type'
- ItemIndex = 0
- Items.Strings = (
- 'Replace'
- 'Merge')
- TabOrder = 1
- end
- object BitBtn4: TBitBtn
- Left = 176
- Top = 112
- Width = 75
- Height = 25
- TabOrder = 4
- OnClick = BitBtn4Click
- Kind = bkHelp
- end
- end
-