home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95CHGNAM / _SETUP.1 / Chgname.exe / 0 / RCDATA / TNAME / TNAME.txt
Text File  |  1998-01-23  |  10KB  |  379 lines

  1. object Name: TName
  2.   Left = 186
  3.   Top = 279
  4.   HelpContext = 3
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'File names'
  8.   ClientHeight = 369
  9.   ClientWidth = 505
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 8
  22.     Top = 168
  23.     Width = 489
  24.     Height = 157
  25.     Style = bsRaised
  26.   end
  27.   object Bevel3: TBevel
  28.     Left = 384
  29.     Top = 0
  30.     Width = 113
  31.     Height = 161
  32.     Style = bsRaised
  33.   end
  34.   object Label2: TLabel
  35.     Left = 16
  36.     Top = 8
  37.     Width = 77
  38.     Height = 13
  39.     Caption = 'Target directory:'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 176
  44.     Width = 67
  45.     Height = 13
  46.     Caption = 'New filename:'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 400
  50.     Top = 8
  51.     Width = 22
  52.     Height = 13
  53.     Caption = 'Start'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 400
  57.     Top = 112
  58.     Width = 29
  59.     Height = 13
  60.     Caption = 'Digits:'
  61.   end
  62.   object Label1: TLabel
  63.     Left = 400
  64.     Top = 60
  65.     Width = 25
  66.     Height = 13
  67.     Caption = 'Step:'
  68.   end
  69.   object Label6: TLabel
  70.     Left = 16
  71.     Top = 216
  72.     Width = 73
  73.     Height = 13
  74.     Caption = 'New extension:'
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 8
  78.     Top = 0
  79.     Width = 369
  80.     Height = 161
  81.     Style = bsRaised
  82.   end
  83.   object DriveComboBox1: TDriveComboBox
  84.     Left = 16
  85.     Top = 24
  86.     Width = 209
  87.     Height = 19
  88.     TabOrder = 1
  89.     OnChange = DriveComboBox1Change
  90.   end
  91.   object DirectoryListBox1: TDirectoryListBox
  92.     Left = 16
  93.     Top = 48
  94.     Width = 209
  95.     Height = 105
  96.     ItemHeight = 16
  97.     ParentShowHint = False
  98.     ShowHint = False
  99.     TabOrder = 2
  100.   end
  101.   object CheckBox2: TCheckBox
  102.     Left = 16
  103.     Top = 260
  104.     Width = 105
  105.     Height = 17
  106.     Caption = 'Change file name'
  107.     ParentShowHint = False
  108.     ShowHint = False
  109.     TabOrder = 10
  110.   end
  111.   object Edit1: TEdit
  112.     Left = 16
  113.     Top = 192
  114.     Width = 473
  115.     Height = 21
  116.     ParentShowHint = False
  117.     ShowHint = False
  118.     TabOrder = 8
  119.   end
  120.   object SpinEdit2: TSpinEdit
  121.     Left = 400
  122.     Top = 128
  123.     Width = 73
  124.     Height = 22
  125.     MaxValue = 9
  126.     MinValue = 1
  127.     ParentShowHint = False
  128.     ShowHint = False
  129.     TabOrder = 7
  130.     Value = 1
  131.   end
  132.   object SpinEdit1: TSpinEdit
  133.     Left = 400
  134.     Top = 24
  135.     Width = 73
  136.     Height = 22
  137.     MaxValue = 9999999
  138.     MinValue = 0
  139.     ParentShowHint = False
  140.     ShowHint = False
  141.     TabOrder = 5
  142.     Value = 1
  143.   end
  144.   object SpinEdit3: TSpinEdit
  145.     Left = 400
  146.     Top = 76
  147.     Width = 73
  148.     Height = 22
  149.     MaxValue = 1000
  150.     MinValue = 1
  151.     ParentShowHint = False
  152.     ShowHint = False
  153.     TabOrder = 6
  154.     Value = 1
  155.   end
  156.   object Edit2: TEdit
  157.     Left = 16
  158.     Top = 232
  159.     Width = 225
  160.     Height = 21
  161.     ParentShowHint = False
  162.     ShowHint = False
  163.     TabOrder = 9
  164.   end
  165.   object CheckBox3: TCheckBox
  166.     Left = 16
  167.     Top = 280
  168.     Width = 105
  169.     Height = 17
  170.     Caption = 'Change extension'
  171.     ParentShowHint = False
  172.     ShowHint = False
  173.     TabOrder = 12
  174.   end
  175.   object RadioGroup1: TRadioGroup
  176.     Left = 240
  177.     Top = 8
  178.     Width = 129
  179.     Height = 73
  180.     Caption = 'File transportation'
  181.     Items.Strings = (
  182.       'Move files'
  183.       'Leave files'
  184.       'Copy files')
  185.     TabOrder = 3
  186.   end
  187.   object CheckBox4: TCheckBox
  188.     Left = 128
  189.     Top = 260
  190.     Width = 97
  191.     Height = 17
  192.     Caption = 'Enumerate files'
  193.     ParentShowHint = False
  194.     ShowHint = False
  195.     TabOrder = 11
  196.   end
  197.   object BitBtn1: TBitBtn
  198.     Left = 260
  199.     Top = 336
  200.     Width = 105
  201.     Height = 25
  202.     Cancel = True
  203.     Caption = '&Cancel'
  204.     TabOrder = 18
  205.     OnClick = BitBtn1Click
  206.     Glyph.Data = {
  207.       76010000424D7601000000000000760000002800000020000000100000000100
  208.       0400000000000001000000000000000000001000000010000000000000000000
  209.       80000080000000808000800000008000800080800000C0C0C000808080000000
  210.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  211.       3333333333333333333333390333333333903338F3333333338F339990333333
  212.       339033888F333333338F3399990333333903338888F3333338F3333999033333
  213.       9033333888F333338F3333339990333993333333888F33388333333339990399
  214.       033333333888F388F333333333999990333333333388888F3333333333399903
  215.       33333333333888F33333333333999990333333333388888F3333333339990399
  216.       033333333888F388F33333399990333990333338888F33388F33339999033333
  217.       9903338888F3333388F3339990333333339033888F333333338F333333333333
  218.       3333333333333333333333333333333333333333333333333333}
  219.     NumGlyphs = 2
  220.   end
  221.   object BitBtn2: TBitBtn
  222.     Left = 380
  223.     Top = 336
  224.     Width = 105
  225.     Height = 25
  226.     Caption = '&OK'
  227.     TabOrder = 0
  228.     OnClick = BitBtn2Click
  229.     Glyph.Data = {
  230.       76010000424D7601000000000000760000002800000020000000100000000100
  231.       0400000000000001000000000000000000001000000010000000000000000000
  232.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  233.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  234.       555555555555555555555555555555555555555555FF5555555555555C055555
  235.       55555555577FF55555555555CCC05555555555557777F55555555555CCC05555
  236.       555555557777FF555555555CCCCC05555555555777777F55555555CCCCCC0555
  237.       5555557777777FF5555557CC05CCC05555555777757777F555557C05555CC055
  238.       55557775555777FF55555555555CCC05555555555557777F555555555555CC05
  239.       555555555555777FF555555555555CC05555555555555777FF5555555555557C
  240.       05555555555555777FF5555555555557C05555555555555777FF555555555555
  241.       5CC0555555555555577755555555555555555555555555555555}
  242.     NumGlyphs = 2
  243.   end
  244.   object BitBtn3: TBitBtn
  245.     Left = 20
  246.     Top = 336
  247.     Width = 105
  248.     Height = 25
  249.     Caption = '&Help'
  250.     TabOrder = 17
  251.     OnClick = BitBtn3Click
  252.     Glyph.Data = {
  253.       76010000424D7601000000000000760000002800000020000000100000000100
  254.       04000000000000010000120B0000120B00001000000000000000000000000000
  255.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  256.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  257.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  258.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  259.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  260.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  261.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  262.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  263.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  264.       3333333773FFFF77333333333FBFBF3333333333377777333333}
  265.     NumGlyphs = 2
  266.   end
  267.   object RadioGroup2: TRadioGroup
  268.     Left = 248
  269.     Top = 216
  270.     Width = 241
  271.     Height = 49
  272.     Caption = 'Method'
  273.     Items.Strings = (
  274.       'Standard (filename + file count + extension)'
  275.       'Advanced renaming system')
  276.     TabOrder = 15
  277.     OnClick = RadioGroup2Click
  278.   end
  279.   object CheckBox5: TCheckBox
  280.     Left = 128
  281.     Top = 280
  282.     Width = 97
  283.     Height = 17
  284.     Caption = 'Use wildcards'
  285.     ParentShowHint = False
  286.     ShowHint = False
  287.     TabOrder = 13
  288.   end
  289.   object RadioGroup3: TRadioGroup
  290.     Left = 240
  291.     Top = 96
  292.     Width = 129
  293.     Height = 57
  294.     Caption = 'On name conflict'
  295.     Items.Strings = (
  296.       'Add suffix (#1)'
  297.       'Delete to recycle bin')
  298.     TabOrder = 4
  299.   end
  300.   object RadioGroup4: TRadioGroup
  301.     Left = 248
  302.     Top = 272
  303.     Width = 241
  304.     Height = 49
  305.     Caption = 'Character case'
  306.     Items.Strings = (
  307.       'Uppercase'
  308.       'Lowercase')
  309.     TabOrder = 16
  310.   end
  311.   object CheckBox1: TCheckBox
  312.     Left = 16
  313.     Top = 300
  314.     Width = 105
  315.     Height = 17
  316.     Caption = 'Change case'
  317.     ParentShowHint = False
  318.     ShowHint = False
  319.     TabOrder = 14
  320.   end
  321.   object BitBtn4: TBitBtn
  322.     Left = 140
  323.     Top = 336
  324.     Width = 105
  325.     Height = 25
  326.     Caption = '&Default'
  327.     TabOrder = 19
  328.     OnClick = BitBtn4Click
  329.     Glyph.Data = {
  330.       76010000424D7601000000000000760000002800000020000000100000000100
  331.       0400000000000001000000000000000000001000000010000000000000000000
  332.       80000080000000808000800000008000800080800000C0C0C000808080000000
  333.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  334.       333333333333333333333330000000000000333FFFFFFFFFFFFF338888888888
  335.       880033888888888888FF338FB7B7B7B7B80033878787878788FF38FB7B7B7B7B
  336.       70803878787878787F8F38F7B7B7B7B780803877878787878F8F8F7B7B7B7B7B
  337.       0880877878787878F88F8FFFFFFFFFF80780877777777778F78F888888888888
  338.       8B80888888888888888F38F7B7B7B7B7B780387787878787878F38FB7B7B7FFF
  339.       FF80387878787777778F38F7B7B7F88888833877878778888883338FFFFF8333
  340.       3333338777778333333333388888333333333338888833333333333333333333
  341.       3333333333333333333333333333333333333333333333333333}
  342.     NumGlyphs = 2
  343.   end
  344.   object MainMenu1: TMainMenu
  345.     Left = 424
  346.     Top = 280
  347.     object Quick1: TMenuItem
  348.       Caption = '&Quick Settings'
  349.       object Resetall1: TMenuItem
  350.         Caption = '&Reset all'
  351.         OnClick = Resetall1Click
  352.       end
  353.       object Resetnames1: TMenuItem
  354.         Caption = 'Reset &names'
  355.         OnClick = Resetnames1Click
  356.       end
  357.       object Resetdates1: TMenuItem
  358.         Caption = 'Reset &dates'
  359.         OnClick = Resetdates1Click
  360.       end
  361.       object Resetattributes1: TMenuItem
  362.         Caption = 'Reset &attributes'
  363.         OnClick = Resetattributes1Click
  364.       end
  365.       object N1: TMenuItem
  366.         Caption = '-'
  367.       end
  368.       object Open1: TMenuItem
  369.         Caption = '&Open'
  370.         OnClick = Open1Click
  371.       end
  372.       object Saveas1: TMenuItem
  373.         Caption = '&Save as'
  374.         OnClick = Saveas1Click
  375.       end
  376.     end
  377.   end
  378. end
  379.