object fmhexedoptz: Tfmhexedoptz Left = 293 Top = 195 Width = 444 Height = 233 Caption = 'HEX Editor optz' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 8 Top = 8 Width = 89 Height = 20 Caption = 'Translation' end object Label2: TLabel Left = 8 Top = 88 Width = 136 Height = 20 Caption = 'bytes per column' end object Label3: TLabel Left = 8 Top = 120 Width = 107 Height = 20 Caption = 'bytes per line' end object cbTranslation: TComboBox Left = 8 Top = 40 Width = 145 Height = 28 ItemHeight = 20 TabOrder = 0 Text = 'Ansi' OnChange = cbTranslationChange Items.Strings = ( 'Ansi' 'Dos' 'ASCII' 'Mac' 'EBCDIC') end object edBytesPerCol: TEdit Left = 200 Top = 80 Width = 73 Height = 28 TabOrder = 1 Text = '2' end object edbytesPerLine: TEdit Left = 200 Top = 120 Width = 73 Height = 28 TabOrder = 2 Text = '16' end object Button1: TButton Left = 296 Top = 80 Width = 75 Height = 25 Caption = 'SET' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 296 Top = 120 Width = 75 Height = 25 Caption = 'SET' TabOrder = 4 OnClick = Button2Click end end