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

  1. object Obeczad: TObeczad
  2.   Left = 642
  3.   Top = 349
  4.   Width = 335
  5.   Height = 247
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Zad∩┐╜n∩┐╜ obecn∩┐╜ho ohybu'
  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.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 126
  22.     Height = 16
  23.     Caption = 'S∩┐╜la materi∩┐╜lu t [mm] :'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 32
  28.     Width = 143
  29.     Height = 16
  30.     Caption = 'Polom∩┐╜r ohybu R [mm] :'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 56
  35.     Width = 135
  36.     Height = 16
  37.     Caption = '∩┐╜hel ohybu Alfa [deg] :'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 8
  41.     Top = 120
  42.     Width = 90
  43.     Height = 16
  44.     Caption = 'Strana A [mm] :'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 8
  48.     Top = 144
  49.     Width = 90
  50.     Height = 16
  51.     Caption = 'Strana B [mm] :'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 8
  55.     Top = 168
  56.     Width = 102
  57.     Height = 16
  58.     Caption = 'Rameno a [mm] :'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 8
  62.     Top = 192
  63.     Width = 102
  64.     Height = 16
  65.     Caption = 'Rameno b [mm] :'
  66.   end
  67.   object Ok: TButton
  68.     Left = 248
  69.     Top = 8
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Ok'
  73.     TabOrder = 0
  74.     OnClick = OkClick
  75.   end
  76.   object Cancel: TButton
  77.     Left = 248
  78.     Top = 40
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Cancel'
  82.     TabOrder = 1
  83.     OnClick = CancelClick
  84.   end
  85.   object Vab: TRadioButton
  86.     Left = 8
  87.     Top = 96
  88.     Width = 113
  89.     Height = 17
  90.     Caption = 'Hodnoty A, B'
  91.     TabOrder = 2
  92.     OnClick = VabClick
  93.   end
  94.   object Mab: TRadioButton
  95.     Left = 176
  96.     Top = 96
  97.     Width = 113
  98.     Height = 17
  99.     Caption = 'Hodnoty a, b'
  100.     TabOrder = 3
  101.     OnClick = MabClick
  102.   end
  103.   object Et: TEdit
  104.     Left = 176
  105.     Top = 8
  106.     Width = 65
  107.     Height = 24
  108.     TabOrder = 4
  109.     Text = '1'
  110.   end
  111.   object Er: TEdit
  112.     Left = 176
  113.     Top = 32
  114.     Width = 65
  115.     Height = 24
  116.     TabOrder = 5
  117.     Text = '1'
  118.   end
  119.   object Ealfa: TEdit
  120.     Left = 176
  121.     Top = 56
  122.     Width = 65
  123.     Height = 24
  124.     TabOrder = 6
  125.     Text = '0'
  126.   end
  127.   object Eva: TEdit
  128.     Left = 176
  129.     Top = 120
  130.     Width = 65
  131.     Height = 24
  132.     TabOrder = 7
  133.     Text = '1'
  134.   end
  135.   object Evb: TEdit
  136.     Left = 176
  137.     Top = 144
  138.     Width = 65
  139.     Height = 24
  140.     TabOrder = 8
  141.     Text = '1'
  142.   end
  143.   object Ema: TEdit
  144.     Left = 176
  145.     Top = 168
  146.     Width = 65
  147.     Height = 24
  148.     TabOrder = 9
  149.     Text = '1'
  150.   end
  151.   object Emb: TEdit
  152.     Left = 176
  153.     Top = 192
  154.     Width = 65
  155.     Height = 24
  156.     TabOrder = 10
  157.     Text = '1'
  158.   end
  159. end
  160.