object ULAForm: TULAForm
  Left = 181
  Top = 129
  Width = 339
  Height = 283
  Caption = 'ULAForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SampleNameLbl: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 13
    Caption = ' Sample Name'
    FocusControl = SampleNameEdit
  end
  object SampleDescLbl: TLabel
    Left = 16
    Top = 42
    Width = 60
    Height = 13
    Caption = ' Sample Desc.'
    FocusControl = SampleDescEdit
  end
  object AmountLbl: TLabel
    Left = 16
    Top = 64
    Width = 60
    Height = 13
    Caption = ' Amount'
    FocusControl = AmountEdit
  end
  object ISTDAmountLbl: TLabel
    Left = 16
    Top = 86
    Width = 60
    Height = 13
    Caption = ' ISTDAmount'
    FocusControl = ISTDAmountEdit
  end
  object InjectionVolumeLbl: TLabel
    Left = 16
    Top = 108
    Width = 60
    Height = 13
    Caption = ' Inj.volume[ul]'
    FocusControl = InjectionVolumeEdit
  end
  object CalibrationStandardLbl: TLabel
    Left = 16
    Top = 130
    Width = 60
    Height = 13
    Caption = ' Calibration Standard'
    FocusControl = CalibrationStandardEdit
  end
  object ExternalStartEnabledLbl: TLabel
    Left = 16
    Top = 152
    Width = 60
    Height = 13
    Caption = ' External Start Enabled'
    FocusControl = ExternalStartEnabledEdit
  end
  object UserIDLbl: TLabel
    Left = 16
    Top = 174
    Width = 60
    Height = 13
    Caption = ' User ID'
    FocusControl = UserIDEdit
  end
  object UserNameLbl: TLabel
    Left = 16
    Top = 196
    Width = 60
    Height = 13
    Caption = ' User Name'
    FocusControl = UserNameEdit
  end
  object SampleNameEdit: TEdit
    Left = 140
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object SampleDescEdit: TEdit
    Left = 140
    Top = 38
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object AmountEdit: TEdit
    Left = 140
    Top = 60
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object ISTDAmountEdit: TEdit
    Left = 140
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object InjectionVolumeEdit: TEdit
    Left = 140
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object CalibrationStandardEdit: TCheckBox
    Left = 140
    Top = 126
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ExternalStartEnabledEdit: TCheckBox
    Left = 140
    Top = 148
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object UserIDEdit: TEdit
    Left = 140
    Top = 170
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object UserNameEdit: TEdit
    Left = 140
    Top = 192
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object OKBtn: TButton
    Left = 28
    Top = 226
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 9
  end
  object CancelBtn: TButton
    Left = 131
    Top = 226
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 10
  end
  object ParamsBtn: TButton
    Left = 234
    Top = 226
    Width = 75
    Height = 25
    Caption = '&Parameters'
    OnClick = ParamsBtnClick
    TabOrder = 11
  end
  object ULAFormIni: TIniObject
    FormNameIsIniName = False
    Disabled = True
    Left = 304
    Top = 8
  end
end
