home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TFMHEXEDOPTZ / TFMHEXEDOPTZ.txt
Text File  |  2002-03-26  |  2KB  |  89 lines

  1. object fmhexedoptz: Tfmhexedoptz
  2.   Left = 293
  3.   Top = 195
  4.   Width = 444
  5.   Height = 233
  6.   Caption = 'HEX Editor optz'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 89
  21.     Height = 20
  22.     Caption = 'Translation'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 88
  27.     Width = 136
  28.     Height = 20
  29.     Caption = 'bytes per column'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 120
  34.     Width = 107
  35.     Height = 20
  36.     Caption = 'bytes per line'
  37.   end
  38.   object cbTranslation: TComboBox
  39.     Left = 8
  40.     Top = 40
  41.     Width = 145
  42.     Height = 28
  43.     ItemHeight = 20
  44.     TabOrder = 0
  45.     Text = 'Ansi'
  46.     OnChange = cbTranslationChange
  47.     Items.Strings = (
  48.       'Ansi'
  49.       'Dos'
  50.       'ASCII'
  51.       'Mac'
  52.       'EBCDIC')
  53.   end
  54.   object edBytesPerCol: TEdit
  55.     Left = 200
  56.     Top = 80
  57.     Width = 73
  58.     Height = 28
  59.     TabOrder = 1
  60.     Text = '2'
  61.   end
  62.   object edbytesPerLine: TEdit
  63.     Left = 200
  64.     Top = 120
  65.     Width = 73
  66.     Height = 28
  67.     TabOrder = 2
  68.     Text = '16'
  69.   end
  70.   object Button1: TButton
  71.     Left = 296
  72.     Top = 80
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'SET'
  76.     TabOrder = 3
  77.     OnClick = Button1Click
  78.   end
  79.   object Button2: TButton
  80.     Left = 296
  81.     Top = 120
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'SET'
  85.     TabOrder = 4
  86.     OnClick = Button2Click
  87.   end
  88. end
  89.