home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Dubsky / Strojar / Strojar.exe / 0 / RCDATA / TLZAD / TLZAD.txt
Text File  |  1999-04-20  |  2KB  |  98 lines

  1. object Lzad: TLzad
  2.   Left = 643
  3.   Top = 213
  4.   Width = 335
  5.   Height = 136
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'L - profil'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 90
  23.     Height = 16
  24.     Caption = 'Strana A [mm] :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 90
  30.     Height = 16
  31.     Caption = 'Strana B [mm] :'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 56
  36.     Width = 126
  37.     Height = 16
  38.     Caption = 'S∩┐╜la materi∩┐╜lu t [mm] :'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 80
  43.     Width = 143
  44.     Height = 16
  45.     Caption = 'Polom∩┐╜r ohybu R [mm] :'
  46.   end
  47.   object Ok: TButton
  48.     Left = 248
  49.     Top = 8
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Ok'
  53.     TabOrder = 0
  54.     OnClick = OkClick
  55.   end
  56.   object Cancel: TButton
  57.     Left = 248
  58.     Top = 40
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Cancel'
  62.     TabOrder = 1
  63.     OnClick = CancelClick
  64.   end
  65.   object Za: TEdit
  66.     Left = 176
  67.     Top = 8
  68.     Width = 65
  69.     Height = 24
  70.     TabOrder = 2
  71.     Text = '1'
  72.   end
  73.   object Zb: TEdit
  74.     Left = 176
  75.     Top = 32
  76.     Width = 65
  77.     Height = 24
  78.     TabOrder = 3
  79.     Text = '1'
  80.   end
  81.   object Zt: TEdit
  82.     Left = 176
  83.     Top = 56
  84.     Width = 65
  85.     Height = 24
  86.     TabOrder = 4
  87.     Text = '1'
  88.   end
  89.   object Zr: TEdit
  90.     Left = 176
  91.     Top = 80
  92.     Width = 65
  93.     Height = 24
  94.     TabOrder = 5
  95.     Text = '1'
  96.   end
  97. end
  98.