home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_nl37b.zip / netLoad.exe / 0 / RCDATA / TPROMPTDLG / TPROMPTDLG.txt
Text File  |  1997-08-10  |  3KB  |  101 lines

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