object Obeczad: TObeczad Left = 642 Top = 349 Width = 335 Height = 247 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = 'Zad�n� obecn�ho ohybu' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 126 Height = 16 Caption = 'S�la materi�lu t [mm] :' end object Label2: TLabel Left = 8 Top = 32 Width = 143 Height = 16 Caption = 'Polom�r ohybu R [mm] :' end object Label3: TLabel Left = 8 Top = 56 Width = 135 Height = 16 Caption = '�hel ohybu Alfa [deg] :' end object Label4: TLabel Left = 8 Top = 120 Width = 90 Height = 16 Caption = 'Strana A [mm] :' end object Label5: TLabel Left = 8 Top = 144 Width = 90 Height = 16 Caption = 'Strana B [mm] :' end object Label6: TLabel Left = 8 Top = 168 Width = 102 Height = 16 Caption = 'Rameno a [mm] :' end object Label7: TLabel Left = 8 Top = 192 Width = 102 Height = 16 Caption = 'Rameno b [mm] :' end object Ok: TButton Left = 248 Top = 8 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = OkClick end object Cancel: TButton Left = 248 Top = 40 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = CancelClick end object Vab: TRadioButton Left = 8 Top = 96 Width = 113 Height = 17 Caption = 'Hodnoty A, B' TabOrder = 2 OnClick = VabClick end object Mab: TRadioButton Left = 176 Top = 96 Width = 113 Height = 17 Caption = 'Hodnoty a, b' TabOrder = 3 OnClick = MabClick end object Et: TEdit Left = 176 Top = 8 Width = 65 Height = 24 TabOrder = 4 Text = '1' end object Er: TEdit Left = 176 Top = 32 Width = 65 Height = 24 TabOrder = 5 Text = '1' end object Ealfa: TEdit Left = 176 Top = 56 Width = 65 Height = 24 TabOrder = 6 Text = '0' end object Eva: TEdit Left = 176 Top = 120 Width = 65 Height = 24 TabOrder = 7 Text = '1' end object Evb: TEdit Left = 176 Top = 144 Width = 65 Height = 24 TabOrder = 8 Text = '1' end object Ema: TEdit Left = 176 Top = 168 Width = 65 Height = 24 TabOrder = 9 Text = '1' end object Emb: TEdit Left = 176 Top = 192 Width = 65 Height = 24 TabOrder = 10 Text = '1' end end