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

  1. object EditChoiceForm: TEditChoiceForm
  2.   Left = 230
  3.   Top = 155
  4.   HelpContext = 8
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Edit options'
  8.   ClientHeight = 137
  9.   ClientWidth = 249
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BitBtn1: TBitBtn
  20.     Left = 88
  21.     Top = 104
  22.     Width = 73
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = '&Cancel'
  26.     TabOrder = 3
  27.     OnClick = BitBtn1Click
  28.     Glyph.Data = {
  29.       76010000424D7601000000000000760000002800000020000000100000000100
  30.       0400000000000001000000000000000000001000000010000000000000000000
  31.       80000080000000808000800000008000800080800000C0C0C000808080000000
  32.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  33.       3333333333333333333333390333333333903338F3333333338F339990333333
  34.       339033888F333333338F3399990333333903338888F3333338F3333999033333
  35.       9033333888F333338F3333339990333993333333888F33388333333339990399
  36.       033333333888F388F333333333999990333333333388888F3333333333399903
  37.       33333333333888F33333333333999990333333333388888F3333333339990399
  38.       033333333888F388F33333399990333990333338888F33388F33339999033333
  39.       9903338888F3333388F3339990333333339033888F333333338F333333333333
  40.       3333333333333333333333333333333333333333333333333333}
  41.     NumGlyphs = 2
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 168
  45.     Top = 104
  46.     Width = 73
  47.     Height = 25
  48.     Caption = '&OK'
  49.     TabOrder = 0
  50.     OnClick = BitBtn2Click
  51.     Glyph.Data = {
  52.       76010000424D7601000000000000760000002800000020000000100000000100
  53.       0400000000000001000000000000000000001000000010000000000000000000
  54.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  55.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  56.       555555555555555555555555555555555555555555FF5555555555555C055555
  57.       55555555577FF55555555555CCC05555555555557777F55555555555CCC05555
  58.       555555557777FF555555555CCCCC05555555555777777F55555555CCCCCC0555
  59.       5555557777777FF5555557CC05CCC05555555777757777F555557C05555CC055
  60.       55557775555777FF55555555555CCC05555555555557777F555555555555CC05
  61.       555555555555777FF555555555555CC05555555555555777FF5555555555557C
  62.       05555555555555777FF5555555555557C05555555555555777FF555555555555
  63.       5CC0555555555555577755555555555555555555555555555555}
  64.     NumGlyphs = 2
  65.   end
  66.   object BitBtn5: TBitBtn
  67.     Left = 8
  68.     Top = 104
  69.     Width = 73
  70.     Height = 25
  71.     Caption = '&Help'
  72.     TabOrder = 2
  73.     OnClick = BitBtn5Click
  74.     Glyph.Data = {
  75.       76010000424D7601000000000000760000002800000020000000100000000100
  76.       04000000000000010000120B0000120B00001000000000000000000000000000
  77.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  79.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  80.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  81.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  82.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  83.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  84.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  85.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  86.       3333333773FFFF77333333333FBFBF3333333333377777333333}
  87.     NumGlyphs = 2
  88.   end
  89.   object RadioGroup1: TRadioGroup
  90.     Left = 8
  91.     Top = 8
  92.     Width = 233
  93.     Height = 89
  94.     Caption = 'Parts of the filenames to be edited:'
  95.     Items.Strings = (
  96.       'Filename only'
  97.       'Filename and extension'
  98.       'Filename and path'
  99.       'Filename, extension and path')
  100.     TabOrder = 1
  101.   end
  102. end
  103.