home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / CHGNAME.ZIP / _SETUP.1 / Chgname.exe / 0 / RCDATA / TNAME / TNAME.txt
Text File  |  1997-02-14  |  7KB  |  286 lines

  1. object Name: TName
  2.   Left = 321
  3.   Top = 181
  4.   HelpContext = 3
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Filename'
  8.   ClientHeight = 377
  9.   ClientWidth = 505
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel2: TBevel
  19.     Left = 8
  20.     Top = 192
  21.     Width = 489
  22.     Height = 145
  23.     Style = bsRaised
  24.   end
  25.   object Bevel3: TBevel
  26.     Left = 384
  27.     Top = 8
  28.     Width = 113
  29.     Height = 177
  30.     Style = bsRaised
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 16
  35.     Width = 77
  36.     Height = 13
  37.     Caption = 'Target directory:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 16
  41.     Top = 232
  42.     Width = 67
  43.     Height = 13
  44.     Caption = 'New filename:'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 392
  48.     Top = 40
  49.     Width = 22
  50.     Height = 13
  51.     Caption = 'Start'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 392
  55.     Top = 136
  56.     Width = 29
  57.     Height = 13
  58.     Caption = 'Digits:'
  59.   end
  60.   object Label1: TLabel
  61.     Left = 392
  62.     Top = 88
  63.     Width = 25
  64.     Height = 13
  65.     Caption = 'Step:'
  66.   end
  67.   object Label6: TLabel
  68.     Left = 16
  69.     Top = 280
  70.     Width = 73
  71.     Height = 13
  72.     Caption = 'New extension:'
  73.   end
  74.   object Bevel1: TBevel
  75.     Left = 8
  76.     Top = 8
  77.     Width = 369
  78.     Height = 177
  79.     Style = bsRaised
  80.   end
  81.   object DriveComboBox1: TDriveComboBox
  82.     Left = 16
  83.     Top = 32
  84.     Width = 209
  85.     Height = 19
  86.     TabOrder = 4
  87.     OnChange = DriveComboBox1Change
  88.   end
  89.   object DirectoryListBox1: TDirectoryListBox
  90.     Left = 16
  91.     Top = 56
  92.     Width = 209
  93.     Height = 121
  94.     ItemHeight = 16
  95.     ParentShowHint = False
  96.     ShowHint = False
  97.     TabOrder = 5
  98.   end
  99.   object CheckBox2: TCheckBox
  100.     Left = 16
  101.     Top = 204
  102.     Width = 129
  103.     Height = 17
  104.     Caption = 'Change file name'
  105.     ParentShowHint = False
  106.     ShowHint = False
  107.     TabOrder = 12
  108.   end
  109.   object Edit1: TEdit
  110.     Left = 16
  111.     Top = 248
  112.     Width = 473
  113.     Height = 21
  114.     ParentShowHint = False
  115.     ShowHint = False
  116.     TabOrder = 0
  117.   end
  118.   object CheckBox1: TCheckBox
  119.     Left = 240
  120.     Top = 32
  121.     Width = 129
  122.     Height = 17
  123.     Caption = 'Overwrite existing files'
  124.     ParentShowHint = False
  125.     ShowHint = False
  126.     TabOrder = 6
  127.   end
  128.   object SpinEdit2: TSpinEdit
  129.     Left = 392
  130.     Top = 152
  131.     Width = 73
  132.     Height = 22
  133.     MaxValue = 9
  134.     MinValue = 1
  135.     ParentShowHint = False
  136.     ShowHint = False
  137.     TabOrder = 11
  138.     Value = 1
  139.   end
  140.   object SpinEdit1: TSpinEdit
  141.     Left = 392
  142.     Top = 56
  143.     Width = 73
  144.     Height = 22
  145.     MaxValue = 9999999
  146.     MinValue = 0
  147.     ParentShowHint = False
  148.     ShowHint = False
  149.     TabOrder = 9
  150.     Value = 1
  151.   end
  152.   object SpinEdit3: TSpinEdit
  153.     Left = 392
  154.     Top = 104
  155.     Width = 73
  156.     Height = 22
  157.     MaxValue = 1000
  158.     MinValue = 1
  159.     ParentShowHint = False
  160.     ShowHint = False
  161.     TabOrder = 10
  162.     Value = 1
  163.   end
  164.   object Edit2: TEdit
  165.     Left = 16
  166.     Top = 296
  167.     Width = 473
  168.     Height = 21
  169.     ParentShowHint = False
  170.     ShowHint = False
  171.     TabOrder = 1
  172.   end
  173.   object CheckBox3: TCheckBox
  174.     Left = 160
  175.     Top = 204
  176.     Width = 129
  177.     Height = 17
  178.     Caption = 'Change extension'
  179.     ParentShowHint = False
  180.     ShowHint = False
  181.     TabOrder = 13
  182.   end
  183.   object RadioGroup1: TRadioGroup
  184.     Left = 240
  185.     Top = 72
  186.     Width = 129
  187.     Height = 81
  188.     Caption = 'File transportation'
  189.     Items.Strings = (
  190.       'Move files'
  191.       'Leave files'
  192.       'Copy files')
  193.     TabOrder = 7
  194.   end
  195.   object CheckBox4: TCheckBox
  196.     Left = 392
  197.     Top = 18
  198.     Width = 97
  199.     Height = 17
  200.     Caption = 'Enumerate files'
  201.     ParentShowHint = False
  202.     ShowHint = False
  203.     TabOrder = 8
  204.   end
  205.   object BitBtn1: TBitBtn
  206.     Left = 200
  207.     Top = 344
  208.     Width = 105
  209.     Height = 25
  210.     Cancel = True
  211.     Caption = '&Cancel'
  212.     TabOrder = 3
  213.     OnClick = BitBtn1Click
  214.     Glyph.Data = {
  215.       76010000424D7601000000000000760000002800000020000000100000000100
  216.       0400000000000001000000000000000000001000000010000000000000000000
  217.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  218.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333339999993
  219.       333333333333333333333339933333399333333FFF33FF333FFF339993370733
  220.       999333777FF37FF377733939993000399993333777F777F77733393399970799
  221.       93933333777F7377733393333999399933393333377737773333933333990993
  222.       3339333333737F73333393333331013333393333333777FF3333933333910193
  223.       333933333337773FF3339333399000993339333337377737FF33933399900099
  224.       93393333773777377FF339399930003999933337773777F777FF399993370733
  225.       9993337773337333777333933333333339333333333333333333333993333339
  226.       9333333333333333333333333999999333333333333333333333}
  227.     NumGlyphs = 2
  228.   end
  229.   object BitBtn2: TBitBtn
  230.     Left = 328
  231.     Top = 344
  232.     Width = 105
  233.     Height = 25
  234.     Caption = '&OK'
  235.     TabOrder = 2
  236.     OnClick = BitBtn2Click
  237.     Glyph.Data = {
  238.       76010000424D7601000000000000760000002800000020000000100000000100
  239.       0400000000000001000000000000000000001000000010000000000000000000
  240.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  241.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  242.       555555555555555555555555555555555555555555FF5555555555555C055555
  243.       55555555577FF55555555555CCC05555555555557777F55555555555CCC05555
  244.       555555557777FF555555555CCCCC05555555555777777F55555555CCCCCC0555
  245.       5555557777777FF5555557CC05CCC05555555777757777F555557C05555CC055
  246.       55557775555777FF55555555555CCC05555555555557777F555555555555CC05
  247.       555555555555777FF555555555555CC05555555555555777FF5555555555557C
  248.       05555555555555777FF5555555555557C05555555555555777FF555555555555
  249.       5CC0555555555555577755555555555555555555555555555555}
  250.     NumGlyphs = 2
  251.   end
  252.   object CheckBox5: TCheckBox
  253.     Left = 304
  254.     Top = 204
  255.     Width = 129
  256.     Height = 17
  257.     Caption = 'Use wildcards'
  258.     ParentShowHint = False
  259.     ShowHint = False
  260.     TabOrder = 14
  261.   end
  262.   object BitBtn3: TBitBtn
  263.     Left = 72
  264.     Top = 344
  265.     Width = 105
  266.     Height = 25
  267.     Caption = '&Help'
  268.     TabOrder = 15
  269.     OnClick = BitBtn3Click
  270.     Glyph.Data = {
  271.       78010000424D7801000000000000760000002800000020000000100000000100
  272.       04000000000000000000120B0000120B00000000000000000000000000000000
  273.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  274.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  275.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  276.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  277.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  278.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  279.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  280.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  281.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  282.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  283.     NumGlyphs = 2
  284.   end
  285. end
  286.