home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95visua / visua.exe / 0 / RCDATA / TCHANGEDLG / TCHANGEDLG.txt
Text File  |  1997-12-09  |  3KB  |  141 lines

  1. object ChangeDlg: TChangeDlg
  2.   Left = 336
  3.   Top = 336
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 123
  8.   ClientWidth = 388
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 105
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object CurrentDir: TLabel
  26.     Left = 24
  27.     Top = 24
  28.     Width = 49
  29.     Height = 14
  30.     Caption = 'CurrentDir'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 24
  40.     Top = 48
  41.     Width = 27
  42.     Height = 14
  43.     Caption = 'From:'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label2: TLabel
  52.     Left = 24
  53.     Top = 80
  54.     Width = 15
  55.     Height = 14
  56.     Caption = 'To:'
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object OKBtn: TButton
  65.     Left = 300
  66.     Top = 8
  67.     Width = 77
  68.     Height = 27
  69.     Caption = 'OK'
  70.     Default = True
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'Arial'
  75.     Font.Style = []
  76.     ModalResult = 1
  77.     ParentFont = False
  78.     TabOrder = 0
  79.   end
  80.   object CancelBtn: TButton
  81.     Left = 300
  82.     Top = 40
  83.     Width = 77
  84.     Height = 27
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     Font.Charset = ANSI_CHARSET
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ModalResult = 2
  93.     ParentFont = False
  94.     TabOrder = 1
  95.   end
  96.   object ToFileName: TEdit
  97.     Left = 64
  98.     Top = 80
  99.     Width = 209
  100.     Height = 22
  101.     TabOrder = 2
  102.   end
  103.   object FromFileName: TEdit
  104.     Left = 64
  105.     Top = 48
  106.     Width = 209
  107.     Height = 22
  108.     TabOrder = 3
  109.   end
  110.   object MultiLang1: TMultiLang
  111.     Languages = 2
  112.     Words.Strings = (
  113.       '%Form%'
  114.       'Dialog'
  115.       ''
  116.       'CurrentDir'
  117.       'CurrentDir'
  118.       'Directory corrente'
  119.       'Label1'
  120.       'From:'
  121.       'Da:'
  122.       'Label2'
  123.       'To:'
  124.       'A:'
  125.       'OKBtn'
  126.       'OK'
  127.       'Ok'
  128.       'CancelBtn'
  129.       'Cancel'
  130.       'Annulla'
  131.       'ToFileName'
  132.       ''
  133.       ''
  134.       'FromFileName'
  135.       ''
  136.       '')
  137.     Left = 208
  138.     Top = 16
  139.   end
  140. end
  141.