home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TCANSAVEDIALOG / TCANSAVEDIALOG.txt < prev   
Text File  |  1999-11-29  |  2KB  |  96 lines

  1. object CanSaveDialog: TCanSaveDialog
  2.   Left = 564
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save'
  6.   ClientHeight = 147
  7.   ClientWidth = 268
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object FilenameLabel: TLabel
  16.     Left = 65
  17.     Top = 13
  18.     Width = 157
  19.     Height = 16
  20.     Caption = 'filename already exists.'
  21.     Font.Color = clWindowText
  22.     Font.Height = -12
  23.     Font.Name = 'System'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 65
  29.     Top = 33
  30.     Width = 168
  31.     Height = 16
  32.     Caption = 'Do you want to replace it?'
  33.     Font.Color = clWindowText
  34.     Font.Height = -12
  35.     Font.Name = 'System'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Image1: TImage
  40.     Left = 20
  41.     Top = 20
  42.     Width = 27
  43.     Height = 27
  44.     AutoSize = True
  45.     Picture.Data = {<image000.bmp>}
  46.   end
  47.   object Button1: TButton
  48.     Left = 78
  49.     Top = 72
  50.     Width = 61
  51.     Height = 28
  52.     Caption = '&Yes'
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = 'System'
  56.     Font.Style = []
  57.     ModalResult = 1
  58.     ParentFont = False
  59.     TabOrder = 2
  60.   end
  61.   object SaveAsButton: TButton
  62.     Left = 78
  63.     Top = 111
  64.     Width = 137
  65.     Height = 28
  66.     Caption = '&Change filename'
  67.     Font.Color = clWindowText
  68.     Font.Height = -12
  69.     Font.Name = 'System'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     OnClick = SaveAsButtonClick
  74.   end
  75.   object Button3: TButton
  76.     Left = 154
  77.     Top = 72
  78.     Width = 61
  79.     Height = 28
  80.     Caption = '&No'
  81.     Font.Color = clWindowText
  82.     Font.Height = -12
  83.     Font.Name = 'System'
  84.     Font.Style = []
  85.     ModalResult = 3
  86.     ParentFont = False
  87.     TabOrder = 1
  88.   end
  89.   object SaveDialog: TSaveDialog
  90.     FileEditStyle = fsEdit
  91.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  92.     Left = 32
  93.     Top = 96
  94.   end
  95. end
  96.