home *** CD-ROM | disk | FTP | other *** search
- object QSByte: TQSByte
- Left = 68
- Top = 63
- Width = 458
- Height = 424
- Caption = 'QS Byte Editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bytes: TMemo
- Left = 0
- Top = 0
- Width = 450
- Height = 372
- Align = alClient
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object pnl: TPanel
- Left = 0
- Top = 372
- Width = 450
- Height = 27
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object btn: TButton
- Left = 188
- Top = 1
- Width = 75
- Height = 25
- Caption = '&Apply'
- Default = True
- TabOrder = 0
- OnClick = btnClick
- end
- object Button1: TButton
- Left = 112
- Top = 1
- Width = 75
- Height = 25
- Caption = '&Paste'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 264
- Top = 1
- Width = 75
- Height = 25
- Caption = 'C&opy'
- TabOrder = 2
- end
- end
- end
-