home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / ftp / netload / netload.exe / 0 / RCDATA / TPROMPTDLG / TPROMPTDLG.txt
Text File  |  1998-01-02  |  3KB  |  98 lines

  1. object promptDlg: TpromptDlg
  2.   Left = 201
  3.   Top = 377
  4.   BorderStyle = bsDialog
  5.   Caption = 'NetLoad'
  6.   ClientHeight = 95
  7.   ClientWidth = 465
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 7
  17.     Width = 345
  18.     Height = 80
  19.     Shape = bsFrame
  20.   end
  21.   object prompt2Lbl: TLabel
  22.     Left = 15
  23.     Top = 53
  24.     Width = 322
  25.     Height = 15
  26.     AutoSize = False
  27.     Caption = 'prompt2Lbl'
  28.   end
  29.   object prompt1Lbl: TLabel
  30.     Left = 15
  31.     Top = 29
  32.     Width = 322
  33.     Height = 15
  34.     AutoSize = False
  35.     Caption = 'prompt1Lbl'
  36.   end
  37.   object yesBtn: TBitBtn
  38.     Left = 366
  39.     Top = 7
  40.     Width = 90
  41.     Height = 23
  42.     Caption = '&Yes'
  43.     ModalResult = 6
  44.     TabOrder = 0
  45.     OnClick = yesBtnClick
  46.     Glyph.Data = {
  47.       76010000424D7601000000000000760000002800000020000000100000000100
  48.       0400000000000001000000000000000000001000000010000000000000000000
  49.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  51.       555555555555555555555555555555555555555555FF5555555555555A055555
  52.       55555555577FF55555555555AAA05555555555557777F55555555555AAA05555
  53.       555555557777FF555555555AAAAA05555555555777777F55555555AAAAAA0555
  54.       5555557777777FF555555AAA05AAA05555555777757777F55555AA05555AA055
  55.       55557775555777FF55555555555AAA05555555555557777F555555555555AA05
  56.       555555555555777FF555555555555AA05555555555555777FF555555555555AA
  57.       05555555555555777FF555555555555AA05555555555555777F5555555555555
  58.       AA55555555555555777555555555555555555555555555555555}
  59.     NumGlyphs = 2
  60.   end
  61.   object NoBtn: TBitBtn
  62.     Left = 366
  63.     Top = 35
  64.     Width = 90
  65.     Height = 23
  66.     Caption = '&No'
  67.     ModalResult = 7
  68.     TabOrder = 1
  69.     OnClick = NoBtnClick
  70.     Glyph.Data = {
  71.       76010000424D7601000000000000760000002800000020000000100000000100
  72.       0400000000000001000000000000000000001000000010000000000000000000
  73.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  74.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  75.       333333333333333333333333333333333333333FFF3333333FFF339990333333
  76.       999333777FF3333377733339990333399903333777F333377733333399903399
  77.       90333333777F33777333333339990999033333333777F7773333333333999990
  78.       3333333333777773333333333339990333333333333777FF3333333333999990
  79.       333333333377777FF3333333399909990333333337773777FF33333399903399
  80.       90333333777333377FF3333999033339990333377733333777FF339990333333
  81.       9993337773333333777333333333333333333333333333333333333333333333
  82.       3333333333333333333333333333333333333333333333333333}
  83.     NumGlyphs = 2
  84.   end
  85.   object cancelBtn: TBitBtn
  86.     Left = 366
  87.     Top = 63
  88.     Width = 90
  89.     Height = 23
  90.     Caption = '&Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 2
  93.     Visible = False
  94.     OnClick = cancelBtnClick
  95.     NumGlyphs = 2
  96.   end
  97. end
  98.