home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TNUMCHNG / TNUMCHNG.txt
Text File  |  1998-10-11  |  2KB  |  137 lines

  1. object NumChng: TNumChng
  2.   Left = 280
  3.   Top = 169
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜evod mezi soustavami'
  6.   ClientHeight = 237
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 27
  23.     Height = 13
  24.     Caption = 'Zdroj:'
  25.     FocusControl = Source
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 102
  30.     Width = 15
  31.     Height = 13
  32.     Caption = 'C∩┐╜l:'
  33.     FocusControl = Dest
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 152
  38.     Width = 53
  39.     Height = 13
  40.     Caption = 'Po∩┐╜et m∩┐╜st:'
  41.     FocusControl = Edit3
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 6
  45.     Top = 95
  46.     Width = 261
  47.     Height = 2
  48.   end
  49.   object Source: TEdit
  50.     Left = 8
  51.     Top = 24
  52.     Width = 121
  53.     Height = 21
  54.     MaxLength = 9
  55.     TabOrder = 0
  56.     OnChange = Zmena
  57.   end
  58.   object Dest: TEdit
  59.     Left = 8
  60.     Top = 118
  61.     Width = 121
  62.     Height = 21
  63.     ReadOnly = True
  64.     TabOrder = 1
  65.   end
  66.   object SourceSoust: TRadioGroup
  67.     Left = 152
  68.     Top = 8
  69.     Width = 109
  70.     Height = 81
  71.     Caption = '∩┐╜∩┐╜seln∩┐╜ soustava'
  72.     ItemIndex = 0
  73.     Items.Strings = (
  74.       'Decim∩┐╜ln∩┐╜'
  75.       'Hexadecim∩┐╜ln∩┐╜'
  76.       'Bin∩┐╜rn∩┐╜'
  77.       '∩┐╜∩┐╜msk∩┐╜')
  78.     TabOrder = 2
  79.     OnClick = Zmena
  80.   end
  81.   object DestSoust: TRadioGroup
  82.     Left = 152
  83.     Top = 104
  84.     Width = 109
  85.     Height = 81
  86.     Caption = '∩┐╜∩┐╜seln∩┐╜ soustava'
  87.     ItemIndex = 0
  88.     Items.Strings = (
  89.       'Decim∩┐╜ln∩┐╜'
  90.       'Hexadecim∩┐╜ln∩┐╜'
  91.       'Bin∩┐╜rn∩┐╜'
  92.       '∩┐╜∩┐╜msk∩┐╜')
  93.     TabOrder = 3
  94.     OnClick = Zmena
  95.   end
  96.   object Button1: TButton
  97.     Left = 93
  98.     Top = 200
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 4
  105.   end
  106.   object Button2: TButton
  107.     Left = 181
  108.     Top = 200
  109.     Width = 75
  110.     Height = 25
  111.     Cancel = True
  112.     Caption = 'Storno'
  113.     ModalResult = 2
  114.     TabOrder = 5
  115.   end
  116.   object Edit3: TEdit
  117.     Left = 72
  118.     Top = 152
  119.     Width = 41
  120.     Height = 21
  121.     TabOrder = 6
  122.     Text = '4'
  123.   end
  124.   object PlacesUD: TUpDown
  125.     Left = 113
  126.     Top = 152
  127.     Width = 15
  128.     Height = 21
  129.     Associate = Edit3
  130.     Min = 1
  131.     Position = 4
  132.     TabOrder = 7
  133.     Wrap = False
  134.     OnClick = PlacesUDClick
  135.   end
  136. end
  137.