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

  1. object Uzad: TUzad
  2.   Left = 643
  3.   Top = 213
  4.   Width = 335
  5.   Height = 182
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'U - profil nebo Z - 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 = 92
  37.     Height = 16
  38.     Caption = 'Strana C {mm} :'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 80
  43.     Width = 126
  44.     Height = 16
  45.     Caption = 'S∩┐╜la materi∩┐╜lu t [mm] :'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 8
  49.     Top = 104
  50.     Width = 150
  51.     Height = 16
  52.     Caption = 'Polom∩┐╜r ohybu R1 [mm] :'
  53.   end
  54.   object Label6: TLabel
  55.     Left = 8
  56.     Top = 128
  57.     Width = 150
  58.     Height = 16
  59.     Caption = 'Polom∩┐╜r ohybu R2 [mm] :'
  60.   end
  61.   object Ok: TButton
  62.     Left = 248
  63.     Top = 8
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Ok'
  67.     TabOrder = 0
  68.     OnClick = OkClick
  69.   end
  70.   object Cancel: TButton
  71.     Left = 248
  72.     Top = 40
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     TabOrder = 1
  77.     OnClick = CancelClick
  78.   end
  79.   object Za: TEdit
  80.     Left = 176
  81.     Top = 8
  82.     Width = 65
  83.     Height = 24
  84.     TabOrder = 2
  85.     Text = '1'
  86.   end
  87.   object Zb: TEdit
  88.     Left = 176
  89.     Top = 32
  90.     Width = 65
  91.     Height = 24
  92.     TabOrder = 3
  93.     Text = '1'
  94.   end
  95.   object Zc: TEdit
  96.     Left = 176
  97.     Top = 56
  98.     Width = 65
  99.     Height = 24
  100.     TabOrder = 4
  101.     Text = '1'
  102.   end
  103.   object Zt: TEdit
  104.     Left = 176
  105.     Top = 80
  106.     Width = 65
  107.     Height = 24
  108.     TabOrder = 5
  109.     Text = '1'
  110.   end
  111.   object Zr1: TEdit
  112.     Left = 176
  113.     Top = 104
  114.     Width = 65
  115.     Height = 24
  116.     TabOrder = 6
  117.     Text = '1'
  118.   end
  119.   object Zr2: TEdit
  120.     Left = 176
  121.     Top = 128
  122.     Width = 65
  123.     Height = 24
  124.     TabOrder = 7
  125.     Text = '1'
  126.   end
  127. end
  128.